summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2023-04-23board: starfive: copyright: Standardize the copyright formatYanhong Wang1-1/+1
2022-10-18GPIO:Starfive-jh7110: Add GPIO driver for JH7110yanhong.wang3-0/+171
2021-09-14pci: Drop DM_PCISimon Glass1-1/+1
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-08arm: 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...Tom 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
2021-05-04dm: gpio: Fix gpio_get_list_count failing with livetreeSean Anderson1-3/+3
2021-04-19gpio: atmel_pio4: add support for sama7g5 pio4 version with 5 banksEugen Hristev1-0/+22
2021-04-13gpio: Drop dm_gpio_set_dir()Simon Glass1-11/+0
2021-03-27x86: Probe device if needed in intel_gpio_xlate()Simon Glass1-1/+13
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini1-3/+4
2021-03-05gpio: mpc8xxx: Support controller register physical address beyond 32-bitBin Meng1-3/+4
2021-03-03gpio: Add a way to read 3-way strapping pinsSimon Glass2-4/+90
2021-03-03gpio: Define the log category in the uclassSimon Glass1-0/+2
2021-03-03gpio: sandbox: Track whether a GPIO is drivenSimon Glass1-6/+15
2021-03-03gpio: x86: Drop the deprecated methods in intel_gpioSimon Glass1-34/+38
2021-03-03gpio: Use an 'ops' variable everywhereSimon Glass1-11/+14
2021-03-03gpio: Replace direction_input() and direction_output()Simon Glass1-9/+6
2021-03-03dm: gpio: Add a way to update flagsSimon Glass2-18/+60
2021-03-03gpio: sandbox: Make sandbox_gpio_set_flags() set all flagsSimon Glass1-9/+12
2021-03-03gpio: sandbox: Fully separate pin value from output valueSimon Glass1-4/+20
2021-03-03gpio: sandbox: Use a separate flag for the valueSimon Glass1-23/+24
2021-03-03gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass1-26/+34
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass1-1/+1
2021-03-03dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass3-23/+23
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass3-14/+14
2021-03-03gpio: Disable functions not used with of-platdataSimon Glass1-0/+2
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini17-0/+17
2021-02-08gpio: mpc8xxx_gpio: Fix for litte endianBiwen Li1-39/+8
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass17-0/+17
2021-01-27gpio: Add support for DM GPIO for KirkwoodHarm Berntsen1-1/+1
2021-01-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-0/+2
2021-01-26sunxi: gpio: introduce compatible for H616Jernej Skrabec1-0/+2
2021-01-24gpio: add GPIO controller driver for MediaTek MT7620 SoCWeijie Gao3-0/+155
2021-01-13gpio: stm32-gpio: migrate trace to dev and log macroPatrick Delaunay1-1/+3
2021-01-12gpio: tca642x: fix input subcommand for gpio banks > 0Tomas Novotny1-14/+35
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass3-3/+3
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-1/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2-3/+3
2021-01-05dm: core: Access device ofnode through functionsSimon Glass2-3/+3