<?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>16c595a5 - Revert &quot;net: ethernet: qualcomm: Remove QDF24xx support&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/qualcomm/emac/Makefile#16c595a5</link>
        <description>Revert &quot;net: ethernet: qualcomm: Remove QDF24xx support&quot;This reverts commit a2a7f98aeeec48118fac73c22bd54f8889815e16.Konrad mentioned that Qualcomm appears to use these devices, still,internally, even tho they never made it to the broader market.Link: https://lore.kernel.org/all/0679f568-60e7-47d8-b86e-052a9eb4c103@linaro.org/Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/qualcomm/emac/Makefile</description>
        <pubDate>Wed, 24 Jan 2024 17:43:30 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a2a7f98a - net: ethernet: qualcomm: Remove QDF24xx support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/qualcomm/emac/Makefile#a2a7f98a</link>
        <description>net: ethernet: qualcomm: Remove QDF24xx supportThis SoC family was destined for server use, featuring Qualcomm&apos;s veryinteresting Kryo cores (before &quot;Kryo&quot; became a marketing term for Armcores with small modifications). It did however not leave the labs ofQualcomm and presumably some partners, nor was it ever productized.Remove the related drivers, as they seem to be long obsolete.Signed-off-by: Konrad Dybcio &lt;konrad.dybcio@linaro.org&gt;Acked-by: Timur Tabi &lt;timur@kernel.org&gt;Link: https://lore.kernel.org/r/20240122-topic-qdf_cleanup_net-v1-1-caf0d9c4408a@linaro.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/qualcomm/emac/Makefile</description>
        <pubDate>Mon, 22 Jan 2024 12:02:22 +0000</pubDate>
        <dc:creator>Konrad Dybcio &lt;konrad.dybcio@linaro.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/emac/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/qualcomm/emac/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>79f664ed - net: qcom/emac: add ethtool support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/qualcomm/emac/Makefile#79f664ed</link>
        <description>net: qcom/emac: add ethtool supportAdd support for some ethtool methods: get/set link settings, get/setmessage level, get statistics, get link status, get ring params, getpause params, and restart autonegotiation.The code to collect the hardware statistics is moved into its ownfunction so that it can be used by &quot;get statistics&quot; method.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/emac/Makefile</description>
        <pubDate>Mon, 09 Jan 2017 18:03:12 +0000</pubDate>
        <dc:creator>Timur Tabi &lt;timur@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>a51f4047 - net: qcom/emac: add support for the Qualcomm Technologies QDF2400</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/qualcomm/emac/Makefile#a51f4047</link>
        <description>net: qcom/emac: add support for the Qualcomm Technologies QDF2400The QDF2432 and the QDF2400 have slightly different internal PHYs,so there are some programming differences.  Some of the registers inthe QDF2400 have moved, and some registers require different valuesduring initialization.Because of the differences, and because HIDs are a scare resource,the ACPI tables specify the hardware version in an _HRV property.Version 1 is the QDF2432, and version 2 is the QDF2400.  Any futureSOC that has the same internal PHY but different programmingrequirements will be assigned the next available version number.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/emac/Makefile</description>
        <pubDate>Thu, 08 Dec 2016 19:24:21 +0000</pubDate>
        <dc:creator>Timur Tabi &lt;timur@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>1e88ab6f - net: qcom/emac: move phy init code to separate files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/qualcomm/emac/Makefile#1e88ab6f</link>
        <description>net: qcom/emac: move phy init code to separate filesThe internal PHY of the EMAC differs on each SOC, and the list willonly continue to grow.  By separating the code into individual files,we can add support for more SOCs more cleanly.Note: The internal PHY is also sometimes called the SGMII device.We also stop referring to the various PHY variations by version number,so no more &quot;v2&quot;, &quot;v3&quot;, etc.  Instead, the devices are named after theSOC they are, which is in sync with the device tree property names.Future patches will probably rearrange more code among the files.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/emac/Makefile</description>
        <pubDate>Thu, 08 Dec 2016 19:24:20 +0000</pubDate>
        <dc:creator>Timur Tabi &lt;timur@codeaurora.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/emac/Makefile#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/emac/Makefile</description>
        <pubDate>Wed, 31 Aug 2016 23:22:08 +0000</pubDate>
        <dc:creator>Timur Tabi &lt;timur@codeaurora.org&gt;</dc:creator>
    </item>
</channel>
</rss>
