<?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>a119aec5 - net: ethernet: arc: remove emac_arc driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/arc/Kconfig#a119aec5</link>
        <description>net: ethernet: arc: remove emac_arc driverThe last real user nSIM_700 of the &quot;snps,arc-emac&quot; compatible string ina driver was removed in 2019. The use of this string in the combined DT ofrk3066a/rk3188 as place holder has also been replaced, soremove emac_arc.c to clean up some code.Signed-off-by: Johan Jonker &lt;jbx6244@gmail.com&gt;Reviewed-by: Simon Horman &lt;horms@kernel.org&gt;Acked-by: Paolo Abeni &lt;pabeni@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/arc/Kconfig</description>
        <pubDate>Tue, 18 Jun 2024 16:14:14 +0000</pubDate>
        <dc:creator>Johan Jonker &lt;jbx6244@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e599ee23 - net: arc: select CRC32</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/arc/Kconfig#e599ee23</link>
        <description>net: arc: select CRC32Fix the following build/link error by adding a dependency on the CRC32routines:  ld: drivers/net/ethernet/arc/emac_main.o: in function `arc_emac_set_rx_mode&apos;:  emac_main.c:(.text+0xb11): undefined reference to `crc32_le&apos;The crc32_le() call comes through the ether_crc_le() call inarc_emac_set_rx_mode().[v2: moved the select to ARC_EMAC_CORE; the Makefile is a bit confusing,but the error comes from emac_main.o, which is part of the arc_emac module,which in turn is enabled by CONFIG_ARC_EMAC_CORE. Note that arc_emac isdifferent from emac_arc...]Fixes: 775dd682e2b0ec (&quot;arc_emac: implement promiscuous mode and multicast filtering&quot;)Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Vegard Nossum &lt;vegard.nossum@oracle.com&gt;Link: https://lore.kernel.org/r/20211012093446.1575-1-vegard.nossum@oracle.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/arc/Kconfig</description>
        <pubDate>Tue, 12 Oct 2021 09:34:46 +0000</pubDate>
        <dc:creator>Vegard Nossum &lt;vegard.nossum@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>e330fb14 - of: net: move of_net under net/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/arc/Kconfig#e330fb14</link>
        <description>of: net: move of_net under net/Rob suggests to move of_net.c from under drivers/of/ somewhereto the networking code.Suggested-by: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/arc/Kconfig</description>
        <pubDate>Thu, 07 Oct 2021 01:06:54 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&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/arc/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/arc/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/arc/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/arc/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>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/ethernet/arc/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/ethernet/arc/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>530742e7 - net: arc_emac: add dependencies on associated arches and compile test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/arc/Kconfig#530742e7</link>
        <description>net: arc_emac: add dependencies on associated arches and compile testAdd dependencies on the architectures that support these devices andadd compile test to ensure ongoing code build coverage.Signed-off-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/arc/Kconfig</description>
        <pubDate>Mon, 28 Nov 2016 07:12:37 +0000</pubDate>
        <dc:creator>Peter Robinson &lt;pbrobinson@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>af72261f - net: ethernet: arc: Add support emac for RK3036</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/arc/Kconfig#af72261f</link>
        <description>net: ethernet: arc: Add support emac for RK3036The RK3036&apos;s GRFs offset are different with RK3066/RK3188, and need to setmac TX/RX clock before probe emac.Signed-off-by: Xing Zheng &lt;zhengxing@rock-chips.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/arc/Kconfig</description>
        <pubDate>Fri, 08 Jan 2016 01:35:02 +0000</pubDate>
        <dc:creator>Xing Zheng &lt;zhengxing@rock-chips.com&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/arc/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/arc/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>0357cc1d - ethernet: arc: ARC_EMAC and EMAC_ROCKCHIP should depend on HAS_DMA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/arc/Kconfig#0357cc1d</link>
        <description>ethernet: arc: ARC_EMAC and EMAC_ROCKCHIP should depend on HAS_DMAIf NO_DMA=y:    drivers/built-in.o: In function `arc_emac_tx_clean&apos;:    emac_main.c:(.text+0x2decde): undefined reference to `dma_unmap_single&apos;    drivers/built-in.o: In function `arc_emac_rx&apos;:    emac_main.c:(.text+0x2dee1c): undefined reference to `dma_unmap_single&apos;    emac_main.c:(.text+0x2dee72): undefined reference to `dma_map_single&apos;    emac_main.c:(.text+0x2dee7e): undefined reference to `dma_mapping_error&apos;    drivers/built-in.o: In function `arc_emac_probe&apos;:    (.text+0x2df2ee): undefined reference to `dmam_alloc_coherent&apos;    drivers/built-in.o: In function `arc_emac_open&apos;:    emac_main.c:(.text+0x2df6d8): undefined reference to `dma_map_single&apos;    emac_main.c:(.text+0x2df6e4): undefined reference to `dma_mapping_error&apos;    drivers/built-in.o: In function `arc_emac_tx&apos;:    emac_main.c:(.text+0x2df9e4): undefined reference to `dma_map_single&apos;    emac_main.c:(.text+0x2df9f0): undefined reference to `dma_mapping_error&apos;Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/arc/Kconfig</description>
        <pubDate>Thu, 23 Apr 2015 17:59:34 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>6eacf311 - ethernet: arc: Add support for Rockchip SoC layer device tree bindings</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/arc/Kconfig#6eacf311</link>
        <description>ethernet: arc: Add support for Rockchip SoC layer device tree bindingsThis patch defines a platform glue layer for Rockchip SoCs whichsupport arc-emac driver. It ensures that regulator for the rmii is onbefore trying to connect to the ethernet controller. It applies rightspeed and mode changes to the grf when ethernet settings change.Signed-off-by: Romain Perier &lt;romain.perier@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/arc/Kconfig</description>
        <pubDate>Mon, 08 Sep 2014 17:14:47 +0000</pubDate>
        <dc:creator>Romain Perier &lt;romain.perier@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>23d2d9a6 - ethernet: arc: Add support for specific SoC layer device tree bindings</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/arc/Kconfig#23d2d9a6</link>
        <description>ethernet: arc: Add support for specific SoC layer device tree bindingsSome platforms have special bank registers which might be used toselect the correct clock or the right mode for Media Indepent Interfacecontrollers. Sometimes, it is also required to activate vcc regulatorsin the right order to supply the ethernet controller at the right time.This patch is an architecture refactoring of the arc-emac device driver.It adds a new software design which allows to add specific platformglue layer. Each platform has now its own module which performs custominitialization and remove for the target and then calls to thecore driver.Signed-off-by: Romain Perier &lt;romain.perier@gmail.com&gt;Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/arc/Kconfig</description>
        <pubDate>Tue, 26 Aug 2014 13:14:51 +0000</pubDate>
        <dc:creator>Romain Perier &lt;romain.perier@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e4f2379d - ethernet/arc/arc_emac - Add new driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/arc/Kconfig#e4f2379d</link>
        <description>ethernet/arc/arc_emac - Add new driverDriver for non-standard on-chip ethernet device ARC EMAC 10/100,instantiated in some legacy ARC (Synopsys) FPGA Boards such asARCAngel4/ML50x.Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;Cc: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Cc: Francois Romieu &lt;romieu@fr.zoreil.com&gt;Cc: Joe Perches &lt;joe@perches.com&gt;Cc: Vineet Gupta &lt;vgupta@synopsys.com&gt;Cc: Mischa Jonker &lt;mjonker@synopsys.com&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Grant Likely &lt;grant.likely@linaro.org&gt;Cc: Rob Herring &lt;rob.herring@calxeda.com&gt;Cc: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;Cc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: linux-kernel@vger.kernel.orgCc: devicetree-discuss@lists.ozlabs.orgCc: Florian Fainelli &lt;florian@openwrt.org&gt;Cc: David Laight &lt;david.laight@aculab.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/arc/Kconfig</description>
        <pubDate>Mon, 24 Jun 2013 05:54:27 +0000</pubDate>
        <dc:creator>Alexey Brodkin &lt;Alexey.Brodkin@synopsys.com&gt;</dc:creator>
    </item>
</channel>
</rss>
