<?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>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/microchip/Kconfig#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/microchip/Kconfig</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>46a1daac56b3bf1bdbd8b37e6db811f015bc1f4b - Merge tag &apos;pinctrl-v7.0-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/microchip/Kconfig#46a1daac56b3bf1bdbd8b37e6db811f015bc1f4b</link>
        <description>Merge tag &apos;pinctrl-v7.0-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlPull pin control updates from Linus Walleij: &quot;Core changes:   - Drop the unused devm_pinctrl_unregister() function   - Move pretended generic pin control functionality out of the core     and into the Amlogic AM4 driver. We have something better coming     (hopefully)  New hardware support:   - Spacemit K3 (RISC-V) pin control support   - Atmel AT91 PIO4 (ARM32) SAMA7D65 pin control support   - Exynos9610 (ARM64) pin control support   - Qualcomm Mahua TLMM (ARM64) pin control support   - Microchip Polarfire MSSIO (RISC-V) pin control support   - Ocelot LAN9645XF (multiplatform) pin control support  Improvements:   - Using a few more guards for locking   - Various nonurgent fixes and tweaks&quot;* tag &apos;pinctrl-v7.0-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (73 commits)  pinctrl: generic: move function to amlogic-am4 driver  pinctrl: intel: Align Copyright note with corporate guidelines  pinctrl: mediatek: remove unused drv_offset field  pinctrl: canaan: k230: Fix NULL pointer dereference when parsing devicetree  pinctrl: single: fix refcount leak in pcs_add_gpio_func()  pinctrl: meson: amlogic-a4: Fix device node reference leak in bank helpers  pinctrl: qcom: sm8250-lpass-lpi: Fix i2s2_data_groups definition  pinctrl: core: Remove duplicate error messages  pinctrl: core: Simplify devm_pinctrl_*()  pinctrl: core: Remove unused devm_pinctrl_unregister()  dt-bindings: pinctrl: spacemit: fix drive-strength check warning  pinctrl: fix kismet issues with GENERIC_PINCTRL  pinctrl: tangier: Join tng_pinctrl_probe() into its wrapper  pinctrl: tangier: Remove duplicate error messages  pinctrl: lynxpoint: Remove duplicate error messages  pinctrl: cherryview: Remove duplicate error messages  pinctrl: baytrail: Remove duplicate error messages  pinctrl: intel: Remove duplicate error messages  pinctrl: equilibrium: Fix device node reference leak in pinbank_init()  dt-bindings: pinctrl: pinctrl-microchip-sgpio: add LAN969x  ...

            List of files:
            /linux/drivers/pinctrl/microchip/Kconfig</description>
        <pubDate>Mon, 16 Feb 2026 18:35:24 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>488d704ed7b7e7afeef24ee846c8223b607357b7 - pinctrl: add polarfire soc mssio pinctrl driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/microchip/Kconfig#488d704ed7b7e7afeef24ee846c8223b607357b7</link>
        <description>pinctrl: add polarfire soc mssio pinctrl driverOn Polarfire SoC, the Bank 2 and Bank 4 IOs connected to theMultiprocessor Subsystem (MSS) are controlled by IOMUX_CRs 1 through 6,which determine what function in routed to them, andMSSIO_BANK#_IO_CFG_CRs, which determine the configuration of each pin.Add a driver for this pin controller, including several customproperties that reflect aspects of the MSS&apos;s configuration.Reuse the Kconfig option for iomux0, since controlling MSSIOs withoutiomux0 routing a function to the MSSIOs in question is pointless, androuting a function to the MSSIOs is equally unhelpful if none of themare configured to make use of that function.Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/microchip/Kconfig</description>
        <pubDate>Tue, 20 Jan 2026 19:15:42 +0100</pubDate>
        <dc:creator>Conor Dooley &lt;conor.dooley@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>95c1762aaf34b0d5d128f5c14a82826499c563a3 - pinctrl: move microchip riscv pinctrl drivers to a folder</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/microchip/Kconfig#95c1762aaf34b0d5d128f5c14a82826499c563a3</link>
        <description>pinctrl: move microchip riscv pinctrl drivers to a folderThere&apos;s three of these drivers now for the same platforms, move themtogether with other microchip drivers to follow.Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/microchip/Kconfig</description>
        <pubDate>Tue, 20 Jan 2026 19:15:39 +0100</pubDate>
        <dc:creator>Conor Dooley &lt;conor.dooley@microchip.com&gt;</dc:creator>
    </item>
</channel>
</rss>
