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
2020-07-09
core: add support for U_BOOT_DRIVER_ALIAS
Walter Lozano
2020-07-09
drivers: rename drivers to match compatible string
Walter Lozano
2020-07-07
gpio: search for gpio label if gpio is not found through bank name
Heiko Schocher
2020-07-07
gpio: stm32: add ops get_dir_flags
Patrick Delaunay
2020-07-07
gpio: stm32: add ops set_dir_flags
Patrick Delaunay
2020-07-06
Merge branch 'next'
Tom Rini
2020-07-05
gpio-uclass.c: save the GPIOD flags also in the gpio descriptor
Heiko Schocher
2020-06-26
Convert CONFIG_AT91_GPIO to Kconfig
Tom Rini
2020-06-25
Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2020-06-23
gpio: mxc_gpio: change gpio index for i.MX8
Ye Li
2020-06-16
gpio: omap_gpio: Fix unused function warning in non-DM case
Tom Rini
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/bug.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-15
rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32
Trevor Woerner
2020-05-14
gpio: stm32: support gpio ops in SPL
Patrick Delaunay
2020-05-11
gpio: emulate open drain & open source in dm_gpio_set_value()
Neil Armstrong
2020-04-16
test: pinmux: add pincontrol-gpio for pin configuration
Patrick Delaunay
2020-04-16
test: dm: update test for pins configuration in gpio
Patrick Delaunay
2020-04-16
gpio: sandbox: cleanup binding support
Patrick Delaunay
2020-04-16
gpio: add ops to set dir flags
Patrick Delaunay
2020-04-16
gpio: add ops to get dir flags
Patrick Delaunay
2020-04-16
gpio: add support of new GPIO direction flag
Patrick Delaunay
2020-04-16
gpio: update dir_flags management
Patrick Delaunay
2020-04-16
gpio: add helper GPIOD_FLAGS_OUTPUT
Patrick Delaunay
2020-04-16
gpio: add function check_dir_flags
Patrick Delaunay
2020-04-16
gpio: add function _dm_gpio_set_dir_flags
Patrick Delaunay
2020-04-16
gpio: add function _gpio_get_value
Patrick Delaunay
2020-04-16
gpio: add gpio descriptor initialization helper
Patrick Delaunay
2020-04-16
gpio: remove the open_drain API and ops
Patrick Delaunay
2020-03-31
gpio/mpc83xx_spisel_boot.c: gpio driver for SPISEL_BOOT signal
Klaus H. Sorensen
2020-03-31
gpio: mpc8xxx: don't do RMW on gpdat register when setting value
Rasmus Villemoes
2020-03-31
gpio: mpc8xxx: don't modify gpdat when setting gpio as input
Rasmus Villemoes
2020-02-11
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
2020-02-09
gpio: Let DM_74X164 be built without CONFIG_SPL_GPIO
Fabio Estevam
2020-02-07
gpio: cortina_gpio: add DM_GPIO driver for CAxxxx SoCs
Jason Li
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2020-02-05
gpio: Rename free() to rfree()
Simon Glass
2020-02-04
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
Tom Rini
2020-02-04
gpio: intel_gpio: Fix register/bit offsets intel_gpio_get_value()
Wolfgang Wallner
2020-02-04
gpio: intel_gpio: Clear tx state bit when setting output
Wolfgang Wallner
2020-02-04
gpio: intel_gpio: Pass pinctrl device to pcr_clrsetbits32()
Wolfgang Wallner
2020-02-04
gpio: da8xx_gpio: Add "ti,keystone-gpio" compatible
Vignesh Raghavendra
2020-02-04
gpio: da8xx_gpio: Fix compiler warning
Vignesh Raghavendra
2020-02-04
gpio: pca953x_gpio: Add support for 24 bit IO expander
Vignesh Raghavendra
2020-01-23
gpio: bcm6345: allow to use this driver on arm bcm68360
Philippe Reynes
2020-01-14
gpio: mxc_gpio: add support for i.MXRT1050
Giulio Benetti
2019-12-15
x86: Add a generic Intel GPIO driver
Simon Glass
[next]