<?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 Makefile</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/Makefile#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/Makefile</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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/arc/Makefile#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/Makefile</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>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/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>
