<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>7215e937 - net: phy: nxp-c45-tja11xx: add support for TJA1121</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#7215e937</link>
        <description>net: phy: nxp-c45-tja11xx: add support for TJA1121Add support for TJA1121 which is based on TJA1120 but withadditional MACsec IP.Signed-off-by: Andrei Botila &lt;andrei.botila@oss.nxp.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Link: https://patch.msgid.link/20250228154320.2979000-3-andrei.botila@oss.nxp.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Fri, 28 Feb 2025 15:43:20 +0000</pubDate>
        <dc:creator>Andrei Botila &lt;andrei.botila@oss.nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>1416a9b2 - net: phy: move realtek PHY driver to its own subdirectory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#1416a9b2</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-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Sat, 11 Jan 2025 20:50:19 +0000</pubDate>
        <dc:creator>Heiner Kallweit &lt;hkallweit1@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6a46e3e8 - net: phy: microchip_t1: depend on PTP_1588_CLOCK_OPTIONAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#6a46e3e8</link>
        <description>net: phy: microchip_t1: depend on PTP_1588_CLOCK_OPTIONALWhen microchip_t1_phy is built in and phyptp is modulefacing undefined reference issue. This get fixed whenmicrochip_t1_phy made dependent on PTP_1588_CLOCK_OPTIONAL.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202501090604.YEoJXCXi-lkp@intel.comFixes: fa51199c5f34 (&quot;net: phy: microchip_rds_ptp : Add rds ptp library for Microchip phys&quot;)Signed-off-by: Divya Koppera &lt;divya.koppera@microchip.com&gt;Reviewed-by: Simon Horman &lt;horms@kernel.org&gt;Tested-by: Simon Horman &lt;horms@kernel.org&gt; # build-testedLink: https://patch.msgid.link/20250110054424.16807-1-divya.koppera@microchip.comSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Fri, 10 Jan 2025 05:44:24 +0000</pubDate>
        <dc:creator>Divya Koppera &lt;divya.koppera@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>2550afc6 - net: phy: Kconfig: Add rds ptp library support and 1588 optional flag in Microchip phys</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#2550afc6</link>
        <description>net: phy: Kconfig: Add rds ptp library support and 1588 optional flag in Microchip physAdd ptp library support in KconfigAs some of Microchip T1 phys support ptp, add dependencyof 1588 optional flag in KconfigReviewed-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-4-divya.koppera@microchip.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Thu, 19 Dec 2024 12:33:09 +0000</pubDate>
        <dc:creator>Divya Koppera &lt;divya.koppera@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>4c452f7e - net: phy: mediatek: Re-organize MediaTek ethernet phy drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#4c452f7e</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-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Fri, 08 Nov 2024 16:34:51 +0000</pubDate>
        <dc:creator>SkyLake.Huang &lt;skylake.huang@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>6b079d8f - net: phy: microchip_t1s: add support for Microchip&apos;s LAN867X Rev.C2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#6b079d8f</link>
        <description>net: phy: microchip_t1s: add support for Microchip&apos;s LAN867X Rev.C2Add support for LAN8670/1/2 Rev.C2 as per the latest configuration noteAN1699 released (Revision E (DS60001699F - June 2024)) for Rev.C1 is alsoapplicable for Rev.C2. Refer hardware revisions list in the latest AN1699Revision E (DS60001699F - June 2024).https://www.microchip.com/en-us/application-notes/an1699Signed-off-by: Parthiban Veerasooran &lt;parthiban.veerasooran@microchip.com&gt;Link: https://patch.msgid.link/20241010082205.221493-7-parthiban.veerasooran@microchip.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Thu, 10 Oct 2024 08:22:04 +0000</pubDate>
        <dc:creator>Parthiban Veerasooran &lt;parthiban.veerasooran@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>662d9c5f - net: phy: microchip_t1s: add support for Microchip&apos;s LAN867X Rev.C1</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#662d9c5f</link>
        <description>net: phy: microchip_t1s: add support for Microchip&apos;s LAN867X Rev.C1Add support for LAN8670/1/2 Rev.C1 as per the latest configuration noteAN1699 released (Revision E (DS60001699F - June 2024)).https://www.microchip.com/en-us/application-notes/an1699Signed-off-by: Parthiban Veerasooran &lt;parthiban.veerasooran@microchip.com&gt;Link: https://patch.msgid.link/20241010082205.221493-6-parthiban.veerasooran@microchip.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Thu, 10 Oct 2024 08:22:03 +0000</pubDate>
        <dc:creator>Parthiban Veerasooran &lt;parthiban.veerasooran@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>7a0414fd - net: phy: microchip_t1s: add support for Microchip&apos;s LAN865X Rev.B1</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#7a0414fd</link>
        <description>net: phy: microchip_t1s: add support for Microchip&apos;s LAN865X Rev.B1Add support for LAN8650/1 Rev.B1. As per the latest configuration noteAN1760 released (Revision F (DS60001760G - June 2024)) for Rev.B0 is alsoapplicable for Rev.B1. Refer hardware revisions list in the latest AN1760Revision F (DS60001760G - June 2024).https://www.microchip.com/en-us/application-notes/an1760Signed-off-by: Parthiban Veerasooran &lt;parthiban.veerasooran@microchip.com&gt;Link: https://patch.msgid.link/20241010082205.221493-4-parthiban.veerasooran@microchip.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Thu, 10 Oct 2024 08:22:01 +0000</pubDate>
        <dc:creator>Parthiban Veerasooran &lt;parthiban.veerasooran@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>fd3eaad8 - net: phy: add Applied Micro QT2025 PHY driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#fd3eaad8</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-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Wed, 28 Aug 2024 07:35:16 +0000</pubDate>
        <dc:creator>FUJITA Tomonori &lt;fujita.tomonori@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>20f77dc7 - net: phy: dp83tg720: Add cable testing support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#20f77dc7</link>
        <description>net: phy: dp83tg720: Add cable testing supportIntroduce cable testing support for the DP83TG720 PHY. This implementationis based on the &quot;DP83TG720S-Q1: Configuring for Open Alliance SpecificationCompliance (Rev. B)&quot; application note.The feature has been tested with cables of various lengths:- No cable: 1m till open reported.- 5 meter cable: reported properly.- 20 meter cable: reported as 19m.- 40 meter cable: reported as cable ok.Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Signed-off-by: Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;Link: https://patch.msgid.link/20240812073046.1728288-3-o.rempel@pengutronix.deSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Mon, 12 Aug 2024 07:30:46 +0000</pubDate>
        <dc:creator>Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>9e7c1a9b - phy: Add Open Alliance helpers for the PHY framework</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#9e7c1a9b</link>
        <description>phy: Add Open Alliance helpers for the PHY frameworkIntroduce helper functions specific to Open Alliance diagnostics,integrating them into the PHY framework. Currently, these helpersare limited to 1000BaseT1 specific TDR functionality.Signed-off-by: Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;Link: https://patch.msgid.link/20240812073046.1728288-2-o.rempel@pengutronix.deSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Mon, 12 Aug 2024 07:30:45 +0000</pubDate>
        <dc:creator>Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>71e79430 - net: phy: air_en8811h: Add the Airoha EN8811H PHY driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#71e79430</link>
        <description>net: phy: air_en8811h: Add the Airoha EN8811H PHY driverAdd the driver for the Airoha EN8811H 2.5 Gigabit PHY. The phy supports100/1000/2500 Mbps with auto negotiation only.The driver uses two firmware files, for which updated versions are added tolinux-firmware already.Note: At phy-address + 8 there is another device on the mdio bus, thatbelongs to the EN881H. While the original driver writes to it, Airohahas confirmed this is not needed. Therefore, communication with thisdevice is not included in this driver.Signed-off-by: Eric Woudstra &lt;ericwouds@gmail.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Link: https://lore.kernel.org/r/20240326162305.303598-3-ericwouds@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Tue, 26 Mar 2024 16:23:05 +0000</pubDate>
        <dc:creator>Eric Woudstra &lt;ericwouds@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a557a92e - net: phy: marvell-88q2xxx: add support for temperature sensor</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#a557a92e</link>
        <description>net: phy: marvell-88q2xxx: add support for temperature sensorMarvell 88q2xxx devices have an inbuilt temperature sensor. Add hwmonsupport for this sensor.Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Dimitri Fedrau &lt;dima.fedrau@gmail.com&gt;Link: https://lore.kernel.org/r/20240218075753.18067-9-dima.fedrau@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Sun, 18 Feb 2024 07:57:45 +0000</pubDate>
        <dc:creator>Dimitri Fedrau &lt;dima.fedrau@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9e56ff53 - net: phy: move at803x PHY driver to dedicated directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#9e56ff53</link>
        <description>net: phy: move at803x PHY driver to dedicated directoryIn preparation for addition of other Qcom PHY and to tidy things up,move the at803x PHY driver to dedicated directory.The same order in the Kconfig selection is saved.Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Link: https://lore.kernel.org/r/20240129141600.2592-2-ansuelsmth@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Mon, 29 Jan 2024 14:15:19 +0000</pubDate>
        <dc:creator>Christian Marangi &lt;ansuelsmth@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a868b486 - net: phy: nxp-c45-tja11xx: add MACsec support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#a868b486</link>
        <description>net: phy: nxp-c45-tja11xx: add MACsec supportAdd MACsec support.The MACsec block has four TX SCs and four RX SCs. The driver supports upto four SecY. Each SecY with one TX SC and one RX SC.The RX SCs can have two keys, key A and key B, written in hardware andenabled at the same time.The TX SCs can have two keys written in hardware, but only one can beactive at a given time.On TX, the SC is selected using the MAC source address. Due of thisselection mechanism, each offloaded netdev must have a unique MACaddress.On RX, the SC is selected by SCI(found in SecTAG or calculated using MACSA), or using RX SC 0 as implicit.Signed-off-by: Radu Pirea (NXP OSS) &lt;radu-nicolae.pirea@oss.nxp.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Tue, 19 Dec 2023 14:53:31 +0000</pubDate>
        <dc:creator>Radu Pirea (NXP OSS) &lt;radu-nicolae.pirea@oss.nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>cbe0e415 - net: phy: add Rust Asix PHY driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#cbe0e415</link>
        <description>net: phy: add Rust Asix PHY driverThis is the Rust implementation of drivers/net/phy/ax88796b.c. Thefeatures are equivalent. You can choose C or Rust version kernelconfiguration.Signed-off-by: FUJITA Tomonori &lt;fujita.tomonori@gmail.com&gt;Reviewed-by: Trevor Gross &lt;tmgross@umich.edu&gt;Reviewed-by: Benno Lossin &lt;benno.lossin@proton.me&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Reviewed-by: Alice Ryhl &lt;aliceryhl@google.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Wed, 13 Dec 2023 00:42:11 +0000</pubDate>
        <dc:creator>FUJITA Tomonori &lt;fujita.tomonori@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f20fd544 - rust: core abstractions for network PHY drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#f20fd544</link>
        <description>rust: core abstractions for network PHY driversThis patch adds abstractions to implement network PHY drivers; thedriver registration and bindings for some of callback functions instruct phy_driver and many genphy_ functions.This feature is enabled with CONFIG_RUST_PHYLIB_ABSTRACTIONS=y.This patch enables unstable const_maybe_uninit_zeroed feature forkernel crate to enable unsafe code to handle a constant value withuninitialized data. With the feature, the abstractions can initializea phy_driver structure with zero easily; instead of initializing allthe members by hand. It&apos;s supposed to be stable in the not so distantfuture.Link: https://github.com/rust-lang/rust/pull/116218Signed-off-by: FUJITA Tomonori &lt;fujita.tomonori@gmail.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Reviewed-by: Alice Ryhl &lt;aliceryhl@google.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Wed, 13 Dec 2023 00:42:08 +0000</pubDate>
        <dc:creator>FUJITA Tomonori &lt;fujita.tomonori@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cb80ee2f - net: phy: Add support for the DP83TG720S Ethernet PHY</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#cb80ee2f</link>
        <description>net: phy: Add support for the DP83TG720S Ethernet PHYThe DP83TG720S-Q1 device is an IEEE 802.3bp and Open Alliance compliantautomotive Ethernet physical layer transceiver.This driver was tested with i.MX8MP EQOS (stmmac) on the MAC side andsame TI PHY on other side.Signed-off-by: Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Reviewed-by: Russell King (Oracle) &lt;rmk+kernel@armlinux.org.uk&gt;Link: https://lore.kernel.org/r/20231212054144.87527-3-o.rempel@pengutronix.deSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Tue, 12 Dec 2023 05:41:44 +0000</pubDate>
        <dc:creator>Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>d2213db3 - net: phy: aquantia: move to separate directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#d2213db3</link>
        <description>net: phy: aquantia: move to separate directoryMove aquantia PHY driver to separate driectory in preparation forfirmware loading support to keep things tidy.Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Tue, 14 Nov 2023 14:08:41 +0000</pubDate>
        <dc:creator>Christian Marangi &lt;ansuelsmth@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>32030345 - net: phy: amd: Support the Altima AMI101L</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/phy/Kconfig#32030345</link>
        <description>net: phy: amd: Support the Altima AMI101LThe Altima AC101L is obviously compatible with the AMD PHY,as seen by reading the datasheet.Datasheet: https://docs.broadcom.com/doc/AC101L-DS05-405-RDS.pdfSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Link: https://lore.kernel.org/r/20230924-ac101l-phy-v1-1-5e6349e28aa4@linaro.orgSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/net/phy/Kconfig</description>
        <pubDate>Sun, 24 Sep 2023 08:19:02 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
</channel>
</rss>
