<?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>ad61903a - realtek: Update the Makefile and Kconfig in the realtek folder</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/realtek/Makefile#ad61903a</link>
        <description>realtek: Update the Makefile and Kconfig in the realtek folder1. Add the RTASE entry in the Kconfig.2. Add the CONFIG_RTASE entry in the Makefile.Signed-off-by: Justin Lai &lt;justinlai0215@realtek.com&gt;Link: https://patch.msgid.link/20240904032114.247117-13-justinlai0215@realtek.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Wed, 04 Sep 2024 03:21:13 +0000</pubDate>
        <dc:creator>Justin Lai &lt;justinlai0215@realtek.com&gt;</dc:creator>
    </item>
<item>
        <title>a2634a5f - r8169: fix building with CONFIG_LEDS_CLASS=m</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/realtek/Makefile#a2634a5f</link>
        <description>r8169: fix building with CONFIG_LEDS_CLASS=mWhen r8169 is built-in but LED support is a loadable module, the newcode to drive the LED causes a link failure:ld: drivers/net/ethernet/realtek/r8169_leds.o: in function `rtl8168_init_leds&apos;:r8169_leds.c:(.text+0x36c): undefined reference to `devm_led_classdev_register_ext&apos;LED support is an optional feature, so fix this issue by adding a Kconfigsymbol R8169_LEDS that is guaranteed to be false if r8169 is built-inand LED core support is a module. As a positive side effect of this changer8169_leds.o no longer is built under this configuration.Fixes: 18764b883e15 (&quot;r8169: add support for LED&apos;s on RTL8168/RTL8101&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202312281159.9TPeXbNd-lkp@intel.com/Suggested-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Heiner Kallweit &lt;hkallweit1@gmail.com&gt;Reviewed-by: Simon Horman &lt;horms@kernel.org&gt;Tested-by: Simon Horman &lt;horms@kernel.org&gt; # build-testedTested-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/d055aeb5-fe5c-4ccf-987f-5af93a17537b@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Wed, 03 Jan 2024 15:52:04 +0000</pubDate>
        <dc:creator>Heiner Kallweit &lt;hkallweit1@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>18764b88 - r8169: add support for LED&apos;s on RTL8168/RTL8101</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/realtek/Makefile#18764b88</link>
        <description>r8169: add support for LED&apos;s on RTL8168/RTL8101This adds support for the LED&apos;s on most chip versions. Excluded arethe old non-PCIe versions and RTL8125. RTL8125 has a different LEDregister layout, support for it will follow later.LED&apos;s can be controlled from userspace using the netdev LED trigger.Tested on RTL8168h.Note: The driver can&apos;t know which LED&apos;s are actually physicallywired. Therefore not every LED device may represent a physicallyavailable LED.Signed-off-by: Heiner Kallweit &lt;hkallweit1@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Sat, 16 Dec 2023 19:58:10 +0000</pubDate>
        <dc:creator>Heiner Kallweit &lt;hkallweit1@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>814c2bfd - r8169: factor out PHY configuration to r8169_phy_config.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/realtek/Makefile#814c2bfd</link>
        <description>r8169: factor out PHY configuration to r8169_phy_config.cMove chip-specific PHY configurations to separate source filer8169_phy_config.c. This improves maintainability of the driver.Signed-off-by: Heiner Kallweit &lt;hkallweit1@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Thu, 09 Jan 2020 19:34:55 +0000</pubDate>
        <dc:creator>Heiner Kallweit &lt;hkallweit1@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8197f9d2 - r8169: factor out firmware handling</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/realtek/Makefile#8197f9d2</link>
        <description>r8169: factor out firmware handlingLet&apos;s factor out firmware handling into a separate source code file.This simplifies reading the code and makes clearer what the interfacebetween driver and firmware handling is.Signed-off-by: Heiner Kallweit &lt;hkallweit1@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Wed, 05 Jun 2019 06:02:31 +0000</pubDate>
        <dc:creator>Heiner Kallweit &lt;hkallweit1@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>25e992a4 - r8169: rename r8169.c to r8169_main.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/realtek/Makefile#25e992a4</link>
        <description>r8169: rename r8169.c to r8169_main.cIn preparation of factoring out firmware handling rename r8169.c tor8169_main.c.Signed-off-by: Heiner Kallweit &lt;hkallweit1@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Wed, 05 Jun 2019 05:59:57 +0000</pubDate>
        <dc:creator>Heiner Kallweit &lt;hkallweit1@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/realtek/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/realtek/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>1b6b7172 - net/ethernet: sc92031 is not Realtek</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/realtek/Makefile#1b6b7172</link>
        <description>net/ethernet: sc92031 is not RealtekWhile the SC92031 could be found on fake &quot;Realtek&quot; NICs, it has norelationship to Realtek, and is actually from Silan.Create a new subdirectory for silan and move sc92031 there.Signed-off-by: Cesar Eduardo Barros &lt;cesarb@cesarb.net&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Tue, 25 Oct 2011 12:32:24 +0000</pubDate>
        <dc:creator>Cesar Eduardo Barros &lt;cesarb@cesarb.net&gt;</dc:creator>
    </item>
<item>
        <title>a8fe65b8 - 8139*/atp/r8169/sc92031: Move the Realtek drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/realtek/Makefile#a8fe65b8</link>
        <description>8139*/atp/r8169/sc92031: Move the Realtek driversMove the Realtek drivers into drivers/net/ethernet/realtek/ and makethe necessary Kconfig and Makefile changes.CC: Realtek linux nic maintainers &lt;nic_swsd@realtek.com&gt;CC: Francois Romieu &lt;romieu@fr.zoreil.com&gt;CC: Jeff Garzik &lt;jgarzik@pobox.com&gt;CC: Donald Becker &lt;becker@scyld.com&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Fri, 20 May 2011 06:27:55 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
