<?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>619f8ca4 - pinctrl: stm32: add stm32mp257 pinctrl support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/stm32/Kconfig#619f8ca4</link>
        <description>pinctrl: stm32: add stm32mp257 pinctrl supportAdd stm32mp257 pinctrl support.Signed-off-by: Alexandre Torgue &lt;alexandre.torgue@foss.st.com&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/stm32/Kconfig</description>
        <pubDate>Wed, 24 May 2023 13:33:57 +0000</pubDate>
        <dc:creator>Alexandre Torgue &lt;alexandre.torgue@foss.st.com&gt;</dc:creator>
    </item>
<item>
        <title>a022135a - pinctrl: stm32: Add STM32MP135 SoC support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/stm32/Kconfig#a022135a</link>
        <description>pinctrl: stm32: Add STM32MP135 SoC supportSTM32MP135 SoC embeds 9 GPIO banks of 16 gpios each. Those GPIObanks contain same features as STM32MP157 GPIO banks except thateach GPIO line of the STM32MP135 can be secured.Signed-off-by: Alexandre Torgue &lt;alexandre.torgue@foss.st.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.deLink: https://lore.kernel.org/r/20210723132810.25728-3-alexandre.torgue@foss.st.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/stm32/Kconfig</description>
        <pubDate>Fri, 23 Jul 2021 13:28:05 +0000</pubDate>
        <dc:creator>Alexandre Torgue &lt;alexandre.torgue@foss.st.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/stm32/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/stm32/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>86822c2f - pinctrl: stm32: add &apos;depends on HAS_IOMEM&apos; to fix unmet dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/stm32/Kconfig#86822c2f</link>
        <description>pinctrl: stm32: add &apos;depends on HAS_IOMEM&apos; to fix unmet dependencyThese configs select MFD_SYSCON, but do not depend on HAS_IOMEM.Compile testing on architecture without HAS_IOMEM causes &quot;unmetdirect dependencies&quot; in Kconfig phase.Detected by &quot;make ARCH=score allyesconfig&quot;.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/stm32/Kconfig</description>
        <pubDate>Tue, 06 Mar 2018 11:15:56 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>f90160fc - pinctrl: stm32: add STM32F769 MCU support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/stm32/Kconfig#f90160fc</link>
        <description>pinctrl: stm32: add STM32F769 MCU supportThis patch which adds STM32F769 pinctrl and GPIO support, relies on thegeneric STM32 pinctrl driver.Signed-off-by: Alexandre Torgue &lt;alexandre.torgue@st.com&gt;Acked-by: Patrice CHOTARD &lt;patrice.chotard@st.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/stm32/Kconfig</description>
        <pubDate>Mon, 11 Dec 2017 08:54:32 +0000</pubDate>
        <dc:creator>Alexandre Torgue &lt;alexandre.torgue@st.com&gt;</dc:creator>
    </item>
<item>
        <title>4ef4cc13 - pinctrl: stm32: Add STM32MP157 MPU support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/stm32/Kconfig#4ef4cc13</link>
        <description>pinctrl: stm32: Add STM32MP157 MPU supportThis driver consists of 2 controllers due to a hole in mapping:-1 controller for GPIO bankA to K.-1 controller for GPIO bankZ.Signed-off-by: Alexandre Torgue &lt;alexandre.torgue@st.com&gt;Signed-off-by: Ludovic Barre &lt;ludovic.barre@st.com&gt;Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/stm32/Kconfig</description>
        <pubDate>Mon, 18 Dec 2017 15:17:49 +0000</pubDate>
        <dc:creator>Ludovic Barre &lt;ludovic.barre@st.com&gt;</dc:creator>
    </item>
<item>
        <title>8db63f53 - pinctrl: stm32: select IRQ_DOMAIN_HIERARCHY instead of depends on</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/stm32/Kconfig#8db63f53</link>
        <description>pinctrl: stm32: select IRQ_DOMAIN_HIERARCHY instead of depends onDrivers that need IRQ_DOMAIN_HIERARCHY should &quot;select&quot; it, butdrivers/pinctrl/stm32/Kconfig is the only exception that uses&quot;depends on&quot; syntax.  This prevents GPIO drivers from select&apos;ingIRQ_DOMAIN_HIERARCHY.For example, if I add &quot;select IRQ_DOMAIN_HIERARCHY&quot; to GPIO_XGENE_SB,I get the following recursive dependency error.drivers/gpio/Kconfig:13:error: recursive dependency detected!For a resolution refer to Documentation/kbuild/kconfig-language.txtsubsection &quot;Kconfig recursive dependency limitations&quot;drivers/gpio/Kconfig:13:	symbol GPIOLIB is selected by PINCTRL_STM32For a resolution refer to Documentation/kbuild/kconfig-language.txtsubsection &quot;Kconfig recursive dependency limitations&quot;drivers/pinctrl/stm32/Kconfig:3:	symbol PINCTRL_STM32 is selected by PINCTRL_STM32F429For a resolution refer to Documentation/kbuild/kconfig-language.txtsubsection &quot;Kconfig recursive dependency limitations&quot;drivers/pinctrl/stm32/Kconfig:11:	symbol PINCTRL_STM32F429 depends on IRQ_DOMAIN_HIERARCHYFor a resolution refer to Documentation/kbuild/kconfig-language.txtsubsection &quot;Kconfig recursive dependency limitations&quot;kernel/irq/Kconfig:67:	symbol IRQ_DOMAIN_HIERARCHY is selected by GPIO_XGENE_SBFor a resolution refer to Documentation/kbuild/kconfig-language.txtsubsection &quot;Kconfig recursive dependency limitations&quot;drivers/gpio/Kconfig:502:	symbol GPIO_XGENE_SB depends on GPIOLIBSigned-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Tested-by: Alexandre TORGUE &lt;alexandre.torgue@st.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/stm32/Kconfig</description>
        <pubDate>Tue, 11 Jul 2017 23:11:49 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>ca028dbb - pinctrl: stm32: Add STM32F469 MCU support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/stm32/Kconfig#ca028dbb</link>
        <description>pinctrl: stm32: Add STM32F469 MCU supportThis patch which adds STM32F469 pinctrl and GPIO support, relies on thegeneric STM32 pinctrl driver.Signed-off-by: Alexandre TORGUE &lt;alexandre.torgue@st.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/stm32/Kconfig</description>
        <pubDate>Fri, 07 Apr 2017 12:43:01 +0000</pubDate>
        <dc:creator>Alexandre TORGUE &lt;alexandre.torgue@st.com&gt;</dc:creator>
    </item>
<item>
        <title>deb30f51 - pinctrl: stm32: Add STM32H743 MCU support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/stm32/Kconfig#deb30f51</link>
        <description>pinctrl: stm32: Add STM32H743 MCU supportThis patch adds STM32H743 pinctrl and GPIO support, relies on thegeneric STM32 pinctrl driver.Signed-off-by: Alexandre TORGUE &lt;alexandre.torgue@st.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/stm32/Kconfig</description>
        <pubDate>Tue, 31 Jan 2017 13:14:19 +0000</pubDate>
        <dc:creator>Alexandre TORGUE &lt;alexandre.torgue@st.com&gt;</dc:creator>
    </item>
<item>
        <title>49cf2f29 - pinctrl: stm32: add IRQ_DOMAIN_HIERARCHY dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/stm32/Kconfig#49cf2f29</link>
        <description>pinctrl: stm32: add IRQ_DOMAIN_HIERARCHY dependencyThe newly added irqchip support for the stm32 pinctrl driver useshierarchical IRQ domains as provided by the NVIC primary irqchip.This works great for any configuration that may be relevant onstm32, but when doing compile-testing (randconfig), we canenable it without NVIC or any other primary irqchip thatenables IRQ_DOMAIN_HIERARCHY:drivers/pinctrl/stm32/pinctrl-stm32.c:212:13: error: &apos;irq_chip_eoi_parent&apos; undeclared here (not in a function)drivers/pinctrl/stm32/pinctrl-stm32.c:213:20: error: &apos;irq_chip_mask_parent&apos; undeclared here (not in a function)drivers/pinctrl/stm32/pinctrl-stm32.c:214:20: error: &apos;irq_chip_unmask_parent&apos; undeclared here (not in a function)drivers/pinctrl/stm32/pinctrl-stm32.c:215:20: error: &apos;irq_chip_set_type_parent&apos; undeclared here (not in a function)This adds a Kconfig dependency to limit compile-testing toconfigurations that have IRQ_DOMAIN_HIERARCHY already enabled.It&apos;s not obvious whether we should use &apos;depends on&apos; or &apos;select&apos;here, I think either one works, with &apos;depends on&apos; being moreintuitive, while &apos;select&apos; would be less likely to cause dependencyloops.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Fixes: 0eb9f683336d (&quot;pinctrl: Add IRQ support to STM32 gpios&quot;)Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/stm32/Kconfig</description>
        <pubDate>Wed, 14 Sep 2016 10:13:06 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>0eb9f683 - pinctrl: Add IRQ support to STM32 gpios</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/stm32/Kconfig#0eb9f683</link>
        <description>pinctrl: Add IRQ support to STM32 gpiosThis patch adds IRQ support to STM32 gpios.The EXTI controller has 16 lines dedicated to GPIOs.EXTI line n can be connected to only line n of one of the GPIO ports, forexample EXTI0 can be connected to either PA0, or PB0, or PC0...This port selection is done by specifying the port number into SystemConfig registers.Signed-off-by: Maxime Coquelin &lt;mcoquelin.stm32@gmail.com&gt;Signed-off-by: Alexandre TORGUE &lt;alexandre.torgue@st.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/stm32/Kconfig</description>
        <pubDate>Fri, 09 Sep 2016 14:42:01 +0000</pubDate>
        <dc:creator>Alexandre TORGUE &lt;alexandre.torgue@st.com&gt;</dc:creator>
    </item>
<item>
        <title>25af8bfa - pinctrl: Add STM32F746 MCU support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/stm32/Kconfig#25af8bfa</link>
        <description>pinctrl: Add STM32F746 MCU supportThis patch which adds STM32F746 pinctrl and GPIO support, relies on thegeneric STM32 pinctrl driver.Signed-off-by: Maxime Coquelin &lt;mcoquelin.stm32@gmail.com&gt;Signed-off-by: Alexandre TORGUE &lt;alexandre.torgue@st.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/stm32/Kconfig</description>
        <pubDate>Mon, 11 Jul 2016 08:43:40 +0000</pubDate>
        <dc:creator>Alexandre TORGUE &lt;alexandre.torgue@st.com&gt;</dc:creator>
    </item>
<item>
        <title>aceb16dc - pinctrl: Add STM32 MCUs support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/stm32/Kconfig#aceb16dc</link>
        <description>pinctrl: Add STM32 MCUs supportThis patch adds pinctrl and GPIO support to STMicroelectronic&apos;s STM32family of MCUs.While it only supports STM32F429 for now, it has been designed to enablesupport of other MCUs of the family (e.g. STM32F746).Acked-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;Signed-off-by: Maxime Coquelin &lt;mcoquelin.stm32@gmail.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/stm32/Kconfig</description>
        <pubDate>Thu, 14 Jan 2016 12:16:30 +0000</pubDate>
        <dc:creator>Maxime Coquelin &lt;mcoquelin.stm32@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
