<?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>37f9b2a6 - net: ethernet: Add missing depends on MDIO_DEVRES</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/qualcomm/Kconfig#37f9b2a6</link>
        <description>net: ethernet: Add missing depends on MDIO_DEVRESA number of MDIO drivers make use of devm_mdiobus_alloc_size(). Thisis only available when CONFIG_MDIO_DEVRES is enabled. Add missingdepends or selects, depending on if there are circular dependencies ornot. This avoids linker errors, especially for randconfig builds.Signed-off-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Reviewed-by: Jacob Keller &lt;jacob.e.keller@intel.com&gt;Link: https://lore.kernel.org/r/20230409150204.2346231-1-andrew@lunn.chSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/qualcomm/Kconfig</description>
        <pubDate>Sun, 09 Apr 2023 15:02:04 +0000</pubDate>
        <dc:creator>Andrew Lunn &lt;andrew@lunn.ch&gt;</dc:creator>
    </item>
<item>
        <title>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/qualcomm/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/qualcomm/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/qualcomm/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/ethernet/qualcomm/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>ceed73a2 - drivers: net: ethernet: qualcomm: rmnet: Initial implementation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/qualcomm/Kconfig#ceed73a2</link>
        <description>drivers: net: ethernet: qualcomm: rmnet: Initial implementationRmNet driver provides a transport agnostic MAP (multiplexing andaggregation protocol) support in embedded module. Module providesvirtual network devices which can be attached to any IP-modephysical device. This will be used to provide all MAP functionalityon future hardware in a single consistent location.Signed-off-by: Subash Abhinov Kasiviswanathan &lt;subashab@codeaurora.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/qualcomm/Kconfig</description>
        <pubDate>Wed, 30 Aug 2017 04:44:18 +0000</pubDate>
        <dc:creator>Subash Abhinov Kasiviswanathan &lt;subashab@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>dfc768fb - net: qualcomm: add QCA7000 UART driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/qualcomm/Kconfig#dfc768fb</link>
        <description>net: qualcomm: add QCA7000 UART driverThis patch adds the Ethernet over UART driver for theQualcomm QCA7000 HomePlug GreenPHY.Signed-off-by: Stefan Wahren &lt;stefan.wahren@i2se.com&gt;Reviewed-by: Lino Sanfilippo &lt;LinoSanfilippo@gmx.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/qualcomm/Kconfig</description>
        <pubDate>Mon, 29 May 2017 11:57:25 +0000</pubDate>
        <dc:creator>Stefan Wahren &lt;stefan.wahren@i2se.com&gt;</dc:creator>
    </item>
<item>
        <title>b2f98200 - net: qualcomm: make qca_7k_common a separate kernel module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/qualcomm/Kconfig#b2f98200</link>
        <description>net: qualcomm: make qca_7k_common a separate kernel moduleIn order to share common functions between QCA7000 SPI and UART protocoldriver the qca_7k_common needs to be a separate kernel module.Signed-off-by: Stefan Wahren &lt;stefan.wahren@i2se.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/qualcomm/Kconfig</description>
        <pubDate>Mon, 29 May 2017 11:57:20 +0000</pubDate>
        <dc:creator>Stefan Wahren &lt;stefan.wahren@i2se.com&gt;</dc:creator>
    </item>
<item>
        <title>e5e0fbfc - ethernet: qualcomm: QCOM_EMAC should depend on HAS_DMA and HAS_IOMEM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/qualcomm/Kconfig#e5e0fbfc</link>
        <description>ethernet: qualcomm: QCOM_EMAC should depend on HAS_DMA and HAS_IOMEMIf NO_DMA=y:    drivers/built-in.o: In function `emac_probe&apos;:    emac.c:(.text+0x3780b8): undefined reference to `bad_dma_ops&apos;    emac.c:(.text+0x3780e2): undefined reference to `bad_dma_ops&apos;    emac.c:(.text+0x378112): undefined reference to `bad_dma_ops&apos;    emac.c:(.text+0x378146): undefined reference to `bad_dma_ops&apos;    emac.c:(.text+0x37816e): undefined reference to `bad_dma_ops&apos;    drivers/built-in.o:emac.c:(.text+0x37819a): more undefined references to `bad_dma_ops&apos; followIf NO_IOMEM=y:    drivers/net/ethernet/qualcomm/emac/emac.c: In function &#8216;emac_remove&#8217;:    drivers/net/ethernet/qualcomm/emac/emac.c:736:3: error: implicit declaration of function &#8216;iounmap&#8217; [-Werror=implicit-function-declaration]       iounmap(adpt-&gt;phy.digital);       ^Add dependencies on HAS_DMA and HAS_IOMEM to fix this.Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Acked-by: Timur Tabi &lt;timur@codeaurora.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/qualcomm/Kconfig</description>
        <pubDate>Thu, 06 Oct 2016 14:44:53 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>b9b17deb - net: emac: emac gigabit ethernet controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/qualcomm/Kconfig#b9b17deb</link>
        <description>net: emac: emac gigabit ethernet controller driverAdd support for the Qualcomm Technologies, Inc. EMAC gigabit Ethernetcontroller.This driver supports the following features:1) Checksum offload.2) Interrupt coalescing support.3) SGMII phy.4) phylib interface for external phyBased on original work by	Niranjana Vishwanathapura &lt;nvishwan@codeaurora.org&gt;	Gilad Avidov &lt;gavidov@codeaurora.org&gt;Signed-off-by: Timur Tabi &lt;timur@codeaurora.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/qualcomm/Kconfig</description>
        <pubDate>Wed, 31 Aug 2016 23:22:08 +0000</pubDate>
        <dc:creator>Timur Tabi &lt;timur@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>138b15ed - drivers/net: remove all references to obsolete Ethernet-HOWTO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/qualcomm/Kconfig#138b15ed</link>
        <description>drivers/net: remove all references to obsolete Ethernet-HOWTOThis howto made sense in the 1990s when users had to manually configureISA cards with jumpers or vendor utilities, but with the implementationof PCI it became increasingly less and less relevant, to the point whereit has been well over a decade since I last updated it.  And there isno value in anyone else taking over updating it either.However the references to it continue to spread as boiler plate textfrom one Kconfig file into the next.  We are not doing end users anyfavours by pointing them at this old document, so lets kill it withfire, once and for all, to hopefully stop any further spread.No code is changed in this commit, just Kconfig help text.Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/qualcomm/Kconfig</description>
        <pubDate>Sun, 21 Jun 2015 20:28:02 +0000</pubDate>
        <dc:creator>Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;</dc:creator>
    </item>
<item>
        <title>93ecd260 - net: qualcomm: Fix dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/qualcomm/Kconfig#93ecd260</link>
        <description>net: qualcomm: Fix dependencyThis patch removes the dependency of the VENDOR entry and fixesthe QCA7000 one.Signed-off-by: Stefan Wahren &lt;stefan.wahren@i2se.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/qualcomm/Kconfig</description>
        <pubDate>Tue, 11 Nov 2014 22:38:00 +0000</pubDate>
        <dc:creator>Stefan Wahren &lt;stefan.wahren@i2se.com&gt;</dc:creator>
    </item>
<item>
        <title>291ab06e - net: qualcomm: new Ethernet over SPI driver for QCA7000</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/qualcomm/Kconfig#291ab06e</link>
        <description>net: qualcomm: new Ethernet over SPI driver for QCA7000This patch adds the Ethernet over SPI driver for theQualcomm QCA7000 HomePlug GreenPHY.Signed-off-by: Stefan Wahren &lt;stefan.wahren@i2se.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/qualcomm/Kconfig</description>
        <pubDate>Fri, 26 Sep 2014 22:21:21 +0000</pubDate>
        <dc:creator>Stefan Wahren &lt;stefan.wahren@i2se.com&gt;</dc:creator>
    </item>
</channel>
</rss>
