aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2024-03-02ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESASMarek Vasut1-1/+1
2024-01-29treewide: Remove clk_freeSean Anderson3-5/+0
2024-01-16gpio: qcom_pmic: drop gpio-count propertyCaleb Connolly1-8/+5
2024-01-16gpio: qcom_pmic: support upstream DTCaleb Connolly1-3/+28
2024-01-16gpio: qcom_pmic: drop pon GPIO driverCaleb Connolly2-107/+2
2024-01-16gpio: qcom_pmic: fix silent dev_read_addr downcastCaleb Connolly1-4/+10
2024-01-16msm_gpio: use unsigned intCaleb Connolly1-4/+4
2024-01-16pinctrl: qcom: make compatible with linux DTsCaleb Connolly1-15/+21
2023-12-21global: Remove duplicate common.h inclusionsTom Rini1-1/+0
2023-12-19drivers: gpio-uclass: support PMIC GPIO childrenSvyatoslav Ryhel1-0/+20
2023-12-19drivers: gpio: implement PALMAS GPIO cellSvyatoslav Ryhel3-0/+140
2023-12-19drivers: gpio: implement MAX77663 GPIO cellSvyatoslav Ryhel3-0/+188
2023-12-19gpio: dw: Drop unused headersMaksim Kiselev1-8/+2
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