<?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>829356da - pinctrl: renesas: rzg2l: Add support for RZ/G3E SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/renesas/Kconfig#829356da</link>
        <description>pinctrl: renesas: rzg2l: Add support for RZ/G3E SoCAdd pinctrl driver support for RZ/G3E SoC.Signed-off-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/20241216195325.164212-5-biju.das.jz@bp.renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/renesas/Kconfig</description>
        <pubDate>Mon, 16 Dec 2024 19:53:14 +0000</pubDate>
        <dc:creator>Biju Das &lt;biju.das.jz@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>5dcde519 - pinctrl: renesas: Select PINCTRL_RZG2L for RZ/V2H(P) SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/renesas/Kconfig#5dcde519</link>
        <description>pinctrl: renesas: Select PINCTRL_RZG2L for RZ/V2H(P) SoCAdd explicit selection of the PINCTRL_RZG2L config option for theRZ/V2H(P) (R9A09G057) SoC, ensuring pin control driver is enabledfor this SoC.Fixes: 9bd95ac86e70 (&quot;pinctrl: renesas: rzg2l: Add support for RZ/V2H SoC&quot;)Reported-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Signed-off-by: Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/20241010132726.702658-1-prabhakar.mahadev-lad.rj@bp.renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/renesas/Kconfig</description>
        <pubDate>Thu, 10 Oct 2024 13:27:26 +0000</pubDate>
        <dc:creator>Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>fda5edd7 - pinctrl: renesas: rzg2l: Select GPIOLIB_IRQCHIP and IRQ_DOMAIN_HIERARCHY</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/renesas/Kconfig#fda5edd7</link>
        <description>pinctrl: renesas: rzg2l: Select GPIOLIB_IRQCHIP and IRQ_DOMAIN_HIERARCHYThe pinctrl-rzg2l driver accesses gpio_chip.irq, which is available onlyif CONFIG_GPIOLIB_IRQCHIP=y, and uses APIs that are defined only ifCONFIG_IRQ_DOMAIN_HIERARCHY=y (irq_chip_*_parent() APIs).On ARCH_RZG2L, CONFIG_IRQ_DOMAIN_HIERARCHY is selected anyway, e.g. byCONFIG_ARM_GIC_V3, but CONFIG_GPIOLIB_IRQCHIP is not (it is on R-Car).Make this explicit at the driver level for a clearer view of thedependencies.Signed-off-by: Claudiu Beznea &lt;claudiu.beznea.uj@bp.renesas.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/r/20240215124112.2259103-2-claudiu.beznea.uj@bp.renesas.com[geert: select GPIOLIB_IRQCHIP, too]Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/renesas/Kconfig</description>
        <pubDate>Thu, 15 Feb 2024 12:41:11 +0000</pubDate>
        <dc:creator>Claudiu Beznea &lt;claudiu.beznea.uj@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>291f7856 - pinctrl: renesas: Initial R8A779H0 (R-Car V4M) PFC support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/renesas/Kconfig#291f7856</link>
        <description>pinctrl: renesas: Initial R8A779H0 (R-Car V4M) PFC supportAdd initial pin control support for the R-Car V4M (R8A779H0) SoC,including bias, drive strength and voltage control.Signed-off-by: Cong Dang &lt;cong.dang.xn@renesas.com&gt;[geert: Fixes and cleanups]Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/r/5f59263e75be713dc954007cfeb2c99274c9d761.1706264667.git.geert+renesas@glider.be

            List of files:
            /linux-6.15/drivers/pinctrl/renesas/Kconfig</description>
        <pubDate>Fri, 26 Jan 2024 10:44:00 +0000</pubDate>
        <dc:creator>Cong Dang &lt;cong.dang.xn@renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>f055ff23 - pinctrl: renesas: rzn1: Enable missing PINMUX</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/renesas/Kconfig#f055ff23</link>
        <description>pinctrl: renesas: rzn1: Enable missing PINMUXEnable pin muxing (eg. programmable function), so that the RZ/N1 GPIOpins will be configured as specified by the pinmux in the DTS.This used to be enabled implicitly via CONFIG_GENERIC_PINMUX_FUNCTIONS,however that was removed, since the RZ/N1 driver does not call any ofthe generic pinmux functions.Fixes: 1308fb4e4eae14e6 (&quot;pinctrl: rzn1: Do not select GENERIC_PIN{CTRL_GROUPS,MUX_FUNCTIONS}&quot;)Signed-off-by: Ralph Siemsen &lt;ralph.siemsen@linaro.org&gt;Reviewed-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/r/20231004200008.1306798-1-ralph.siemsen@linaro.orgSigned-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/renesas/Kconfig</description>
        <pubDate>Wed, 04 Oct 2023 20:00:08 +0000</pubDate>
        <dc:creator>Ralph Siemsen &lt;ralph.siemsen@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>47ea7ff1 - pinctrl: renesas: Remove R-Car H3 ES1.* handling</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/renesas/Kconfig#47ea7ff1</link>
        <description>pinctrl: renesas: Remove R-Car H3 ES1.* handlingR-Car H3 ES1.* was only available to an internal development group andneeded a lot of quirks and workarounds.  These become a maintenanceburden now, so our development group decided to remove upstream supportand disable booting for this SoC.  Public users only have ES2 onwards.Signed-off-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;Reviewed-by: Laurent Pinchart &lt;laurent.pinchart+renesas@ideasonboard.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/r/20230307105645.5285-2-wsa+renesas@sang-engineering.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/renesas/Kconfig</description>
        <pubDate>Tue, 07 Mar 2023 10:56:37 +0000</pubDate>
        <dc:creator>Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;</dc:creator>
    </item>
<item>
        <title>ad9bb2fe - pinctrl: renesas: Initial R8A779G0 (R-Car V4H) PFC support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/renesas/Kconfig#ad9bb2fe</link>
        <description>pinctrl: renesas: Initial R8A779G0 (R-Car V4H) PFC supportThis patch adds initial pinctrl support for the R-Car V4H (R8A779G0)SoC, including bias, drive strength and voltage control.This patch was created based on the Rev.0.51 datasheet.Signed-off-by: LUU HOAI &lt;hoai.luu.ub@renesas.com&gt;Signed-off-by: Takeshi Kihara &lt;takeshi.kihara.df@renesas.com&gt;[Morimoto: merge Kihara-san&apos;s MODSEL8 fixup patch, cleanup white space, care about reserved bits on each configs, fixup comments, etc.]Signed-off-by: Kuninori Morimoto &lt;kuninori.morimoto.gx@renesas.com&gt;Link: https://lore.kernel.org/r/87czepty0j.wl-kuninori.morimoto.gx@renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/renesas/Kconfig</description>
        <pubDate>Fri, 01 Jul 2022 01:36:13 +0000</pubDate>
        <dc:creator>LUU HOAI &lt;hoai.luu.ub@renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>92a9b825 - pinctrl: renesas: Add RZ/V2M pin and gpio controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/renesas/Kconfig#92a9b825</link>
        <description>pinctrl: renesas: Add RZ/V2M pin and gpio controller driverAdd support for pin and gpio controller driver for RZ/V2M SoC.Based on the RZ/G2L driver.Note that the DETDO and DETMS dedicated pins are currently notdocumented in the HW manual as to which pin group they are in.HW team has since said that the output level of 1.8V I/O group 4(for MD0-7, and debugger) is the same as the 1.8V I/O group 3.Signed-off-by: Phil Edworthy &lt;phil.edworthy@renesas.com&gt;Reviewed-by: Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;Link: https://lore.kernel.org/r/20220624084833.22605-3-phil.edworthy@renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/renesas/Kconfig</description>
        <pubDate>Fri, 24 Jun 2022 08:48:33 +0000</pubDate>
        <dc:creator>Phil Edworthy &lt;phil.edworthy@renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>1db28b78 - pinctrl: renesas: Select PINCTRL_RZG2L if ARCH_RZG2L is enabled</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/renesas/Kconfig#1db28b78</link>
        <description>pinctrl: renesas: Select PINCTRL_RZG2L if ARCH_RZG2L is enabledGPIO (PINCTRL) block is identical on Renesas RZ/G2L, RZ/G2UL and RZ/V2LSoC&apos;s, so instead of selecting PINCTRL_RZG2L config for each SoC selectPINCTRL_RZG2L config option if ARCH_RZG2L is enabled. The ARCH_RZG2Lconfig option is already selected by ARCH_R9A07G043, ARCH_R9A07G044 andARCH_R9A07G054.Signed-off-by: Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;Link: https://lore.kernel.org/r/20220406075318.14385-1-prabhakar.mahadev-lad.rj@bp.renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/renesas/Kconfig</description>
        <pubDate>Wed, 06 Apr 2022 07:53:18 +0000</pubDate>
        <dc:creator>Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>bfc69bdb - pinctrl: renesas: rzg2l: Add RZ/G2UL support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/renesas/Kconfig#bfc69bdb</link>
        <description>pinctrl: renesas: rzg2l: Add RZ/G2UL supportRZ/G2UL SoC has fewer pins compared to RZ/G2L and the port pindefinitions are different compared to RZ/G2L.This patch adds a new compatible to take care of these differences byadding r9a07g043_data with r9a07g043_gpio_configs andrzg2l_dedicated_pins.common.Signed-off-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Reviewed-by: Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;Link: https://lore.kernel.org/r/20220401180230.19950-1-biju.das.jz@bp.renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/renesas/Kconfig</description>
        <pubDate>Fri, 01 Apr 2022 18:02:30 +0000</pubDate>
        <dc:creator>Biju Das &lt;biju.das.jz@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>030ac6d7 - pinctrl: renesas: Initial R8A779F0 PFC support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/renesas/Kconfig#030ac6d7</link>
        <description>pinctrl: renesas: Initial R8A779F0 PFC supportAdd initial Pin Function Controller (PFC) support for the Renesas R-CarS4-8 (R8A779F0) SoC, including bias, drive strength and voltage control.Based on a larger patch in the BSP by LUU HOAI.Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Acked-by: Yoshihiro Shimoda &lt;yoshihiro.shimoda.uh@renesas.com&gt;Link: https://lore.kernel.org/r/fd8201da404b7b0897130b254380ffc97f437266.1645457792.git.geert+renesas@glider.be

            List of files:
            /linux-6.15/drivers/pinctrl/renesas/Kconfig</description>
        <pubDate>Mon, 21 Feb 2022 15:43:38 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>0c8fce49 - pinctrl: renesas: Kconfig: Select PINCTRL_RZG2L if RZ/V2L SoC is enabled</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/renesas/Kconfig#0c8fce49</link>
        <description>pinctrl: renesas: Kconfig: Select PINCTRL_RZG2L if RZ/V2L SoC is enabledRZ/V2L uses the RZ/G2L GPIO and pinctrl driver.Enable the RZ/G2L pinctrl driver if RZ/V2L is enabled.Update the description for RZ/V2L pin control support.Signed-off-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Signed-off-by: Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;Link: https://lore.kernel.org/r/20220110134659.30424-8-prabhakar.mahadev-lad.rj@bp.renesas.comLink: https://lore.kernel.org/r/20220206194614.13209-1-biju.das.jz@bp.renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/renesas/Kconfig</description>
        <pubDate>Mon, 10 Jan 2022 13:46:54 +0000</pubDate>
        <dc:creator>Biju Das &lt;biju.das.jz@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>c4c4637e - pinctrl: renesas: Add RZ/G2L pin and gpio controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/renesas/Kconfig#c4c4637e</link>
        <description>pinctrl: renesas: Add RZ/G2L pin and gpio controller driverAdd support for pin and gpio controller driver for RZ/G2L SoC.Based on a patch in the BSP by Hien Huynh &lt;hien.huynh.px@renesas.com&gt;.Signed-off-by: Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;Reviewed-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Link: https://lore.kernel.org/r/20210727112328.18809-3-prabhakar.mahadev-lad.rj@bp.renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/renesas/Kconfig</description>
        <pubDate>Tue, 27 Jul 2021 11:23:26 +0000</pubDate>
        <dc:creator>Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>741a7370 - pinctrl: renesas: Initial R8A779A0 (V3U) PFC support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/renesas/Kconfig#741a7370</link>
        <description>pinctrl: renesas: Initial R8A779A0 (V3U) PFC supportThis patch adds initial pinctrl support for the R8A779A0 (V3U) SoC,including bias, drive strength and voltage control.Based on patch by LUU HOAI &lt;hoai.luu.ub@renesas.com&gt;.Signed-off-by: Ulrich Hecht &lt;uli+renesas@fpond.eu&gt;Tested-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;Link: https://lore.kernel.org/r/20210112165912.30876-5-uli+renesas@fpond.euSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/renesas/Kconfig</description>
        <pubDate>Tue, 12 Jan 2021 16:59:10 +0000</pubDate>
        <dc:creator>Ulrich Hecht &lt;uli+renesas@fpond.eu&gt;</dc:creator>
    </item>
<item>
        <title>540d9757 - pinctrl: renesas: Reintroduce SH_PFC for common sh-pfc code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/renesas/Kconfig#540d9757</link>
        <description>pinctrl: renesas: Reintroduce SH_PFC for common sh-pfc codeMost, but not all, Renesas pin control drivers use the &quot;sh-pfc&quot; pincontrol framework.  As of commit 8449bfa9e6a9f7ec (&quot;pinctrl: sh-pfc:Collect Renesas related CONFIGs in one place&quot;), the code for thisframework is always built when Renesas SoC pin control support isenabled, regardless of whether the enabled pin control drivers need itor not.Fix this by reintroducing the CONFIG_SH_PFC symbol to control inclusionof the &quot;sh-pfc&quot; framework and its dependencies, and selecting it whenneeded.This reduces kernel size of a typical RZ/A1 or RZ/A2 kernel by more than6 resp. 11 KiB.Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/r/20200909131534.12897-4-geert+renesas@glider.be

            List of files:
            /linux-6.15/drivers/pinctrl/renesas/Kconfig</description>
        <pubDate>Wed, 09 Sep 2020 13:15:34 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>077365a9 - pinctrl: Rename sh-pfc to renesas</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/renesas/Kconfig#077365a9</link>
        <description>pinctrl: Rename sh-pfc to renesasThe drivers/pinctrl/sh-pfc subdirectory was originally created to grouppin control drivers for various Renesas SuperH and SH-Mobile platforms.However, the name &quot;sh-pfc&quot; no longer reflects its contents, as thedirectory now contains pin control drivers for Renesas SuperH, ARM32,and ARM64 SoCs.Hence rename the subdirectory from drivers/pinctrl/sh-pfc todrivers/pinctrl/renesas, and the related Kconfig symbol fromPINCTRL_SH_PFC to PINCTRL_RENESAS.Rename the git branch in MAINTAINERS, too, for consistency.Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/r/20200909131534.12897-3-geert+renesas@glider.be

            List of files:
            /linux-6.15/drivers/pinctrl/renesas/Kconfig</description>
        <pubDate>Wed, 09 Sep 2020 13:15:33 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
</channel>
</rss>
