aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon1-1/+1
2023-11-02gpio: rzg2l: Drop <common.h>Paul Barker1-1/+0
2023-10-22pinctrl: sunxi: add new D1 pinctrl supportAndre Przywara2-2/+22
2023-10-22pinctrl: sunxi: remove GPIO_EXTRA_HEADERAndre Przywara2-0/+2
2023-10-22pinctrl: sunxi: remove struct sunxi_gpioAndre Przywara1-35/+53
2023-10-22pinctrl: sunxi: add GPIO in/out wrappersAndre Przywara1-30/+25
2023-10-22pinctrl: sunxi: move pinctrl codeAndre Przywara1-1/+101
2023-10-16gpio: Add RZ/G2L GPIO driverPaul Barker3-0/+178
2023-10-13treewide: use dev_read_addr_*_ptr() where appropriateMatthias Schiffer1-2/+2
2023-09-14gpio: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-30/+0
2023-08-17gpio: pca953x: Add TI TCA9554 supportMarek Vasut1-0/+1
2023-08-14gpio: Use separate bitfield array to indicate GPIO is claimedWIP/2023-08-14-assorted-general-uupdatesMarek Vasut1-5/+59
2023-07-17x86: Convert some debug statements to use loggingSimon Glass1-2/+3
2023-07-14gpio: Avoid using an invalid ofnodeSimon Glass1-1/+1
2023-06-12Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...WIP/12Jun2023-nextTom Rini1-1/+1
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini3-4/+4
2023-06-12global: Use proper project name U-BootMichal Simek1-1/+1
2023-06-01pinctrl: nuvoton: set output state before enabling the outputJim Liu1-3/+3
2023-05-16gpio: renesas: Simplify .request/.rfree callbacksPali Rohár1-13/+2
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker3-4/+4
2023-04-30Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/30Apr2023Tom Rini2-22/+5
2023-04-29Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot...WIP/29Apr2023Tom Rini3-0/+189
2023-04-28gpio: axp/sunxi: Remove virtual VBUS detection GPIOSamuel Holland2-22/+5
2023-04-25gpio-uclass: fix off-by-one in gpio_request_list_by_name_nodev()Rasmus Villemoes1-1/+1
2023-04-21gpio: rockchip: Add support for RK3568 and RK3588 banksJonas Karlman1-36/+76
2023-04-21rockchip: gpio: rk_gpio: use ROCKCHIP_GPIOS_PER_BANK as dividerJohan Jonker1-1/+1
2023-04-07pinctrl: renesas: Add R8A779F0 S4 PFC tablesLUU HOAI1-1/+1
2023-04-07gpio: renesas: Add R-Car Gen4 supportHai Pham1-0/+1
2023-04-06gpio: Add QUICC Engine GPIOs driverChristophe Leroy3-0/+189
2023-03-30gpio: allow passing NULL to gpio_request_by_line_name() to search all gpio co...Rasmus Villemoes1-0/+7
2023-03-18pinctrl: renesas: Replace ifdeffery with IS_ENABLED()Marek Vasut1-3/+3
2023-02-28gpio: gpio-rockchip: parse gpio-ranges for bank idChris Morgan1-3/+17
2023-02-12Merge branch 'for-2023.04' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini3-0/+355
2023-02-11driver, gpio: Add support for MPC 8xx CPU portsChristophe Leroy3-0/+355
2023-02-10gpio: qcom: add direction functions for pwrkeyDzmitry Sankouski1-0/+16
2023-02-07gpio: Drop unused pca9698 driverSimon Glass2-128/+0
2023-02-07gpio: Drop unused mpc83xx_gpio driverSimon Glass2-184/+0
2023-02-07arm: Drop old kona codeSimon Glass2-142/+0
2023-02-07Drop CONFIG_DM644X_GPIOSimon Glass1-1/+0
2023-02-07gpio: Drop adi_gpio2Simon Glass2-426/+0
2023-02-02pinctrl: renesas: Synchronize PFC core with Linux 6.1.7Marek Vasut1-1/+1
2023-01-27Merge tag 'xilinx-for-v2023.04-rc1' of https://source.denx.de/u-boot/custodia...WIP/27Jan2023Tom Rini1-0/+3
2023-01-27gpio: zynqmp: Handle error from get_gpio_modepinAlgapally Santosh Sagar1-0/+3
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-20/+20
2023-01-12gpio: Get rid of gpio_hog_probe_all()Marek Vasut1-23/+8
2022-12-05Convert CONFIG_SH_GPIO_PFC et al to KconfigTom Rini1-0/+5
2022-12-05Convert CONFIG_PCA953X to KconfigTom Rini1-0/+4
2022-12-05arm: Remove unused mx27 codeTom Rini1-6/+6
2022-12-05Convert CONFIG_HIKEY_GPIO et al to KconfigTom Rini1-0/+9
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2-8/+8