<?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>b509b5e5 - pinctrl: imx-scmi: Drop obsolete dependency on COMPILE_TEST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#b509b5e5</link>
        <description>pinctrl: imx-scmi: Drop obsolete dependency on COMPILE_TESTSince commit 0166dc11be91 (&quot;of: make CONFIG_OF user selectable&quot;), OFcan be enabled on all architectures. Therefore depending onCOMPILE_TEST as an alternative is no longer needed.As ARM_SCMI_PROTOCOL already depends on COMPILE_TEST, we also don&apos;tneed to add COMPILE_TEST as an alternative dependency for it.Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;Link: https://lore.kernel.org/20241022134017.172411db@endymion.delvareSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Tue, 22 Oct 2024 11:40:17 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;jdelvare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>58414a31 - pinctrl: freescale: fix COMPILE_TEST error with PINCTRL_IMX_SCU</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#58414a31</link>
        <description>pinctrl: freescale: fix COMPILE_TEST error with PINCTRL_IMX_SCUWhen PINCTRL_IMX_SCU was selected by PINCTRL_IMX8DXL or PINCTRL_IMX8QMcombined with COMPILE_TEST on a non-arm platforms, the IMX_SCUdependency could not be enabled.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202410031439.GyTSa0kX-lkp@intel.com/Closes: https://lore.kernel.org/oe-kbuild-all/202410030852.q0Hukplf-lkp@intel.com/Signed-off-by: Esben Haabendal &lt;esben@geanix.com&gt;Link: https://lore.kernel.org/20241003-imx-pinctrl-compile-test-fix-v1-1-145ca1948cc3@geanix.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Thu, 03 Oct 2024 09:23:09 +0000</pubDate>
        <dc:creator>Esben Haabendal &lt;esben@geanix.com&gt;</dc:creator>
    </item>
<item>
        <title>a55222b7 - pinctrl: freescale: enable use with COMPILE_TEST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#a55222b7</link>
        <description>pinctrl: freescale: enable use with COMPILE_TESTAllow compile-testing of i.MX pinctrl drivers using CONFIG_COMPILE_TEST.Signed-off-by: Esben Haabendal &lt;esben@geanix.com&gt;Link: https://lore.kernel.org/20240506-imx-pinctrl-optional-v2-3-bdff75085156@geanix.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Mon, 06 May 2024 10:23:55 +0000</pubDate>
        <dc:creator>Esben Haabendal &lt;esben@geanix.com&gt;</dc:creator>
    </item>
<item>
        <title>aea2dd7a - pinctrl: freescale: Use CONFIG_SOC_IMXRT to guard i.MX RT1xxx drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#aea2dd7a</link>
        <description>pinctrl: freescale: Use CONFIG_SOC_IMXRT to guard i.MX RT1xxx driversThis aligns with the use of SOC_IMX* as dependencies for all the othermach-imx pinctrl drivers. Enabling i.MX RT pinctrl drivers for a kernelwith out i.MX RT SOC support is pointless.Signed-off-by: Esben Haabendal &lt;esben@geanix.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/20240506-imx-pinctrl-optional-v2-2-bdff75085156@geanix.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Mon, 06 May 2024 10:23:54 +0000</pubDate>
        <dc:creator>Esben Haabendal &lt;esben@geanix.com&gt;</dc:creator>
    </item>
<item>
        <title>17d21001 - ARM: imx: Allow user to disable pinctrl</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#17d21001</link>
        <description>ARM: imx: Allow user to disable pinctrlMaking pinctrl drivers and subsequently the pinctrl frameworkuser-controllable, allows building a kernel without this.While in many (most) cases, this could make the system unbootable, itdoes allow building smaller kernels for those situations where picntrlis not needed.One such situation is when building a kernel for NXP LS1021A systems,which does not have run-time controllable pinctrl, so pinctrl frameworkand drivers are 100% dead-weight.Signed-off-by: Esben Haabendal &lt;esben@geanix.com&gt;Acked-by: Shawn Guo &lt;shawnguo@kernel.org&gt;Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Link: https://lore.kernel.org/20240506-imx-pinctrl-optional-v2-1-bdff75085156@geanix.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Mon, 06 May 2024 10:23:53 +0000</pubDate>
        <dc:creator>Esben Haabendal &lt;esben@geanix.com&gt;</dc:creator>
    </item>
<item>
        <title>41f60a62 - pinctrl: freescale: Select missing features</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#41f60a62</link>
        <description>pinctrl: freescale: Select missing featuresFix the compile problem for pinctrl-imx-scmi by selecting theright core features so the symbols resolve.Fixes: 1e37f761d016 (&quot;pinctrl: imx: support SCMI pinctrl protocol for i.MX95&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202406172317.Sds860AS-lkp@intel.com/Link: https://lore.kernel.org/20240618-imx-scmi-generic-v1-1-67808a48beac@linaro.orgSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Tue, 18 Jun 2024 11:26:07 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>b755521f - pinctrl: imx: support SCMI pinctrl protocol for i.MX95</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#b755521f</link>
        <description>pinctrl: imx: support SCMI pinctrl protocol for i.MX95The generic pinctrl-scmi.c driver could not be used for i.MX95 becausei.MX95 SCMI firmware not supports functions, groups or generic&apos;Pin Configuration Type and Enumerations&apos; listed in SCMI Specification.i.MX95 System Control Management Interface(SCMI) firmware only supportsbelow pin configuration types which are OEM specific types:    192: PIN MUX    193: PIN CONF    194: DAISY ID    195: DAISY VALTo Support fsl,pins property together with SCMI OEM protocol, add thisdriver.Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Reviewed-by: Cristian Marussi &lt;cristian.marussi@arm.com&gt;Acked-by: Sudeep Holla &lt;sudeep.holla@arm.com&gt;Reviewed-by: Dong Aisheng &lt;aisheng.dong@nxp.com&gt;Link: https://lore.kernel.org/r/20240521-pinctrl-scmi-imx95-v1-3-9a1175d735fd@nxp.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Tue, 21 May 2024 06:25:59 +0000</pubDate>
        <dc:creator>Peng Fan &lt;peng.fan@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>993e2fc4 - pinctrl: imx: Add pinctrl driver support for i.MX91</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#993e2fc4</link>
        <description>pinctrl: imx: Add pinctrl driver support for i.MX91Add NXP i.MX91 pinctrl driverSigned-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Link: https://lore.kernel.org/r/20240513-imx91-pinctrl-v1-2-c99a23c6843a@nxp.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Mon, 13 May 2024 09:20:47 +0000</pubDate>
        <dc:creator>Peng Fan &lt;peng.fan@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>6cf103bc - pinctrl: freescale: remove generic pin config core support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#6cf103bc</link>
        <description>pinctrl: freescale: remove generic pin config core supportNo instance of &quot;struct imx_pinctrl_soc_info&quot; sets &apos;.generic_pinconf =true&apos;, so all of this is effectively dead code.To make it easier to understand the actual code, remove all the unusedcruft. This effectively reverts a5cadbbb081c (&quot;pinctrl: imx: addgeneric pin config core support&quot;).It was only in use by a single SOC (imx7ulp) for a few releases, andthe commit message of dbffda08f0e9 (&quot;pinctrl: fsl: imx7ulp: change touse imx legacy binding&quot;) suggests that it won&apos;t be used in thefuture. Certainly no new user has appeared in 20+ releases, and shouldthe need arise, this can be dug out of git history again.Signed-off-by: Rasmus Villemoes &lt;linux@rasmusvillemoes.dk&gt;Reviewed-by: Fabio Estevam  &lt;festevam@gmail.com&gt;Link: https://lore.kernel.org/r/20230302072132.1051590-1-linux@rasmusvillemoes.dkSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Thu, 02 Mar 2023 07:21:31 +0000</pubDate>
        <dc:creator>Rasmus Villemoes &lt;linux@rasmusvillemoes.dk&gt;</dc:creator>
    </item>
<item>
        <title>71e268e3 - pinctrl: imx8m: kconfig: Fix build error on test compile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#71e268e3</link>
        <description>pinctrl: imx8m: kconfig: Fix build error on test compilePINCTRL_IMX depends on OF, however the dependency is missed when selectedby PINCTRL_IMX8M* (it does not follow the indirect &apos;select&apos; statements),select it explicitly.Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Link: https://lore.kernel.org/all/202209050605.fezJUgFH-lkp@intel.com/Fixes: 87c2a29a6bf1 (&quot;pinctrl: imx8m: kconfig: Depends on SOC_IMX8M&quot;)Signed-off-by: Francesco Dolcini &lt;francesco.dolcini@toradex.com&gt;Reviewed-by: Jacky Bai &lt;ping.bai@nxp.com&gt;Link: https://lore.kernel.org/r/20220905224408.346425-1-francesco.dolcini@toradex.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Mon, 05 Sep 2022 22:44:08 +0000</pubDate>
        <dc:creator>Francesco Dolcini &lt;francesco.dolcini@toradex.com&gt;</dc:creator>
    </item>
<item>
        <title>87c2a29a - pinctrl: imx8m: kconfig: Depends on SOC_IMX8M</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#87c2a29a</link>
        <description>pinctrl: imx8m: kconfig: Depends on SOC_IMX8MChange PINCTRL_IMX8M* dependency from just ARCH_MXC to SOC_IMX8M,likewise is done for other PINCTRL_IMX* kconfig. This avoid pollutingthe config when SOC_IMX8M is not enabled.Signed-off-by: Francesco Dolcini &lt;francesco.dolcini@toradex.com&gt;Reviewed-by: Fabio Estevam &lt;festevam@gmail.com&gt;Link: https://lore.kernel.org/r/20220830142727.313080-1-francesco.dolcini@toradex.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Tue, 30 Aug 2022 14:27:27 +0000</pubDate>
        <dc:creator>Francesco Dolcini &lt;francesco.dolcini@toradex.com&gt;</dc:creator>
    </item>
<item>
        <title>fff65226 - pinctrl: freescale: Add i.MXRT1170 pinctrl driver support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#fff65226</link>
        <description>pinctrl: freescale: Add i.MXRT1170 pinctrl driver supportAdd the pinctrl driver support for i.MXRT1170.Cc: Giulio Benetti &lt;giulio.benetti@benettiengineering.com&gt;Signed-off-by: Jesse Taube &lt;Mr.Bossman075@gmail.com&gt;Reviewed-by: Dong Aisheng &lt;aisheng.dong@nxp.com&gt;Link: https://lore.kernel.org/r/20220517032802.451743-11-Mr.Bossman075@gmail.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Tue, 17 May 2022 03:27:59 +0000</pubDate>
        <dc:creator>Jesse Taube &lt;mr.bossman075@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1b945334 - pinctrl: imx93: Add pinctrl driver support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#1b945334</link>
        <description>pinctrl: imx93: Add pinctrl driver supportAdd i.MX93 pinctrl driverSigned-off-by: Jacky Bai &lt;ping.bai@nxp.com&gt;Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Link: https://lore.kernel.org/r/20220228010103.2725893-2-peng.fan@oss.nxp.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Mon, 28 Feb 2022 01:01:03 +0000</pubDate>
        <dc:creator>Jacky Bai &lt;ping.bai@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>debc8b0b - pinctrl: freescale: Add i.MXRT1050 pinctrl driver support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#debc8b0b</link>
        <description>pinctrl: freescale: Add i.MXRT1050 pinctrl driver supportAdd the pinctrl driver support for i.MXRT1050.Signed-off-by: Giulio Benetti &lt;giulio.benetti@benettiengineering.com&gt;Signed-off-by: Jesse Taube &lt;Mr.Bossman075@gmail.com&gt;Reviewed-by: Fabio Estevam &lt;festevam@gmail.com&gt;Link: https://lore.kernel.org/r/20211125211443.1150135-5-Mr.Bossman075@gmail.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Thu, 25 Nov 2021 21:14:34 +0000</pubDate>
        <dc:creator>Giulio Benetti &lt;giulio.benetti@benettiengineering.com&gt;</dc:creator>
    </item>
<item>
        <title>16b343e8 - pinctrl: imx8ulp: Add pinctrl driver support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#16b343e8</link>
        <description>pinctrl: imx8ulp: Add pinctrl driver supportAdd i.MX8ULP pinctrl driver support.Signed-off-by: Anson Huang &lt;Anson.Huang@nxp.com&gt;Signed-off-by: Jacky Bai &lt;ping.bai@nxp.com&gt;Reviewed-by: Dong Aisheng &lt;aisheng.dong@nxp.com&gt;Link: https://lore.kernel.org/r/20210607061041.2654568-2-ping.bai@nxp.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Mon, 07 Jun 2021 06:10:41 +0000</pubDate>
        <dc:creator>Anson Huang &lt;Anson.Huang@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>8d1e4f90 - pinctrl: imx21: Remove the driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#8d1e4f90</link>
        <description>pinctrl: imx21: Remove the driverSince commit 4b563a066611 (&quot;ARM: imx: Remove imx21 support&quot;) the imx21SoC is no longer supported.Get rid of its pinctrl driver too, which is now unused.Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;Acked-by: Shawn Guo &lt;shawnguo@kernel.org&gt;Link: https://lore.kernel.org/r/20201110190210.29376-1-festevam@gmail.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Tue, 10 Nov 2020 19:02:10 +0000</pubDate>
        <dc:creator>Fabio Estevam &lt;festevam@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7233f7cf - pinctrl: imx: Support building i.MX pinctrl core driver as module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#7233f7cf</link>
        <description>pinctrl: imx: Support building i.MX pinctrl core driver as moduleChange PINCTRL_IMX to tristate to support loadable module build.And i.MX common pinctrl driver should depend on CONFIG_OF to make sureno build error when i.MX common pinctrl driver is enabled for differentarchitectures without CONFIG_OF.Also add module author, description and license.Signed-off-by: Anson Huang &lt;Anson.Huang@nxp.com&gt;Reviewed-by: Dong Aisheng &lt;aisheng.dong@nxp.com&gt;Link: https://lore.kernel.org/r/1599552721-24872-3-git-send-email-Anson.Huang@nxp.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Tue, 08 Sep 2020 08:12:01 +0000</pubDate>
        <dc:creator>Anson Huang &lt;Anson.Huang@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>0080c534 - pinctrl: imx: Support building SCU pinctrl core driver as module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#0080c534</link>
        <description>pinctrl: imx: Support building SCU pinctrl core driver as moduleChange PINCTR_IMX_SCU to tristate, add module author, descriptionand license to support building SCU pinctrl core driver as module.Signed-off-by: Anson Huang &lt;Anson.Huang@nxp.com&gt;Reviewed-by: Dong Aisheng &lt;aisheng.dong@nxp.com&gt;Link: https://lore.kernel.org/r/1599552721-24872-2-git-send-email-Anson.Huang@nxp.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Tue, 08 Sep 2020 08:12:00 +0000</pubDate>
        <dc:creator>Anson Huang &lt;Anson.Huang@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>614038d6 - pinctrl: imx8dxl: Support building as module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#614038d6</link>
        <description>pinctrl: imx8dxl: Support building as moduleChange configuration to &quot;tristate&quot;, add module device table,author, description and license to support building i.MX8DXLpinctrl driver as module.Signed-off-by: Anson Huang &lt;Anson.Huang@nxp.com&gt;Reviewed-by: Dong Aisheng &lt;aisheng.dong@nxp.com&gt;Link: https://lore.kernel.org/r/1592979844-18833-10-git-send-email-Anson.Huang@nxp.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Wed, 24 Jun 2020 06:24:04 +0000</pubDate>
        <dc:creator>Anson Huang &lt;Anson.Huang@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>36d640fa - pinctrl: imx8qm: Support building as module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/freescale/Kconfig#36d640fa</link>
        <description>pinctrl: imx8qm: Support building as moduleChange configuration to &quot;tristate&quot;, add module device table,author, description and license to support building i.MX8QMpinctrl driver as module.Signed-off-by: Anson Huang &lt;Anson.Huang@nxp.com&gt;Reviewed-by: Dong Aisheng &lt;aisheng.dong@nxp.com&gt;Link: https://lore.kernel.org/r/1592979844-18833-9-git-send-email-Anson.Huang@nxp.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/freescale/Kconfig</description>
        <pubDate>Wed, 24 Jun 2020 06:24:03 +0000</pubDate>
        <dc:creator>Anson Huang &lt;Anson.Huang@nxp.com&gt;</dc:creator>
    </item>
</channel>
</rss>
