<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>fdb9bf7f1658709dd1a6f85f07e18393efd569e9 - net: phy: Introduce Airoha AN8801R Gigabit Ethernet PHY driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#fdb9bf7f1658709dd1a6f85f07e18393efd569e9</link>
        <description>net: phy: Introduce Airoha AN8801R Gigabit Ethernet PHY driverIntroduce a driver for the Airoha AN8801R Series Gigabit EthernetPHY; this currently supports setting up PHY LEDs, 10/100M, 1000Mspeeds, and Wake on LAN and PHY interrupts.Signed-off-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Signed-off-by: Louis-Alexis Eyraud &lt;louisalexis.eyraud@collabora.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Link: https://patch.msgid.link/20260526-add-airoha-an8801-support-v5-5-01aea8dee69b@collabora.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Tue, 26 May 2026 16:58:10 +0200</pubDate>
        <dc:creator>AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>dddfadd75197e018c4ef30ebb2488aefc75e02d0 - net: phy: Add Airoha phy library for shared code</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#dddfadd75197e018c4ef30ebb2488aefc75e02d0</link>
        <description>net: phy: Add Airoha phy library for shared codeIn preparation of Airoha AN8801R PHY support, split out the interfacefunctions that will be common between the already present air_en8811hdriver and the new one, and put them into a new library namedair_phy_lib.Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Signed-off-by: Louis-Alexis Eyraud &lt;louisalexis.eyraud@collabora.com&gt;Link: https://patch.msgid.link/20260526-add-airoha-an8801-support-v5-2-01aea8dee69b@collabora.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Tue, 26 May 2026 16:58:07 +0200</pubDate>
        <dc:creator>Louis-Alexis Eyraud &lt;louisalexis.eyraud@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>91283bd5b008d5cd2b6a24f246ffb3e706b8c981 - net: phy: remove Kconfig symbol MDIO_BUS</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#91283bd5b008d5cd2b6a24f246ffb3e706b8c981</link>
        <description>net: phy: remove Kconfig symbol MDIO_BUSAfter usage of config symbol MDIO_BUS has been removed from REGMAP_MIOas last user, the symbol can be removed.Signed-off-by: Heiner Kallweit &lt;hkallweit1@gmail.com&gt;Link: https://patch.msgid.link/9cdf83e9-470d-45da-8efe-ace0decf0204@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Sun, 15 Mar 2026 17:50:00 +0100</pubDate>
        <dc:creator>Heiner Kallweit &lt;hkallweit1@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6df1459605cedd2112ebf660c77f42bb87d5c306 - net: phy: make mdio_device.c part of libphy</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#6df1459605cedd2112ebf660c77f42bb87d5c306</link>
        <description>net: phy: make mdio_device.c part of libphyThis patch- makes mdio_device.c part of libphy- makes mdio_device_(un)register_reset() static- moves mdiobus_(un)register_device() from mdio_bus.c to mdio_device.c,  stops exporting both functions and makes them private to phylibThis further decouples the MDIO consumer functionality from libphy.Note: This makes MDIO driver registration part of phylib, therefore      adjust Kconfig dependencies where needed.Signed-off-by: Heiner Kallweit &lt;hkallweit1@gmail.com&gt;Link: https://patch.msgid.link/c6dbf9b3-3ca0-434b-ad3a-71fe602ab809@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Mon, 09 Mar 2026 18:03:31 +0100</pubDate>
        <dc:creator>Heiner Kallweit &lt;hkallweit1@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>589e934d2735b55fbe68517128668df7af3ac4ae - net: phy: Introduce PHY ports representation</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#589e934d2735b55fbe68517128668df7af3ac4ae</link>
        <description>net: phy: Introduce PHY ports representationEthernet provides a wide variety of layer 1 protocols and standards fordata transmission. The front-facing ports of an interface have their owncomplexity and configurability.Introduce a representation of these front-facing ports. The current codeis minimalistic and only support ports controlled by PHY devices, butthe plan is to extend that to SFP as well as raw Ethernet MACs thatdon&apos;t use PHY devices.This minimal port representation allows describing the media and numberof pairs of a BaseT port. From that information, we can derive thelinkmodes usable on the port, which can be used to limit thecapabilities of an interface.For now, the port pairs and medium is derived from devicetree, definedby the PHY driver, or populated with default values (as we assume thatall PHYs expose at least one port).The typical example is 100M ethernet. 100BaseTX works using only 2pairs on a Cat 5 cables. However, in the situation where a 10/100/1000capable PHY is wired to its RJ45 port through 2 pairs only, we have noway of detecting that. The &quot;max-speed&quot; DT property can be used, but amore accurate representation can be used :mdi {	connector-0 {		media = &quot;BaseT&quot;;		pairs = &lt;2&gt;;	};};From that information, we can derive the max speed reachable on theport.Another benefit of having that is to avoid vendor-specific DT properties(micrel,fiber-mode or ti,fiber-mode).This basic representation is meant to be expanded, by the introductionof port ops, userspace listing of ports, and support for multi-portdevices.Reviewed-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Signed-off-by: Maxime Chevallier &lt;maxime.chevallier@bootlin.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Link: https://patch.msgid.link/20260108080041.553250-4-maxime.chevallier@bootlin.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Thu, 08 Jan 2026 09:00:28 +0100</pubDate>
        <dc:creator>Maxime Chevallier &lt;maxime.chevallier@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>b67a8631a4a8f26a18fac236aaf61aa2412c7a0d - net: phy: remove mdio_board_info support from phylib</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#b67a8631a4a8f26a18fac236aaf61aa2412c7a0d</link>
        <description>net: phy: remove mdio_board_info support from phylibAfter having removed mdio_board_info usage from dsa_loop, there&apos;s nouser left. So let&apos;s drop support for it from phylib.Signed-off-by: Heiner Kallweit &lt;hkallweit1@gmail.com&gt;Link: https://patch.msgid.link/01542a2e-05f5-4f13-acef-72632b33b5be@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Sat, 13 Sep 2025 23:08:17 +0200</pubDate>
        <dc:creator>Heiner Kallweit &lt;hkallweit1@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>60cbe71fdba16d39de24bd71e1638810da5ae7ee - net: dsa: Move KS8995 to the DSA subsystem</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#60cbe71fdba16d39de24bd71e1638810da5ae7ee</link>
        <description>net: dsa: Move KS8995 to the DSA subsystemBy reading the datasheets for the KS8995 it is obvious that thisis a 100 Mbit DSA switch.Let us start the refactoring by moving it to the DSA subsystem topreserve development history.Verified that the chip still probes the same after this patchprovided CONFIG_HAVE_NET_DSA, CONFIG_NET_DSA and CONFIG_DSA_KS8995are selected.Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Link: https://patch.msgid.link/20250813-ks8995-to-dsa-v1-1-75c359ede3a5@linaro.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Wed, 13 Aug 2025 23:43:03 +0200</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>7d57386905d4abfe2f13b1bba0ce8e23872de5fe - net: phy: add Kconfig symbol PHY_PACKAGE</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#7d57386905d4abfe2f13b1bba0ce8e23872de5fe</link>
        <description>net: phy: add Kconfig symbol PHY_PACKAGEOnly a handful of PHY drivers needs the PHY package functionality,therefore build the module only if needed.Signed-off-by: Heiner Kallweit &lt;hkallweit1@gmail.com&gt;Link: https://patch.msgid.link/42c05496-61b2-4b09-b853-3d99b3dfe95c@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Thu, 12 Jun 2025 23:28:18 +0200</pubDate>
        <dc:creator>Heiner Kallweit &lt;hkallweit1@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a1acde1e1bcf18efc0549d7d317daed54138014e - net: phy: make phy_package a separate module</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#a1acde1e1bcf18efc0549d7d317daed54138014e</link>
        <description>net: phy: make phy_package a separate moduleMake phy_package a separate module, so that this code is only loadedif needed.Signed-off-by: Heiner Kallweit &lt;hkallweit1@gmail.com&gt;Link: https://patch.msgid.link/66bb4cce-b6a3-421e-9a7b-5d4a0c75290e@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Thu, 12 Jun 2025 23:26:52 +0200</pubDate>
        <dc:creator>Heiner Kallweit &lt;hkallweit1@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b2908a989c594f9eb1c93016abc1382f97ee02b1 - net: phy: add driver for MaxLinear MxL86110 PHY</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#b2908a989c594f9eb1c93016abc1382f97ee02b1</link>
        <description>net: phy: add driver for MaxLinear MxL86110 PHYAdd support for the MaxLinear MxL86110 Gigabit Ethernet PHY, a low-power,cost-optimized transceiver supporting 10/100/1000 Mbps over twisted-paircopper, compliant with IEEE 802.3.The driver implements basic features such as:- Device initialization- RGMII interface timing configuration- Wake-on-LAN support- LED initialization and control via /sys/class/ledsThis driver has been tested on multiple Variscite boards, including:- VAR-SOM-MX93 (i.MX93)- VAR-SOM-MX8M-PLUS (i.MX8MP)Example boot log showing driver probe:[    7.692101] imx-dwmac 428a0000.ethernet eth0:	PHY [stmmac-0:00] driver [MXL86110 Gigabit Ethernet] (irq=POLL)Signed-off-by: Stefano Radaelli &lt;stefano.radaelli21@gmail.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Link: https://patch.msgid.link/20250521212821.593057-1-stefano.radaelli21@gmail.comSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Wed, 21 May 2025 23:28:15 +0200</pubDate>
        <dc:creator>Stefano Radaelli &lt;stefano.radaelli21@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>830877d89edcd834e4b4d0fcc021ff619d89505e - net: phy: Add support for Aeonsemi AS21xxx PHYs</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#830877d89edcd834e4b4d0fcc021ff619d89505e</link>
        <description>net: phy: Add support for Aeonsemi AS21xxx PHYsAdd support for Aeonsemi AS21xxx 10G C45 PHYs. These PHYs integratean IPC to setup some configuration and require special handling tosync with the parity bit. The parity bit is a way the IPC use tofollow correct order of command sent.Supported PHYs AS21011JB1, AS21011PB1, AS21010JB1, AS21010PB1,AS21511JB1, AS21511PB1, AS21510JB1, AS21510PB1, AS21210JB1,AS21210PB1 that all register with the PHY ID 0x7500 0x7510before the firmware is loaded.They all support up to 5 LEDs with various HW mode supported.While implementing it was found some strange coincidence with using thesame logic for implementing C22 in MMD regs in Broadcom PHYs.For reference here the AS21xxx PHY name logic:AS21x1xxB1    ^ ^^    | |J: Supports SyncE/PTP    | |P: No SyncE/PTP support    | 1: Supports 2nd Serdes    | 2: Not 2nd Serdes support    0: 10G, 5G, 2.5G    5: 5G, 2.5G    2: 2.5GReviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;Link: https://patch.msgid.link/20250517201353.5137-6-ansuelsmth@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Sat, 17 May 2025 22:13:49 +0200</pubDate>
        <dc:creator>Christian Marangi &lt;ansuelsmth@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>31be641d74267d98317ef5a2b90e6200511cabb3 - net: phy: make mdio consumer / device layer a separate module</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#31be641d74267d98317ef5a2b90e6200511cabb3</link>
        <description>net: phy: make mdio consumer / device layer a separate moduleAfter having factored out the provider part from mdio_bus.c, we canmake the mdio consumer / device layer a separate module. This alsoallows to remove Kconfig symbol MDIO_DEVICE.The module init / exit functions from mdio_bus.c no longer have to becalled from phy_device.c. The link order defined indrivers/net/phy/Makefile ensures that init / exit functions are calledin the right order.Signed-off-by: Heiner Kallweit &lt;hkallweit1@gmail.com&gt;Link: https://patch.msgid.link/dba6b156-5748-44ce-b5e2-e8dc2fcee5a7@gmail.comSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Thu, 15 May 2025 10:11:54 +0200</pubDate>
        <dc:creator>Heiner Kallweit &lt;hkallweit1@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>73d952840d9f84d0ba94d21a35b3e8149f5a28ed - net: phy: remove Kconfig symbol MDIO_DEVRES</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#73d952840d9f84d0ba94d21a35b3e8149f5a28ed</link>
        <description>net: phy: remove Kconfig symbol MDIO_DEVRESMDIO_DEVRES is only set where PHYLIB/PHYLINK are set whichselect MDIO_DEVRES. So we can remove this symbol.Note: Due to circular module dependencies we can&apos;t simply      make mdio_devres.c part of phylib.Signed-off-by: Heiner Kallweit &lt;hkallweit1@gmail.com&gt;Link: https://patch.msgid.link/27cba535-f507-4b32-84a3-0744c783a465@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Sun, 11 May 2025 23:13:25 +0200</pubDate>
        <dc:creator>Heiner Kallweit &lt;hkallweit1@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a3e1c0ad835702555d90565584ab6f723adf7f94 - net: phy: factor out provider part from mdio_bus.c</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#a3e1c0ad835702555d90565584ab6f723adf7f94</link>
        <description>net: phy: factor out provider part from mdio_bus.cAfter 52358dd63e34 (&quot;net: phy: remove function stubs&quot;) there&apos;s aproblem if CONFIG_MDIO_BUS is set, but CONFIG_PHYLIB is not.mdiobus_scan() uses phylib functions like get_phy_device().Bringing back the stub wouldn&apos;t make much sense, because it wouldallow to compile mdiobus_scan(), but the function would be unusable.The stub returned NULL, and we have the following in mdiobus_scan():phydev = get_phy_device(bus, addr, c45);        if (IS_ERR(phydev))                return phydev;So calling mdiobus_scan() w/o CONFIG_PHYLIB would cause a crash later inmdiobus_scan(). In general the PHYLIB functionality isn&apos;t optional here.Consequently, MDIO bus providers depend on PHYLIB.Therefore factor it out and build it together with the libphy coremodules. In addition make all MDIO bus providers under /drivers/net/mdiodepend on PHYLIB. Same applies to enetc MDIO bus provider. Note thatPHYLIB selects MDIO_DEVRES, therefore we can omit this here.Fixes: 52358dd63e34 (&quot;net: phy: remove function stubs&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202504270639.mT0lh2o1-lkp@intel.com/Reviewed-by: Jacob Keller &lt;jacob.e.keller@intel.com&gt;Signed-off-by: Heiner Kallweit &lt;hkallweit1@gmail.com&gt;Link: https://patch.msgid.link/c74772a9-dab6-44bf-a657-389df89d85c2@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Tue, 29 Apr 2025 08:04:46 +0200</pubDate>
        <dc:creator>Heiner Kallweit &lt;hkallweit1@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d8c838a57ce25c746c9882ffa427d8bb3f22b526 - net: phy: Use an internal, searchable storage for the linkmodes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#d8c838a57ce25c746c9882ffa427d8bb3f22b526</link>
        <description>net: phy: Use an internal, searchable storage for the linkmodesThe canonical definition for all the link modes is in linux/ethtool.h,which is complemented by the link_mode_params array stored innet/ethtool/common.h . That array contains all the metadata about eachof these modes, including the Speed and Duplex information.Phylib and phylink needs that information as well for internalmanagement of the link, which was done by duplicating that informationin locally-stored arrays and lookup functions. This makes it easy fordeveloppers adding new modes to forget modifying phylib and phylinkaccordingly.However, the link_mode_params array in net/ethtool/common.c is fairlyinefficient to search through, as it isn&apos;t sorted in any manner. Phyliband phylink perform a lot of lookup operations, mostly to filter modesby speed and/or duplex.We therefore introduce the link_caps private array in phy_caps.c, thatindexes linkmodes in a more efficient manner. Each element associated atuple &lt;speed, duplex&gt; to a bitfield of all the linkmodes runs at thesespeed/duplex.We end-up with an array that&apos;s fairly short, easily addressable and thatit optimised for the typical use-cases of phylib/phylink.That array is initialized at the same time as phylib. As thelink_mode_params array is part of the net stack, which phylink dependson, it should always be accessible from phylib.Signed-off-by: Maxime Chevallier &lt;maxime.chevallier@bootlin.com&gt;Link: https://patch.msgid.link/20250307173611.129125-3-maxime.chevallier@bootlin.comSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Fri, 07 Mar 2025 18:35:59 +0100</pubDate>
        <dc:creator>Maxime Chevallier &lt;maxime.chevallier@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>61dc9cae8727ea422e1fcbcc37a3d9ba2ff51c91 - net: phy: move PHY package code from phy_device.c to own source file</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#61dc9cae8727ea422e1fcbcc37a3d9ba2ff51c91</link>
        <description>net: phy: move PHY package code from phy_device.c to own source fileThis patch is the first step in moving the PHY package related codeto its own source file. No functional change intended.Signed-off-by: Heiner Kallweit &lt;hkallweit1@gmail.com&gt;Link: https://patch.msgid.link/57df5c19-fbcd-45a7-9afd-cd4f74d7fa76@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Mon, 03 Mar 2025 21:14:02 +0100</pubDate>
        <dc:creator>Heiner Kallweit &lt;hkallweit1@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1416a9b2ba710d31954131c06d46f298e340aa2c - net: phy: move realtek PHY driver to its own subdirectory</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#1416a9b2ba710d31954131c06d46f298e340aa2c</link>
        <description>net: phy: move realtek PHY driver to its own subdirectoryIn preparation of adding a source file with hwmon support, move theRealtek PHY driver to its own subdirectory and rename realtek.c torealtek_main.c.Signed-off-by: Heiner Kallweit &lt;hkallweit1@gmail.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Link: https://patch.msgid.link/c566551b-c915-4e34-9b33-129a6ddd6e4c@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Sat, 11 Jan 2025 21:50:19 +0100</pubDate>
        <dc:creator>Heiner Kallweit &lt;hkallweit1@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>85b39f7593e1383b235f1e9b3d943cc2e91b6b10 - net: phy: Makefile: Add makefile support for rds ptp in Microchip phys</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#85b39f7593e1383b235f1e9b3d943cc2e91b6b10</link>
        <description>net: phy: Makefile: Add makefile support for rds ptp in Microchip physAdd makefile support for rds ptp library.Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Reviewed-by: Vadim Fedorenko &lt;vadim.fedorenko@linux.dev&gt;Signed-off-by: Divya Koppera &lt;divya.koppera@microchip.com&gt;Link: https://patch.msgid.link/20241219123311.30213-5-divya.koppera@microchip.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Thu, 19 Dec 2024 13:33:10 +0100</pubDate>
        <dc:creator>Divya Koppera &lt;divya.koppera@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>4c452f7ea86212934ae896842847d1671e13a18b - net: phy: mediatek: Re-organize MediaTek ethernet phy drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#4c452f7ea86212934ae896842847d1671e13a18b</link>
        <description>net: phy: mediatek: Re-organize MediaTek ethernet phy driversRe-organize MediaTek ethernet phy driver files and get ready to integratesome common functions and add new 2.5G phy driver.mtk-ge.c: MT7530 Gphy on MT7621 &amp; MT7531 Gphymtk-ge-soc.c: Built-in Gphy on MT7981 &amp; Built-in switch Gphy on MT7988mtk-2p5ge.c: Planned for built-in 2.5G phy on MT7988Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Signed-off-by: SkyLake.Huang &lt;skylake.huang@mediatek.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Fri, 08 Nov 2024 17:34:51 +0100</pubDate>
        <dc:creator>SkyLake.Huang &lt;skylake.huang@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>fd3eaad826daf4774835599e264b216a30129c32 - net: phy: add Applied Micro QT2025 PHY driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/Makefile#fd3eaad826daf4774835599e264b216a30129c32</link>
        <description>net: phy: add Applied Micro QT2025 PHY driverThis driver supports Applied Micro Circuits Corporation QT2025 PHY,based on a driver for Tehuti Networks TN40xx chips.The original driver for TN40xx chips supports multiple PHY hardware(AMCC QT2025, TI TLK10232, Aqrate AQR105, and Marvell 88X3120,88X3310, and MV88E2010). This driver is extracted from the originaldriver and modified to a PHY driver in Rust.This has been tested with Edimax EN-9320SFP+ 10G network adapter.Reviewed-by: Trevor Gross &lt;tmgross@umich.edu&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Signed-off-by: FUJITA Tomonori &lt;fujita.tomonori@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux/drivers/net/phy/Makefile</description>
        <pubDate>Wed, 28 Aug 2024 09:35:16 +0200</pubDate>
        <dc:creator>FUJITA Tomonori &lt;fujita.tomonori@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
