<?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>32b515861e41f37347b2a86d2bf00ff0ca2fe7dd - pinctrl: tegra: PINCTRL_TEGRA264 should depend on ARCH_TEGRA</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/tegra/Kconfig#32b515861e41f37347b2a86d2bf00ff0ca2fe7dd</link>
        <description>pinctrl: tegra: PINCTRL_TEGRA264 should depend on ARCH_TEGRAThe NVIDIA Tegra264 MAIN, AON, and UPHY pin controllers are only presenton NVIDIA Tegra264 SoCs.  Hence add a dependency on ARCH_TEGRA, toprevent asking the user about this driver when configuring a kernelwithout NVIDIA Tegra SoC support.Fixes: c98506206912dd0d (&quot;pinctrl: tegra: Add Tegra264 pinmux driver&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Reviewed-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@oss.qualcomm.com&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/tegra/Kconfig</description>
        <pubDate>Tue, 09 Jun 2026 17:08:35 +0200</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>5f899621d34e2fd79229622805a659b13b63c98f - pinctrl: tegra: PINCTRL_TEGRA238 should depend on ARCH_TEGRA</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/tegra/Kconfig#5f899621d34e2fd79229622805a659b13b63c98f</link>
        <description>pinctrl: tegra: PINCTRL_TEGRA238 should depend on ARCH_TEGRAThe NVIDIA Tegra238 MAIN and AON pin controllers are only present onNVIDIA Tegra238 SoCs.  Hence add a dependency on ARCH_TEGRA, to preventasking the user about this driver when configuring a kernel withoutNVIDIA Tegra SoC support.Fixes: 25cac7292d49f4fc (&quot;pinctrl: tegra: Add Tegra238 pinmux driver&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Reviewed-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@oss.qualcomm.com&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/tegra/Kconfig</description>
        <pubDate>Tue, 09 Jun 2026 17:08:34 +0200</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>c98506206912dd0ddea94f844b65b0209a57e372 - pinctrl: tegra: Add Tegra264 pinmux driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/tegra/Kconfig#c98506206912dd0ddea94f844b65b0209a57e372</link>
        <description>pinctrl: tegra: Add Tegra264 pinmux driverAdd support for the three pin controllers (MAIN, UPHY and AON) found onTegra264.Signed-off-by: Prathamesh Shete &lt;pshete@nvidia.com&gt;Reviewed-by: Jon Hunter &lt;jonathanh@nvidia.com&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/tegra/Kconfig</description>
        <pubDate>Mon, 27 Apr 2026 15:42:30 +0200</pubDate>
        <dc:creator>Prathamesh Shete &lt;pshete@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>25cac7292d49f4fc5ee352eff7c8874d1b296380 - pinctrl: tegra: Add Tegra238 pinmux driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/tegra/Kconfig#25cac7292d49f4fc5ee352eff7c8874d1b296380</link>
        <description>pinctrl: tegra: Add Tegra238 pinmux driverAdd support for the two pin controllers (MAIN and AON) found on Tegra238.Signed-off-by: Prathamesh Shete &lt;pshete@nvidia.com&gt;Reviewed-by: Jon Hunter &lt;jonathanh@nvidia.com&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/tegra/Kconfig</description>
        <pubDate>Mon, 27 Apr 2026 15:42:28 +0200</pubDate>
        <dc:creator>Prathamesh Shete &lt;pshete@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>38eec41ded8621c75e5772af5fccde906fcd8276 - pinctrl: tegra: Enable easier compile testing</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/tegra/Kconfig#38eec41ded8621c75e5772af5fccde906fcd8276</link>
        <description>pinctrl: tegra: Enable easier compile testingCurrently NVIDIA Tegra pin controller drivers cannot be compile tested,unless ARCH_TEGRA is selected.  That partially defeats the purpose ofcompile testing, since ARCH_TEGRA is pulled when building platformkernels.  Solve it and allow compile testing independently of ARCH_TEGRAchoice which requires few less usual changes:1. Descent in Makefile in to drivers/pinctrl/tegra/ unconditionally,   because there is no menu option.2. Depend on COMMON_CLK for PINCTRL_TEGRA20, because it uses   clk_register_mux().Signed-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@oss.qualcomm.com&gt;Signed-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/tegra/Kconfig</description>
        <pubDate>Fri, 10 Apr 2026 12:30:06 +0200</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzysztof.kozlowski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>542baf77f092b435ddd2b340e82dbb7b14559d56 - pinctrl: tegra: Add Tegra186 pinmux driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/tegra/Kconfig#542baf77f092b435ddd2b340e82dbb7b14559d56</link>
        <description>pinctrl: tegra: Add Tegra186 pinmux driverThis is based on Nvidia&apos;s downstream 5.10 driver, rewritten to match themainline Tegra194 pinmux driver.Signed-off-by: Aaron Kling &lt;webgeek1234@gmail.com&gt;Link: https://lore.kernel.org/20250812-tegra186-pinctrl-v3-2-115714eeecb1@gmail.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux/drivers/pinctrl/tegra/Kconfig</description>
        <pubDate>Tue, 12 Aug 2025 23:24:41 +0200</pubDate>
        <dc:creator>Aaron Kling &lt;webgeek1234@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6d8257ca39884a90bbb61e3441f7d578abc53bac - pinctrl: tegra: Add Tegra234 pinmux driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/tegra/Kconfig#6d8257ca39884a90bbb61e3441f7d578abc53bac</link>
        <description>pinctrl: tegra: Add Tegra234 pinmux driverThis change adds support for the two pin controllers found on Tegra234.Signed-off-by: Prathamesh Shete &lt;pshete@nvidia.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Link: https://lore.kernel.org/r/20230605154230.2910847-3-thierry.reding@gmail.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux/drivers/pinctrl/tegra/Kconfig</description>
        <pubDate>Mon, 05 Jun 2023 17:42:29 +0200</pubDate>
        <dc:creator>Prathamesh Shete &lt;pshete@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>43c95d3694cc448fdf50bd53b7ff3a5bb4655883 - Merge tag &apos;pinctrl-v5.3-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/tegra/Kconfig#43c95d3694cc448fdf50bd53b7ff3a5bb4655883</link>
        <description>Merge tag &apos;pinctrl-v5.3-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlPull pin control updates from Linus Walleij: &quot;This is the bulk of pin control changes for the v5.3 kernel cycle:  Core changes:   - Device links can optionally be added between a pin control producer     and its consumers. This will affect how the system power management     is handled: a pin controller will not suspend before all of its     consumers have been suspended.     This was necessary for the ST Microelectronics STMFX expander and     need to be tested on other systems as well: it makes sense to make     this default in the long run.     Right now it is opt-in per driver.   - Drive strength can be specified in microamps. With decreases in     silicon technology, milliamps isn&apos;t granular enough, let&apos;s make it     possible to select drive strengths in microamps.     Right now the Meson (AMlogic) driver needs this.  New drivers:   - New subdriver for the Tegra 194 SoC.   - New subdriver for the Qualcomm SDM845.   - New subdriver for the Qualcomm SM8150.   - New subdriver for the Freescale i.MX8MN (Freescale is now a product     line of NXP).   - New subdriver for Marvell MV98DX1135.  Driver improvements:   - The Bitmain BM1880 driver now supports pin config in addition to     muxing.   - The Qualcomm drivers can now reserve some GPIOs as taken aside and     not usable for users. This is used in ACPI systems to take out some     GPIO lines used by the BIOS so that noone else (neither kernel nor     userspace) will play with them by mistake and crash the machine.   - A slew of refurbishing around the Aspeed drivers (board management     controllers for servers) in preparation for the new Aspeed AST2600     SoC.   - A slew of improvements over the SH PFC drivers as usual.   - Misc cleanups and fixes&quot;* tag &apos;pinctrl-v5.3-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (106 commits)  pinctrl: aspeed: Strip moved macros and structs from private header  pinctrl: aspeed: Fix missed include  pinctrl: baytrail: Use GENMASK() consistently  pinctrl: baytrail: Re-use data structures from pinctrl-intel.h  pinctrl: baytrail: Use defined macro instead of magic in byt_get_gpio_mux()  pinctrl: qcom: Add SM8150 pinctrl driver  dt-bindings: pinctrl: qcom: Add SM8150 pinctrl binding  dt-bindings: pinctrl: qcom: Document missing gpio nodes  pinctrl: aspeed: Add implementation-related documentation  pinctrl: aspeed: Split out pinmux from general pinctrl  pinctrl: aspeed: Clarify comment about strapping W1C  pinctrl: aspeed: Correct comment that is no longer true  MAINTAINERS: Add entry for ASPEED pinctrl drivers  dt-bindings: pinctrl: aspeed: Convert AST2500 bindings to json-schema  dt-bindings: pinctrl: aspeed: Convert AST2400 bindings to json-schema  dt-bindings: pinctrl: aspeed: Split bindings document in two  pinctrl: qcom: Add irq_enable callback for msm gpio  pinctrl: madera: Fixup SPDX headers  pinctrl: qcom: sdm845: Fix CONFIG preprocessor guard  pinctrl: tegra: Add bitmask support for parked bits  ...

            List of files:
            /linux/drivers/pinctrl/tegra/Kconfig</description>
        <pubDate>Sun, 14 Jul 2019 00:02:27 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>6143842823df676bfc0011c39862361dd0389b46 - pinctrl: tegra: Add Tegra194 pinmux driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/tegra/Kconfig#6143842823df676bfc0011c39862361dd0389b46</link>
        <description>pinctrl: tegra: Add Tegra194 pinmux driverTegra194 has PCIE L5 rst and clkreq pins which need to be controlleddynamically at runtime. This driver supports change pinmux for thesepins. Pinmux for rest of the pins is set statically by bootloader andwill not be changed by this driverSigned-off-by: Krishna Yarlagadda &lt;kyarlagadda@nvidia.com&gt;Signed-off-by: Suresh Mangipudi &lt;smangipudi@nvidia.com&gt;Tested-by: Vidya Sagar &lt;vidyas@nvidia.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux/drivers/pinctrl/tegra/Kconfig</description>
        <pubDate>Thu, 16 May 2019 13:53:13 +0200</pubDate>
        <dc:creator>Krishna Yarlagadda &lt;kyarlagadda@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/tegra/Kconfig#ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1</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/drivers/pinctrl/tegra/Kconfig</description>
        <pubDate>Sun, 19 May 2019 14:07:45 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>25cbac7716be6a8d5c57534645ca472d2e4be1fd - pinctrl: tegra: move Tegra pinctrl drivers to sub-directory</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/tegra/Kconfig#25cbac7716be6a8d5c57534645ca472d2e4be1fd</link>
        <description>pinctrl: tegra: move Tegra pinctrl drivers to sub-directoryTegra has several pinctrl drivers.  Now it is reasonable enough tomove them into drivers/pinctrl/tegra/.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Acked-by: Thierry Reding &lt;treding@nvidia.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux/drivers/pinctrl/tegra/Kconfig</description>
        <pubDate>Sat, 23 Jan 2016 16:30:08 +0100</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
</channel>
</rss>
