<?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 air_phy_lib.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d44646fc9eeb423ad50f3043f11f66f491d908a7 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/air_phy_lib.h#d44646fc9eeb423ad50f3043f11f66f491d908a7</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR (net-7.1-rc6).Conflicts:drivers/net/phy/air_en8811h.c  d895767c33781 (&quot;net: phy: air_en8811h: add AN8811HB MCU assert/deassert support&quot;)  dddfadd75197e (&quot;net: phy: Add Airoha phy library for shared code&quot;)  5226bb6634cdf (&quot;net: phy: air_phy_lib: Factorize BuckPBus register accessors&quot;)  e08f0ea6daf2e (&quot;net: phy: Rename Airoha common BuckPBus register accessors&quot;)net/sched/sch_netem.c  a2f6ed7b4873 (&quot;net/sched: netem: add per-impairment extended statistics&quot;)  9552b11e3eda (&quot;net/sched: fix packet loop on netem when duplicate is on&quot;)Adjacent changes:drivers/dpll/zl3073x/core.c  c1224569cef0 (&quot;dpll: zl3073x: make frequency monitor a per-device attribute&quot;)  54e65df8cf18 (&quot;dpll: zl3073x: report FFO as DPLL vs input reference offset&quot;)net/iucv/af_iucv.c  347fdd4df85f (&quot;af_iucv: convert to getsockopt_iter&quot;)  3589d20a666c (&quot;net/iucv: fix locking in .getsockopt&quot;)Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/phy/air_phy_lib.h</description>
        <pubDate>Fri, 22 May 2026 00:02:54 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e08f0ea6daf2e5ffdb38844460bfd2db3b091015 - net: phy: Rename Airoha common BuckPBus register accessors</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/air_phy_lib.h#e08f0ea6daf2e5ffdb38844460bfd2db3b091015</link>
        <description>net: phy: Rename Airoha common BuckPBus register accessorsRename the BuckPBus register accessors functions present in air_phy_liband their calls in air_en8811h driver, so all exported functions startwith the same prefix.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-4-01aea8dee69b@collabora.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/phy/air_phy_lib.h</description>
        <pubDate>Tue, 26 May 2026 16:58:09 +0200</pubDate>
        <dc:creator>Louis-Alexis Eyraud &lt;louisalexis.eyraud@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>5226bb6634cdfc8dc1460321b4440d0e6565e9a6 - net: phy: air_phy_lib: Factorize BuckPBus register accessors</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/phy/air_phy_lib.h#5226bb6634cdfc8dc1460321b4440d0e6565e9a6</link>
        <description>net: phy: air_phy_lib: Factorize BuckPBus register accessorsIn preparation of Airoha AN8801R PHY support, move the BuckPBusregister accessors and definitions, present in air_en8811h driver,into the Airoha PHY shared code (air_phy_lib), so they will be usableby the new driver without duplicating them.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-3-01aea8dee69b@collabora.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/phy/air_phy_lib.h</description>
        <pubDate>Tue, 26 May 2026 16:58:08 +0200</pubDate>
        <dc:creator>Louis-Alexis Eyraud &lt;louisalexis.eyraud@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/air_phy_lib.h#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/air_phy_lib.h</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>
</channel>
</rss>
