summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2021-06-23gpio: pca953x: Add missing i2c dependencyMichal Simek
2021-05-21gpio: renesas: Pass struct udevice to rcar_gpio_set_direction()Marek Vasut
2021-05-04dm: gpio: Fix gpio_get_list_count failing with livetreeSean Anderson
2021-04-19gpio: atmel_pio4: add support for sama7g5 pio4 version with 5 banksEugen Hristev
2021-04-12gpio: Drop dm_gpio_set_dir()Simon Glass
2021-03-27x86: Probe device if needed in intel_gpio_xlate()Simon Glass
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini
2021-03-05gpio: mpc8xxx: Support controller register physical address beyond 32-bitBin Meng
2021-03-03gpio: Add a way to read 3-way strapping pinsSimon Glass
2021-03-03gpio: Define the log category in the uclassSimon Glass
2021-03-03gpio: sandbox: Track whether a GPIO is drivenSimon Glass
2021-03-03gpio: x86: Drop the deprecated methods in intel_gpioSimon Glass
2021-03-03gpio: Use an 'ops' variable everywhereSimon Glass
2021-03-03gpio: Replace direction_input() and direction_output()Simon Glass
2021-03-03dm: gpio: Add a way to update flagsSimon Glass
2021-03-03gpio: sandbox: Make sandbox_gpio_set_flags() set all flagsSimon Glass
2021-03-03gpio: sandbox: Fully separate pin value from output valueSimon Glass
2021-03-03gpio: sandbox: Use a separate flag for the valueSimon Glass
2021-03-03gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass
2021-03-03dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass
2021-03-03gpio: Disable functions not used with of-platdataSimon Glass
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini
2021-02-08gpio: mpc8xxx_gpio: Fix for litte endianBiwen Li
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-27gpio: Add support for DM GPIO for KirkwoodHarm Berntsen
2021-01-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2021-01-25sunxi: gpio: introduce compatible for H616Jernej Skrabec
2021-01-24gpio: add GPIO controller driver for MediaTek MT7620 SoCWeijie Gao
2021-01-13gpio: stm32-gpio: migrate trace to dev and log macroPatrick Delaunay
2021-01-12gpio: tca642x: fix input subcommand for gpio banks > 0Tomas Novotny
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass
2021-01-05dm: core: Access device ofnode through functionsSimon Glass
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass
2021-01-05x86: apl: Reduce size for TPLSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2020-12-18gpio: Update for new sequence numbersSimon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-13dm: Drop uses of dev_set_of_offset()Simon Glass
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass