<?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 pinctrl-airoha.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>7b87a686a5ab138b3f8ca3d7e3489d8371c02695 - pinctrl: airoha: an7583: remove undefined groups from pcm_spi pin function</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/airoha/pinctrl-airoha.c#7b87a686a5ab138b3f8ca3d7e3489d8371c02695</link>
        <description>pinctrl: airoha: an7583: remove undefined groups from pcm_spi pin functionpcm_spi_int, pcm_spi_cs2, pcm_spi_cs3, pcm_spi_cs4 pin groups are notdefined, so pcm_spi function can&apos;t be applied to these groups.Fixes: 3ffeb17a9a27 (&quot;pinctrl: airoha: add support for Airoha AN7583 PINs&quot;)Signed-off-by: Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/airoha/pinctrl-airoha.c</description>
        <pubDate>Sat, 06 Jun 2026 04:03:42 +0200</pubDate>
        <dc:creator>Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;</dc:creator>
    </item>
<item>
        <title>dbe28a2a22a3455d1adbf9fd61d3537603ac3072 - pinctrl: airoha: an7583: fix phy1_led1 pin function</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/airoha/pinctrl-airoha.c#dbe28a2a22a3455d1adbf9fd61d3537603ac3072</link>
        <description>pinctrl: airoha: an7583: fix phy1_led1 pin functionphy1_led1 pin function wrongly refers to gpio1 instead of gpio11.Fix it.Fixes: 3ffeb17a9a27 (&quot;pinctrl: airoha: add support for Airoha AN7583 PINs&quot;)Signed-off-by: Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/airoha/pinctrl-airoha.c</description>
        <pubDate>Sat, 06 Jun 2026 04:03:41 +0200</pubDate>
        <dc:creator>Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;</dc:creator>
    </item>
<item>
        <title>9ef86358855d5fd89db019ace33c097d2d752b9d - pinctrl: airoha: an7583: add missed gpio22 pin group</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/airoha/pinctrl-airoha.c#9ef86358855d5fd89db019ace33c097d2d752b9d</link>
        <description>pinctrl: airoha: an7583: add missed gpio22 pin groupgpio22 pin group is missed, fix it.Fixes: 3ffeb17a9a27 (&quot;pinctrl: airoha: add support for Airoha AN7583 PINs&quot;)Signed-off-by: Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/airoha/pinctrl-airoha.c</description>
        <pubDate>Sat, 06 Jun 2026 04:03:40 +0200</pubDate>
        <dc:creator>Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;</dc:creator>
    </item>
<item>
        <title>abf92c45cc82e9a01aa581f9fbc790e78250a4d4 - pinctrl: airoha: an7583: fix gpio21 pin group</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/airoha/pinctrl-airoha.c#abf92c45cc82e9a01aa581f9fbc790e78250a4d4</link>
        <description>pinctrl: airoha: an7583: fix gpio21 pin groupgpio21 pin group refers to gpio22 pin, this is wrong.Fixes: 3ffeb17a9a27 (&quot;pinctrl: airoha: add support for Airoha AN7583 PINs&quot;)Signed-off-by: Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/airoha/pinctrl-airoha.c</description>
        <pubDate>Sat, 06 Jun 2026 04:03:39 +0200</pubDate>
        <dc:creator>Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;</dc:creator>
    </item>
<item>
        <title>08a5af468e613b6d8cd9725d284c9e6be288d364 - pinctrl: airoha: fix pwm pin function for an7581 and an7583</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/airoha/pinctrl-airoha.c#08a5af468e613b6d8cd9725d284c9e6be288d364</link>
        <description>pinctrl: airoha: fix pwm pin function for an7581 and an7583AN7581 have 47 valid GPIOs only (gpio0-gpio46), so gpio47 is a fiction.AN7583 have 49 valid GPIOs (gpio0-gpio48), so gpio48 is missedTo fix an issue * create AN7583 specific pwm pin function, * remove gpio47 from AN7581 pwm pin function.Fixes: 3ffeb17a9a27 (&quot;pinctrl: airoha: add support for Airoha AN7583 PINs&quot;)Signed-off-by: Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/airoha/pinctrl-airoha.c</description>
        <pubDate>Sat, 06 Jun 2026 04:03:38 +0200</pubDate>
        <dc:creator>Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;</dc:creator>
    </item>
<item>
        <title>a3602577fdfc49c6dc08d67304426d5ef6d7dec6 - pinctrl: airoha: an7583: fix incorrect led mapping in phy4_led1 pin function</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/airoha/pinctrl-airoha.c#a3602577fdfc49c6dc08d67304426d5ef6d7dec6</link>
        <description>pinctrl: airoha: an7583: fix incorrect led mapping in phy4_led1 pin functionphy4_led1 pin function maps led incorrectly. It uses the same map asphy3_led1. PHY{X} should map to LAN{N}_PHY_LED_MAP(X-1).Fixes: 3ffeb17a9a27 (&quot;pinctrl: airoha: add support for Airoha AN7583 PINs&quot;)Signed-off-by: Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;Reviewed-by: Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/airoha/pinctrl-airoha.c</description>
        <pubDate>Sat, 06 Jun 2026 04:03:37 +0200</pubDate>
        <dc:creator>Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;</dc:creator>
    </item>
<item>
        <title>e20c85c79cc2f45b87eb3dab38d4c641bbf83ed6 - pinctrl: airoha: an7581: fix incorrect led mapping in phy4_led1 pin function</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/airoha/pinctrl-airoha.c#e20c85c79cc2f45b87eb3dab38d4c641bbf83ed6</link>
        <description>pinctrl: airoha: an7581: fix incorrect led mapping in phy4_led1 pin functionphy4_led1 pin function maps led incorrectly. It uses the same map asphy3_led1. PHY{X} should map to LAN{N}_PHY_LED_MAP(X-1).Fixes: 579839c9548c (&quot;pinctrl: airoha: convert PHY LED GPIO to macro&quot;)Signed-off-by: Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;Reviewed-by: Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/airoha/pinctrl-airoha.c</description>
        <pubDate>Sat, 06 Jun 2026 04:03:36 +0200</pubDate>
        <dc:creator>Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;</dc:creator>
    </item>
<item>
        <title>a7f3e2b7730fc1d6c7431af49e0dc1ee97589795 - pinctrl: airoha: an7583: fix misprint in gpio19 pinconf</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/airoha/pinctrl-airoha.c#a7f3e2b7730fc1d6c7431af49e0dc1ee97589795</link>
        <description>pinctrl: airoha: an7583: fix misprint in gpio19 pinconfPin 21 (gpio19) duplicate pinconf settings of pin 20. Fix it usinga proper bit number in the configuration register.Fixes: 3ffeb17a9a27 (&quot;pinctrl: airoha: add support for Airoha AN7583 PINs&quot;)Signed-off-by: Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;Reviewed-by: Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/airoha/pinctrl-airoha.c</description>
        <pubDate>Sat, 06 Jun 2026 04:03:35 +0200</pubDate>
        <dc:creator>Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;</dc:creator>
    </item>
<item>
        <title>08a39a0617ff32a7c3962bbc38a9eee41b14659a - pinctrl: airoha: an7581: fix misprint in gpio19 pinconf</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/airoha/pinctrl-airoha.c#08a39a0617ff32a7c3962bbc38a9eee41b14659a</link>
        <description>pinctrl: airoha: an7581: fix misprint in gpio19 pinconfPin 32 (gpio19) duplicate pinconf settings of pin 31. Fix it usinga proper bit number in the configuration register.Fixes: 1c8ace2d0725 (&quot;pinctrl: airoha: Add support for EN7581 SoC&quot;)Signed-off-by: Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;Reviewed-by: Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/airoha/pinctrl-airoha.c</description>
        <pubDate>Sat, 06 Jun 2026 04:03:34 +0200</pubDate>
        <dc:creator>Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;</dc:creator>
    </item>
<item>
        <title>81cc2285cea84e3ed8688d353e1250cf8899c80a - pinctrl: airoha: an7583: add missed gpio32 pin group</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/airoha/pinctrl-airoha.c#81cc2285cea84e3ed8688d353e1250cf8899c80a</link>
        <description>pinctrl: airoha: an7583: add missed gpio32 pin groupgpio32 pin group is missed for an7583 SoC. This patch add it.Fixes: 3ffeb17a9a27 (&quot;pinctrl: airoha: add support for Airoha AN7583 PINs&quot;)Signed-off-by: Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;Reviewed-by: Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/airoha/pinctrl-airoha.c</description>
        <pubDate>Sat, 06 Jun 2026 04:03:33 +0200</pubDate>
        <dc:creator>Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;</dc:creator>
    </item>
<item>
        <title>bdc95d7e8de3eefa9fc062302625259c0b79136d - pinctrl: airoha: an7581: add missed gpio32 pin group</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/airoha/pinctrl-airoha.c#bdc95d7e8de3eefa9fc062302625259c0b79136d</link>
        <description>pinctrl: airoha: an7581: add missed gpio32 pin groupgpio32 pin group is missed for an7581 SoC. This patch add it.Fixes: 1c8ace2d0725 (&quot;pinctrl: airoha: Add support for EN7581 SoC&quot;)Signed-off-by: Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;Reviewed-by: Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/airoha/pinctrl-airoha.c</description>
        <pubDate>Sat, 06 Jun 2026 04:03:32 +0200</pubDate>
        <dc:creator>Mikhail Kshevetskiy &lt;mikhail.kshevetskiy@iopsys.eu&gt;</dc:creator>
    </item>
<item>
        <title>27aa791db7e7fe9e405a2143f2ddccdcd0d1c283 - pinctrl: Move Airoha driver to dedicated directory</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/airoha/pinctrl-airoha.c#27aa791db7e7fe9e405a2143f2ddccdcd0d1c283</link>
        <description>pinctrl: Move Airoha driver to dedicated directoryIn preparation for additional SoC support, move the Airoha pinctrl driverfor AN7581 SoC to a dedicated directory.This is to tidy things up and keep code organized without polluting theMediatek driver directory.The driver doesn&apos;t depend on any generic or common code from the Mediatekcodebase so it can be safely moved without any modification.Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;Acked-by: Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/airoha/pinctrl-airoha.c</description>
        <pubDate>Fri, 05 Jun 2026 09:12:31 +0200</pubDate>
        <dc:creator>Christian Marangi &lt;ansuelsmth@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
