index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
2021-03-03
gpio: Add a way to read 3-way strapping pins
Simon Glass
2021-03-03
gpio: Define the log category in the uclass
Simon Glass
2021-03-03
gpio: sandbox: Track whether a GPIO is driven
Simon Glass
2021-03-03
gpio: x86: Drop the deprecated methods in intel_gpio
Simon Glass
2021-03-03
gpio: Use an 'ops' variable everywhere
Simon Glass
2021-03-03
gpio: Replace direction_input() and direction_output()
Simon Glass
2021-03-03
dm: gpio: Add a way to update flags
Simon Glass
2021-03-03
gpio: sandbox: Make sandbox_gpio_set_flags() set all flags
Simon Glass
2021-03-03
gpio: sandbox: Fully separate pin value from output value
Simon Glass
2021-03-03
gpio: sandbox: Use a separate flag for the value
Simon Glass
2021-03-03
gpio: sandbox: Rename GPIO dir_flags to flags
Simon Glass
2021-03-03
gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()
Simon Glass
2021-03-03
dm: gpio: Rename get_dir_flags() method to get_flags()
Simon Glass
2021-03-03
dm: gpio: Rename set_dir_flags() method to update_flags()
Simon Glass
2021-03-03
gpio: Disable functions not used with of-platdata
Simon Glass
2021-02-15
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
Tom Rini
2021-02-08
gpio: mpc8xxx_gpio: Fix for litte endian
Biwen Li
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-27
gpio: Add support for DM GPIO for Kirkwood
Harm Berntsen
2021-01-25
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
Tom Rini
2021-01-25
sunxi: gpio: introduce compatible for H616
Jernej Skrabec
2021-01-24
gpio: add GPIO controller driver for MediaTek MT7620 SoC
Weijie Gao
2021-01-13
gpio: stm32-gpio: migrate trace to dev and log macro
Patrick Delaunay
2021-01-12
gpio: tca642x: fix input subcommand for gpio banks > 0
Tomas Novotny
2021-01-05
dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS
Simon Glass
2021-01-05
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
Simon Glass
2021-01-05
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
Simon Glass
2021-01-05
dm: core: Access device ofnode through functions
Simon Glass
2021-01-05
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
2021-01-05
x86: apl: Reduce size for TPL
Simon Glass
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
2020-12-18
gpio: Update for new sequence numbers
Simon Glass
2020-12-18
dm: Avoid accessing seq directly
Simon Glass
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
dm: Drop uses of dev_set_of_offset()
Simon Glass
2020-12-13
dm: Remove uses of device_bind_offset()
Simon Glass
2020-12-13
dm: core: Rename device_bind_ofnode() to device_bind()
Simon Glass
2020-12-13
dm: core: Rename device_bind() to device_bind_offset()
Simon Glass
2020-12-01
gpio: Convert to use APIs which support live DT
Patrick Delaunay
2020-11-25
gpio: stm32: correct the bias management
Patrick Delaunay
2020-11-17
sunxi: gpio: introduce compatible string for V3 GPIO
Icenowy Zheng
2020-11-05
x86: Fix up driver names to avoid dtoc warnings
Simon Glass
2020-10-23
gpio: mpc8xxx: support fsl-layerscape platform
hui.song
2020-10-21
arm: stm32: cleanup arch gpio.h
Patrick Delaunay
2020-10-14
drivers: gpio: keep output value for input on sandbox
Heinrich Schuchardt
2020-10-08
gpio: dw: Return output value when direction is out
Sean Anderson
[next]