aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2022-03-16Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodia...WIP/16Mar2022-nextTom Rini3-0/+124
2022-03-14Merge tag 'v2022.04-rc4' into nextTom Rini3-0/+172
2022-03-07gpio: Add Aspeed GPIO driverAndrew Jeffery3-0/+307
2022-03-07gpio: bcm6345: allow to use this driver on arm bcm6753Philippe Reynes1-1/+2
2022-03-07gpio: slg7xl45106: Add support for slg7xl45106 i2c gpo expanderT Karthik Reddy3-0/+124
2022-02-28gpio: add sl28cpld driverMichael Walle3-0/+172
2022-02-05GPIO: fxl6408: Add support for FXL6408 GPIO expanderOleksandr Suvorov3-0/+388
2022-01-30gpio: sunxi: Implement .set_flagsSamuel Holland1-35/+27
2022-01-20Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini4-5/+5
2022-01-19doc: replace @return by Return:Heinrich Schuchardt4-5/+5
2022-01-19Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodia...WIP/19Jan2022Tom Rini3-0/+163
2022-01-16gpio: da8xx_gpio: Fix gpio name with addresschao zeng1-0/+8
2022-01-05zynqmp: gpio: Add support for zynqmp gpio modepin driverT Karthik Reddy3-0/+163
2021-12-27Convert CONFIG_KIRKWOOD_GPIO to KconfigTom Rini1-0/+5
2021-11-10gpio: stm32: create include file for driver private dataPatrick Delaunay2-1/+88
2021-10-31SoC: exynos: add support for exynos 78x0Dzmitry Sankouski1-0/+1
2021-10-31pinctrl: qcom: add pinctrl and gpio drivers for SDM845 SoCDzmitry Sankouski2-3/+6
2021-10-20gpio: sifive: Fix -Wint-to-pointer-cast warningBin Meng1-4/+2
2021-10-19drivers/gpio: add support for MAX7320 i2c i/o expanderHannes Schmelzer3-0/+122
2021-10-11sunxi: gpio: Remove bank-specific size macrosSamuel Holland1-2/+0
2021-10-11sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland2-2/+0
2021-10-11gpio: sunxi: Remove the sunxi_name_to_gpio_bank functionSamuel Holland1-14/+0
2021-10-05gpio: Factor out DT flag translationSamuel Holland1-21/+29
2021-10-05gpio: Verify validity of pin offsets from device treesSamuel Holland1-0/+4
2021-10-05gpio: Verify validity of pin offsets when looking up namesSamuel Holland1-1/+2
2021-10-01arm: Remove zmx25 board and ARCH_MX25Tom Rini1-3/+3
2021-10-01arm: Remove aspenite boardTom Rini2-56/+0
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk1-2/+0
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-2/+0
2021-09-25dm: gpio: Add of-platdata supportSimon Glass4-8/+57
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass3-3/+3
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass2-3/+3
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini1-1/+1
2021-09-13pci: Drop DM_PCISimon Glass1-1/+1
2021-09-04gpio: Add a GPIO configSimon Glass1-2/+14
2021-09-04tegra: gpio: Drop use of CONFIG_xxx variablesSimon Glass1-5/+5
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek1-10/+0
2021-08-22gpio: mcp230xx: Introduce new driverSebastian Reichel3-0/+246
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass3-5/+5
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-2/+2
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass1-3/+3
2021-07-23i2c: pcf8575: Add support for 8 bit I2C IO expanders (like pca8574)Lukasz Majewski1-21/+19
2021-07-23i2c: pcf8575: Remove not used members of pcf8575_chip structureLukasz Majewski1-3/+0
2021-07-14gpio: Add driver for Nomadik GPIOStephan Gerhold3-0/+134
2021-07-14gpio: Drop long unused DB8500 GPIO driverStephan Gerhold2-222/+0
2021-07-07arm: Remove spear600 boards and the rest of SPEAr supportTom Rini2-90/+0
2021-07-01Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...WIP/01Jul2021-nextTom Rini1-1/+1
2021-06-24gpio: renesas: Handle R8A779A0 V3U INEN registerMarek Vasut1-0/+14
2021-06-23gpio: pca953x: Add missing i2c dependencyMichal Simek1-1/+1
2021-05-21gpio: renesas: Pass struct udevice to rcar_gpio_set_direction()Marek Vasut1-7/+6