<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/quantenna/qtnfmac/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/quantenna/qtnfmac/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>e401fa25 - qtnfmac: add support for Topaz chipsets</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/quantenna/qtnfmac/Kconfig#e401fa25</link>
        <description>qtnfmac: add support for Topaz chipsetsThis patch adds support for QSR1000/QSR2000 family of chipsetsto qtnfmac_pcie platform driver.QSR1000/QSR2000 (aka Topaz) is a family of 80MHz, 11ac Wave2,4x4/2x4/2x2 chips, including single and dual band devices.Depending on specific chip model and firmware in use, eitherSTA or both STA and AP modes are supported.Patch adds Topaz support to qtnfmac_pcie driver. Proper platformbus will be selected on probing based on chip ID.Signed-off-by: Igor Mitsyanko &lt;igor.mitsyanko.os@quantenna.com&gt;Signed-off-by: Sergey Matyukevich &lt;sergey.matyukevich.os@quantenna.com&gt;Signed-off-by: Andrey Shevchenko &lt;ashevchenko@quantenna.com&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/quantenna/qtnfmac/Kconfig</description>
        <pubDate>Tue, 16 Oct 2018 10:23:58 +0000</pubDate>
        <dc:creator>Sergey Matyukevich &lt;sergey.matyukevich.os@quantenna.com&gt;</dc:creator>
    </item>
<item>
        <title>b7da53cd - qtnfmac_pcie: use single PCIe driver for all platforms</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/quantenna/qtnfmac/Kconfig#b7da53cd</link>
        <description>qtnfmac_pcie: use single PCIe driver for all platformsSingle PCIe driver can identify hardware type by reading CHIP ID atprobe time and invoking a correct initialization sequence.Signed-off-by: Igor Mitsyanko &lt;igor.mitsyanko.os@quantenna.com&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/quantenna/qtnfmac/Kconfig</description>
        <pubDate>Tue, 16 Oct 2018 10:23:56 +0000</pubDate>
        <dc:creator>Igor Mitsyanko &lt;igor.mitsyanko.os@quantenna.com&gt;</dc:creator>
    </item>
<item>
        <title>db62abe5 - qtnfmac: use &apos;help&apos; in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/quantenna/qtnfmac/Kconfig#db62abe5</link>
        <description>qtnfmac: use &apos;help&apos; in KconfigFix checkpatch warning: use preferred &apos;help&apos; option in Kconfig.Signed-off-by: Sergey Matyukevich &lt;sergey.matyukevich.os@quantenna.com&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/quantenna/qtnfmac/Kconfig</description>
        <pubDate>Mon, 08 Oct 2018 09:56:00 +0000</pubDate>
        <dc:creator>Sergey Matyukevich &lt;sergey.matyukevich.os@quantenna.com&gt;</dc:creator>
    </item>
<item>
        <title>e020797b - net: Remove depends on HAS_DMA in case of platform dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/quantenna/qtnfmac/Kconfig#e020797b</link>
        <description>net: Remove depends on HAS_DMA in case of platform dependencyRemove dependencies on HAS_DMA where a Kconfig symbol depends on anothersymbol that implies HAS_DMA, and, optionally, on &quot;|| COMPILE_TEST&quot;.In most cases this other symbol is an architecture or platform specificsymbol, or PCI.Generic symbols and drivers without platform dependencies keep theirdependencies on HAS_DMA, to prevent compiling subsystems or drivers thatcannot work anyway.This simplifies the dependencies, and allows to improve compile-testing.Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Reviewed-by: Mark Brown &lt;broonie@kernel.org&gt;Acked-by: Robin Murphy &lt;robin.murphy@arm.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/quantenna/qtnfmac/Kconfig</description>
        <pubDate>Fri, 22 Jun 2018 11:08:43 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>98f44cb0 - qtnfmac: introduce new FullMAC driver for Quantenna chipsets</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/quantenna/qtnfmac/Kconfig#98f44cb0</link>
        <description>qtnfmac: introduce new FullMAC driver for Quantenna chipsetsThis patch adds support for new FullMAC WiFi driver for QuantennaQSR10G chipsets.QSR10G (aka Pearl) is Quantenna&apos;s 8x8, 160M, 11ac offering.QSR10G supports 2 simultaneous WMACs - one 5G and one 2G.5G WMAC supports 160M, 8x8 configuration. FW supportsup to 8 concurrent virtual interfaces on each WMAC.Patch introduces 2 new drivers:- qtnfmac.ko for interfacing with kernel wireless core- qtnfmac_pearl_pcie.ko for interfacing with hardware over PCIe interfaceSigned-off-by: Dmitrii Lebed &lt;dlebed@quantenna.com&gt;Signed-off-by: Sergei Maksimenko &lt;smaksimenko@quantenna.com&gt;Signed-off-by: Sergey Matyukevich &lt;smatyukevich@quantenna.com&gt;Signed-off-by: Bindu Therthala &lt;btherthala@quantenna.com&gt;Signed-off-by: Huizhao Wang &lt;hwang@quantenna.com&gt;Signed-off-by: Kamlesh Rath &lt;krath@quantenna.com&gt;Signed-off-by: Avinash Patil &lt;avinashp@quantenna.com&gt;Signed-off-by: Igor Mitsyanko &lt;igor.mitsyanko.os@quantenna.com&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/quantenna/qtnfmac/Kconfig</description>
        <pubDate>Thu, 11 May 2017 21:51:01 +0000</pubDate>
        <dc:creator>Igor Mitsyanko &lt;igor.mitsyanko.os@quantenna.com&gt;</dc:creator>
    </item>
</channel>
</rss>
