<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>05c43c8510a7f6dfc7941939dc244f929da9b8ca - dm: gpio: add NCA9539 gpio driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#05c43c8510a7f6dfc7941939dc244f929da9b8ca</link>
        <description>dm: gpio: add NCA9539 gpio driverChange-Id: Ic07202941cabc954b81769b510c3068999bfa049Signed-off-by: Cody Xie &lt;cody.xie@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Tue, 31 Oct 2023 09:50:53 +0000</pubDate>
        <dc:creator>Cody Xie &lt;cody.xie@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>7e0ce50b7170bb0a7dddebd94ced7ece7cffb548 - dm: gpio: Support disable seq aliaes</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#7e0ce50b7170bb0a7dddebd94ced7ece7cffb548</link>
        <description>dm: gpio: Support disable seq aliaesSigned-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: I89c5352a2cb777498e200d4f2d9dc556b1d606c1

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Wed, 08 Mar 2023 06:59:53 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>8304c12f8f3457e530dd25ba4b30984ecc37697b - Revert &quot;gpio: Add support for Maxim MAX96752F&quot;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#8304c12f8f3457e530dd25ba4b30984ecc37697b</link>
        <description>Revert &quot;gpio: Add support for Maxim MAX96752F&quot;This reverts commit 007fc775d5ba652a398419061e58a340d5d83fd7.Signed-off-by: Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;Change-Id: Ib8143a575ba25b09b300c7acd59ac8d9be56bae7

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Thu, 02 Feb 2023 09:50:25 +0000</pubDate>
        <dc:creator>Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>25cd3b965f2349f1f7ab9cb92b18aaab81d9a827 - BACKPORT: gpio: fixes for gpio-hog support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#25cd3b965f2349f1f7ab9cb92b18aaab81d9a827</link>
        <description>BACKPORT: gpio: fixes for gpio-hog supportrecently added gpio hog patch was &quot;in discussion&quot;state with Simon Glass. This patch now adds mostof comments from Simon Glass.Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;(cherry picked from commit 49b10cb4926285b856b207c1f5bb40c75487f08b)Change-Id: I622699122cdb28f3fdede9a3a13de7c25a54b702Signed-off-by: Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Wed, 17 Jul 2019 04:59:51 +0000</pubDate>
        <dc:creator>Heiko Schocher &lt;hs@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>7e044b9aeceaa3c07ba4dd8939761bd87f4c8300 - BACKPORT: gpio: add gpio-hog support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#7e044b9aeceaa3c07ba4dd8939761bd87f4c8300</link>
        <description>BACKPORT: gpio: add gpio-hog supportadd gpio-hog support. GPIO hogging is a mechanismproviding automatic GPIO request and configurationas part of the gpio-controller&apos;s driver probe function.for more infos see:doc/device-tree-bindings/gpio/gpio.txtSigned-off-by: Heiko Schocher &lt;hs@denx.de&gt;Tested-by: Michal Simek &lt;michal.simek@xilinx.com&gt; (zcu102)Tested-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;(cherry picked from commit 5fc7cf8c8e268590f3b0037eecea7f6798209f78)Change-Id: I73dc38ff9f38085d9ed5ee39b28d795f4adc68a0Signed-off-by: Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Wed, 12 Jun 2019 04:11:46 +0000</pubDate>
        <dc:creator>Heiko Schocher &lt;hs@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>007fc775d5ba652a398419061e58a340d5d83fd7 - gpio: Add support for Maxim MAX96752F</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#007fc775d5ba652a398419061e58a340d5d83fd7</link>
        <description>gpio: Add support for Maxim MAX96752FSigned-off-by: Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;Change-Id: I7bb5292bad0e44947489af5ddf7c0a9518db9c61

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Thu, 19 May 2022 03:11:14 +0000</pubDate>
        <dc:creator>Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>d1aef94b5af0d0191a8f53dfdd2a1d661a1c54cd - gpio/rockchip: rk_gpio support v2 gpio controller</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#d1aef94b5af0d0191a8f53dfdd2a1d661a1c54cd</link>
        <description>gpio/rockchip: rk_gpio support v2 gpio controllerThe v2 gpio controller add write enable bit for some register,such as data register, data direction register and so on.This patch support v2 gpio controller by redefine the read andwrite operation functions.Change-Id: I2adbcca06a37c48e6f494b89833cd034ba0dae29Signed-off-by: Jianqun Xu &lt;jay.xu@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Wed, 27 May 2020 03:36:26 +0000</pubDate>
        <dc:creator>Jianqun Xu &lt;jay.xu@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>90d99e5936d4bcef31fd19a5339fbb1f1ca188a0 - Convert CONFIG_CMD_TCA642X to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#90d99e5936d4bcef31fd19a5339fbb1f1ca188a0</link>
        <description>Convert CONFIG_CMD_TCA642X to KconfigThis converts the following to Kconfig:   CONFIG_CMD_TCA642XSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Fri, 04 Aug 2017 22:34:54 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>0091362ce50917ac028e515b9fa19d1257a3080c - Convert CONFIG_CMD_PCA953X to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#0091362ce50917ac028e515b9fa19d1257a3080c</link>
        <description>Convert CONFIG_CMD_PCA953X to KconfigThis converts the following to Kconfig:   CONFIG_CMD_PCA953XSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Fri, 04 Aug 2017 22:34:32 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>07d778382200a05a8b86cc135f79ec48e386f25a - Merge git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#07d778382200a05a8b86cc135f79ec48e386f25a</link>
        <description>Merge git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Tue, 01 Aug 2017 19:38:32 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>724368928c889bf754bea176f3e0aea5c1ec01b9 - x86: Convert INTEL_ICH6_GPIO to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#724368928c889bf754bea176f3e0aea5c1ec01b9</link>
        <description>x86: Convert INTEL_ICH6_GPIO to KconfigThis converts Intel ICH6 GPIO driver to Kconfig, and add it to theimply list of platform drivers.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Sun, 30 Jul 2017 13:23:28 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>29cb2b3b903ce12e7abc2fc9a8cfb12a0be36852 - gpio: Move OMAP_GPIO to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#29cb2b3b903ce12e7abc2fc9a8cfb12a0be36852</link>
        <description>gpio: Move OMAP_GPIO to KconfigThis driver is used often enough such that we want to have this enabledby default on any ARCH_OMAP2PLUS board, and this only compiles onARCH_OMAP2PLUS due to required defines, so mark that as the depends.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Sat, 13 May 2017 02:33:21 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>102d86552abc82818c22b39fdef4b3a280a60643 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#102d86552abc82818c22b39fdef4b3a280a60643</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Wed, 10 May 2017 19:50:21 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>e64bdb2fcfce7e002964e72f2732920ecda4b74c - dm: gpio: add BCM6345 gpio driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#e64bdb2fcfce7e002964e72f2732920ecda4b74c</link>
        <description>dm: gpio: add BCM6345 gpio driverThis driver is based on linux/arch/mips/bcm63xx/gpio.c, simplified to allowdefining one or two independent banks for each Broadcom SoC.Signed-off-by: &#193;lvaro Fern&#225;ndez Rojas &lt;noltari@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Sun, 07 May 2017 18:09:30 +0000</pubDate>
        <dc:creator>&#193;lvaro Fern&#225;ndez Rojas &lt;noltari@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4f66e09bb9fbc47b73f67c3cc08ee2663e8fcdb1 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#4f66e09bb9fbc47b73f67c3cc08ee2663e8fcdb1</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-bootSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Tue, 09 May 2017 16:03:44 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>774171020beaf3af19dcc8056c9de38653bc121b - dm: gpio: Add driver for stm32f7 gpio controller</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#774171020beaf3af19dcc8056c9de38653bc121b</link>
        <description>dm: gpio: Add driver for stm32f7 gpio controllerThis patch adds gpio driver supporting driver model for stm32f7 gpio.Signed-off-by: Vikas Manocha &lt;vikas.manocha@st.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Cc: Christophe KERELLO &lt;christophe.kerello@st.com&gt;[trini: Add depends on STM32]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Mon, 10 Apr 2017 22:02:57 +0000</pubDate>
        <dc:creator>Vikas Manocha &lt;vikas.manocha@st.com&gt;</dc:creator>
    </item>
<item>
        <title>b7b24a7a3cd74bb165d28a2959ed9143e3648fbf - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#b7b24a7a3cd74bb165d28a2959ed9143e3648fbf</link>
        <description>Merge git://git.denx.de/u-boot-dmHere with some DM changes as well as the long-standing AT91 DM/DTconversion patches which I have picked up via dm.

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Thu, 13 Apr 2017 21:31:06 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>5a07a5f9224d792a27ac9894f86239bc7b3298ba - gpio: Kconfig: add CONFIG_AT91_GPIO option</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#5a07a5f9224d792a27ac9894f86239bc7b3298ba</link>
        <description>gpio: Kconfig: add CONFIG_AT91_GPIO optionThe CONFIG_AT91_GPIO option is used to select AT91 PIO GPIO driver.Signed-off-by: Wenyou Yang &lt;wenyou.yang@atmel.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Andreas Bie&#223;mann &lt;andreas@biessmann.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Thu, 23 Mar 2017 04:46:19 +0000</pubDate>
        <dc:creator>Wenyou Yang &lt;wenyou.yang@atmel.com&gt;</dc:creator>
    </item>
<item>
        <title>02ccab1908c405fe1449457d4a0d343784a30acb - Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-imx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#02ccab1908c405fe1449457d4a0d343784a30acb</link>
        <description>Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-imxSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;Conflicts:	configs/bk4r1_defconfig	configs/colibri_vf_defconfig	configs/pcm052_defconfig	include/configs/colibri_vf.h	include/configs/pcm052.h

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Sun, 19 Mar 2017 18:49:26 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>d665eb6114c91f433473d4af8ff4e87e021b3ad8 - gpio: Add Rapid GPIO2P driver for i.MX7ULP</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/gpio/Kconfig#d665eb6114c91f433473d4af8ff4e87e021b3ad8</link>
        <description>gpio: Add Rapid GPIO2P driver for i.MX7ULPAdd the imx_rgpio2p driver for Rapid GPIO2P controllers on i.MX7ULP.Have added all ports on RGPIO2P_0 and RGPIO2P_1.The configurations CONFIG_IMX_RGPIO2P and CONFIG_DM_GPIO must be setto y to enable the drivers.To use the GPIO function, the IBE and OBE needs to set in IOMUXC.We did not set the bits in driver, but leave them to IOMUXC settingsof the GPIO pins. User should use IMX_GPIO_NR to generate the GPIO numberfor gpio APIs access.Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Signed-off-by: Ye Li &lt;ye.li@nxp.com&gt;Reviewed-by : Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/gpio/Kconfig</description>
        <pubDate>Wed, 22 Feb 2017 08:21:45 +0000</pubDate>
        <dc:creator>Peng Fan &lt;peng.fan@nxp.com&gt;</dc:creator>
    </item>
</channel>
</rss>
