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-08-22
treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()
Masahiro Yamada
2020-08-22
gpio: at91: use dev_read_addr() to get base address
Masahiro Yamada
2020-08-20
xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers
Michal Simek
2020-08-04
Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2020-08-03
gpio: octeon_gpio: Add GPIO controller driver for Octeon
Suneel Garapati
2020-08-02
gpio: mxc_gpio: add OF_PLATDATA support
Walter Lozano
2020-07-29
Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dm
Tom Rini
2020-07-29
drivers: gpio: add broadcom iproc gpio driver support
Rayagonda Kokatanur
2020-07-29
gpio: add nexell driver
Stefan Bosch
2020-07-29
msm_gpio: Add support for Qualcomm IPQ40xx
Robert Marko
2020-07-28
drivers: avoid using aliases on drivers when OF_PLATDATA is enabled
Walter Lozano
2020-07-25
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-25
treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()
Masahiro Yamada
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-20
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-20
treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()
Masahiro Yamada
2020-07-17
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
Tom Rini
2020-07-17
x86: gpio: Add support for obtaining ACPI info for a GPIO
Simon Glass
2020-07-17
x86: pinctrl: Add a way to get the pinctrl reg address
Simon Glass
2020-07-17
gpio: Add a method to convert a GPIO to ACPI
Simon Glass
2020-07-16
gpio: mxc_gpio: Improve to use ofdata_to_platdata
Ye Li
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
[next]