<?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>9055a2f5 - ixp4xx_eth: make ptp support a platform driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/xscale/Makefile#9055a2f5</link>
        <description>ixp4xx_eth: make ptp support a platform driverAfter the recent ixp4xx cleanups, the ptp driver has gained abuild failure in some configurations:drivers/net/ethernet/xscale/ptp_ixp46x.c: In function &apos;ptp_ixp_init&apos;:drivers/net/ethernet/xscale/ptp_ixp46x.c:290:51: error: &apos;IXP4XX_TIMESYNC_BASE_VIRT&apos; undeclared (first use in this function)Avoid the last bit of hardcoded constants from platform headersby turning the ptp driver bit into a platform driver and passingthe IRQ and MMIO address as resources.This is a bit tricky:- The interface between the two drivers is now the new  ixp46x_ptp_find() function, replacing the global  ixp46x_phc_index variable. The call is done as late  as possible, in hwtstamp_set(), to ensure that the  ptp device is fully probed.- As the ptp driver is now called by the network driver, the  link dependency is reversed, which in turn requires a small  Makefile hack- The GPIO number is still left hardcoded. This is clearly not  great, but it can be addressed later. Note that commit 98ac0cc270b7  (&quot;ARM: ixp4xx: Convert to MULTI_IRQ_HANDLER&quot;) changed the  IRQ number to something meaningless. Passing the correct IRQ  in a resource fixes this.- When the PTP driver is disabled, ethtool .get_ts_info()  now correctly lists only software timestamping regardless  of the hardware.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;[Fix a missing include]Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/xscale/Makefile</description>
        <pubDate>Sat, 28 Aug 2021 17:15:44 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>2785543f - ptp: ixp46x: move adjacent to ethernet driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/xscale/Makefile#2785543f</link>
        <description>ptp: ixp46x: move adjacent to ethernet driverThe ixp46x ptp driver has a somewhat unusual setup, where the ptpdriver and the ethernet driver are in different directories butaccess the same registers that are defined a platform specificheader file.Moving everything into drivers/net/ makes it look more like mostother ptp drivers and allows compile-testing this driver onother targets.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/xscale/Makefile</description>
        <pubDate>Sun, 12 Jan 2020 12:04:44 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&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/xscale/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/xscale/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>695e0078 - net: remove ixp2000 ethernet driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/xscale/Makefile#695e0078</link>
        <description>net: remove ixp2000 ethernet driverThe platform is removed, so there are no users of this driver.Signed-off-by: Rob Herring &lt;rob.herring@calxeda.com&gt;Cc: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;Cc: Jesse Brandeburg &lt;jesse.brandeburg@intel.com&gt;Cc: Bruce Allan &lt;bruce.w.allan@intel.com&gt;Cc: Carolyn Wyborny &lt;carolyn.wyborny@intel.com&gt;Cc: Don Skidmore &lt;donald.c.skidmore@intel.com&gt;Cc: Greg Rose &lt;gregory.v.rose@intel.com&gt;Cc: Peter P Waskiewicz Jr &lt;peter.p.waskiewicz.jr@intel.com&gt;Cc: Alex Duyck &lt;alexander.h.duyck@intel.com&gt;Cc: John Ronciak &lt;john.ronciak@intel.com&gt;Cc: netdev@vger.kernel.orgSigned-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/xscale/Makefile</description>
        <pubDate>Tue, 03 Apr 2012 15:34:00 +0000</pubDate>
        <dc:creator>Rob Herring &lt;rob.herring@calxeda.com&gt;</dc:creator>
    </item>
<item>
        <title>b47da977 - xscale: Move the Intel XScale IXP drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/xscale/Makefile#b47da977</link>
        <description>xscale: Move the Intel XScale IXP driversMove the Intel XScale IXP drivers into drivers/net/ethernet/xscale/and make the necessary Kconfig and Makefile changes.CC: Krzysztof Halasa &lt;khc@pm.waw.pl&gt;CC: Lennert Buytenhek &lt;kernel@wantstofly.org&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/xscale/Makefile</description>
        <pubDate>Fri, 15 Jul 2011 05:13:23 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
