<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>993d38647804592e1fd017a1584665be8f8f0308 - pinctrl: spacemit: move over to generic pinmux dt_node_to_map implementation</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/spacemit/Kconfig#993d38647804592e1fd017a1584665be8f8f0308</link>
        <description>pinctrl: spacemit: move over to generic pinmux dt_node_to_map implementationReplace the custom implementation of dt_node_to_map withpinctrl_generic_dt_node_to_map() to demonstrate its use.spacemit_pin_mux_config didn&apos;t provide much value in the first place,because the group contains the information required to look up thespacemit_pin struct corresponding to a pin, so there&apos;s no loss infunctionality as a result of the generic function carrying only the muxdata in the group&apos;s data pointer rather than having an array ofspacemit_pin_mux_config structs.Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Reviewed-by: Troy Mitchell &lt;troy.mitchell@linux.spacemit.com&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/spacemit/Kconfig</description>
        <pubDate>Tue, 19 May 2026 11:37:25 +0200</pubDate>
        <dc:creator>Conor Dooley &lt;conor.dooley@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>7412311c4655497b6ab6dd7b802f9390f0f57dc7 - pinctrl: spacemit: k3: add initial pin support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/spacemit/Kconfig#7412311c4655497b6ab6dd7b802f9390f0f57dc7</link>
        <description>pinctrl: spacemit: k3: add initial pin supportFor the pinctrl IP of SpacemiT&apos;s K3 SoC, it has different register offsetcomparing with previous SoC generation, so introduce a function to do thepin to offset mapping. Also add all the pinctrl data.Signed-off-by: Yixun Lan &lt;dlan@gentoo.org&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/spacemit/Kconfig</description>
        <pubDate>Fri, 02 Jan 2026 08:00:24 +0100</pubDate>
        <dc:creator>Yixun Lan &lt;dlan@gentoo.org&gt;</dc:creator>
    </item>
<item>
        <title>c746ff4a67f4842e90fe232d2c9fc983f4034848 - pinctrl: spacemit: PINCTRL_SPACEMIT_K1 should not default to y unconditionally</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/spacemit/Kconfig#c746ff4a67f4842e90fe232d2c9fc983f4034848</link>
        <description>pinctrl: spacemit: PINCTRL_SPACEMIT_K1 should not default to y unconditionallyMerely enabling compile-testing should not enable additionalfunctionality.Fixes: 7ff4faba63571c51 (&quot;pinctrl: spacemit: enable config option&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Reviewed-by: Yixun Lan &lt;dlan@gentoo.org&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Tested-by: Alex Elder &lt;elder@riscstar.com&gt;Reviewed-by: Alex Elder &lt;elder@riscstar.com&gt;Link: https://lore.kernel.org/6881b8d1ad74ac780af8a974e604b5ef3f5d4aad.1742198691.git.geert+renesas@glider.beSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux/drivers/pinctrl/spacemit/Kconfig</description>
        <pubDate>Mon, 17 Mar 2025 09:06:42 +0100</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>7ff4faba63571c51004280f7eb5d6362b15ec61f - pinctrl: spacemit: enable config option</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/spacemit/Kconfig#7ff4faba63571c51004280f7eb5d6362b15ec61f</link>
        <description>pinctrl: spacemit: enable config optionPinctrl is an essential driver for SpacemiT&apos;s SoC,The uart driver requires it, same as sd card driver,so let&apos;s enable it by default for this SoC.The CONFIG_PINCTRL_SPACEMIT_K1 isn&apos;t enabled when using&apos;make defconfig&apos; to select kernel configuration options.This result in a broken uart driver where fail at probe()stage due to no pins found.Fixes: a83c29e1d145 (&quot;pinctrl: spacemit: add support for SpacemiT K1 SoC&quot;)Reported-by: Alex Elder &lt;elder@kernel.org&gt;Acked-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Tested-by: Alex Elder &lt;elder@riscstar.com&gt;Signed-off-by: Yixun Lan &lt;dlan@gentoo.org&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Tested-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://lore.kernel.org/20250218-k1-pinctrl-option-v3-1-36e031e0da1b@gentoo.orgSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux/drivers/pinctrl/spacemit/Kconfig</description>
        <pubDate>Tue, 18 Feb 2025 01:31:44 +0100</pubDate>
        <dc:creator>Yixun Lan &lt;dlan@gentoo.org&gt;</dc:creator>
    </item>
<item>
        <title>a83c29e1d145cca5240952100acd1cd60f25fb5f - pinctrl: spacemit: add support for SpacemiT K1 SoC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/spacemit/Kconfig#a83c29e1d145cca5240952100acd1cd60f25fb5f</link>
        <description>pinctrl: spacemit: add support for SpacemiT K1 SoCSpacemiT&apos;s K1 SoC has a pinctrl controller which use single registerto describe all functions, which include bias pull up/down(strong pull),drive strength, schmitter trigger, slew rate, mux mode.Signed-off-by: Yixun Lan &lt;dlan@gentoo.org&gt;Link: https://lore.kernel.org/20241016-02-k1-pinctrl-v5-2-03d395222e4f@gentoo.orgSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux/drivers/pinctrl/spacemit/Kconfig</description>
        <pubDate>Wed, 16 Oct 2024 02:59:42 +0200</pubDate>
        <dc:creator>Yixun Lan &lt;dlan@gentoo.org&gt;</dc:creator>
    </item>
</channel>
</rss>
