<?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>9eb81d69 - pinctrl: sprd: Fix the kconfig warning</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sprd/Kconfig#9eb81d69</link>
        <description>pinctrl: sprd: Fix the kconfig warningOn X86 plaform, if the CONFIG_OF is not selected, and set theCONFIG_SPRD_SC9860 as &apos;m&apos;, that will cause below waring:WARNING: unmet direct dependencies detected for PINCTRL_SPRD  Depends on [n]: PINCTRL [=y] &amp;&amp; OF [=n] &amp;&amp; (ARCH_SPRD || COMPILE_TEST [=y])  Selected by [m]:  - PINCTRL_SPRD_SC9860 [=m] &amp;&amp; PINCTRL [=y]Thus move the configuration dependency under CONFIG_PINCTRL_SPRD_SC9860to fix the warning.Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Baolin Wang &lt;baolin.wang7@gmail.com&gt;Link: https://lore.kernel.org/r/eeb12d7843fb06f80e19f98eb25711231c3b610f.1583205650.git.baolin.wang7@gmail.comAcked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt; # build-testedSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sprd/Kconfig</description>
        <pubDate>Tue, 03 Mar 2020 03:32:15 +0000</pubDate>
        <dc:creator>Baolin Wang &lt;baolin.wang7@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1df49cc8 - pinctrl: sprd: Allow the SPRD pinctrl driver building into a module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sprd/Kconfig#1df49cc8</link>
        <description>pinctrl: sprd: Allow the SPRD pinctrl driver building into a moduleChange the config to &apos;tristate&apos; and export some symbols needed by modulesto allow the Spreadtrum pinctrl driver building into a module.Signed-off-by: Baolin Wang &lt;baolin.wang7@gmail.com&gt;Link: https://lore.kernel.org/r/d7239f3c7379e402f665fc8927f635ac56691380.1582776447.git.baolin.wang7@gmail.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sprd/Kconfig</description>
        <pubDate>Thu, 27 Feb 2020 04:13:47 +0000</pubDate>
        <dc:creator>Baolin Wang &lt;baolin.wang7@gmail.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/sprd/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/sprd/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>baec7e68 - pinctrl: sprd: Restrict PINCTRL_SPRD to ARCH_SPRD or COMPILE_TEST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sprd/Kconfig#baec7e68</link>
        <description>pinctrl: sprd: Restrict PINCTRL_SPRD to ARCH_SPRD or COMPILE_TESTThe Spreadtrum pinctrl drivers are only useful when building for aSpreadtrum platform.Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sprd/Kconfig</description>
        <pubDate>Wed, 06 Sep 2017 16:08:05 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>aaab90bb - pinctrl: sprd: fix build errors and dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sprd/Kconfig#aaab90bb</link>
        <description>pinctrl: sprd: fix build errors and dependenciesFix build errors when CONFIG_OF is not enabled.Also, the pinctrl-sprd-sc9860 driver uses functions from the pinctrl-sprddriver, so the former should depend on the latter driver.../drivers/pinctrl/sprd/pinctrl-sprd.c: In function &apos;sprd_dt_node_to_map&apos;:../drivers/pinctrl/sprd/pinctrl-sprd.c:290:2: error: implicit declaration of function &apos;pinconf_generic_parse_dt_config&apos; [-Werror=implicit-function-declaration]  ret = pinconf_generic_parse_dt_config(np, pctldev, &amp;configs,  ^../drivers/pinctrl/sprd/pinctrl-sprd.c: At top level:../drivers/pinctrl/sprd/pinctrl-sprd.c:844:44: error: array type has incomplete element type static const struct pinconf_generic_params sprd_dt_params[] = {                                            ^Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Baolin Wang &lt;baolin.wang@spreadtrum.com&gt;Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;Cc: linux-gpio@vger.kernel.orgSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sprd/Kconfig</description>
        <pubDate>Mon, 04 Sep 2017 15:35:28 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>41d32cfc - pinctrl: sprd: Add Spreadtrum pin control driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sprd/Kconfig#41d32cfc</link>
        <description>pinctrl: sprd: Add Spreadtrum pin control driverThis patch adds the pin control driver for Spreadtrum SC9860 platform.Signed-off-by: Baolin Wang &lt;baolin.wang@spreadtrum.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sprd/Kconfig</description>
        <pubDate>Thu, 17 Aug 2017 06:50:38 +0000</pubDate>
        <dc:creator>Baolin Wang &lt;baolin.wang@spreadtrum.com&gt;</dc:creator>
    </item>
</channel>
</rss>
