aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2020-07-17x86: gpio: Add support for obtaining ACPI info for a GPIOSimon Glass
2020-07-17x86: pinctrl: Add a way to get the pinctrl reg addressSimon Glass
2020-07-17gpio: Add a method to convert a GPIO to ACPISimon Glass
2020-07-09core: add support for U_BOOT_DRIVER_ALIASWalter Lozano
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano
2020-07-07gpio: search for gpio label if gpio is not found through bank nameHeiko Schocher
2020-07-07gpio: stm32: add ops get_dir_flagsPatrick Delaunay
2020-07-07gpio: stm32: add ops set_dir_flagsPatrick Delaunay
2020-07-06Merge branch 'next'Tom Rini
2020-07-05gpio-uclass.c: save the GPIOD flags also in the gpio descriptorHeiko Schocher
2020-06-26Convert CONFIG_AT91_GPIO to KconfigTom Rini
2020-06-25Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-06-23gpio: mxc_gpio: change gpio index for i.MX8Ye Li
2020-06-16gpio: omap_gpio: Fix unused function warning in non-DM caseTom Rini
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-15rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32Trevor Woerner
2020-05-14gpio: stm32: support gpio ops in SPLPatrick Delaunay
2020-05-11gpio: emulate open drain & open source in dm_gpio_set_value()Neil Armstrong
2020-04-16test: pinmux: add pincontrol-gpio for pin configurationPatrick Delaunay
2020-04-16test: dm: update test for pins configuration in gpioPatrick Delaunay
2020-04-16gpio: sandbox: cleanup binding supportPatrick Delaunay
2020-04-16gpio: add ops to set dir flagsPatrick Delaunay
2020-04-16gpio: add ops to get dir flagsPatrick Delaunay
2020-04-16gpio: add support of new GPIO direction flagPatrick Delaunay
2020-04-16gpio: update dir_flags managementPatrick Delaunay
2020-04-16gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay
2020-04-16gpio: add function check_dir_flagsPatrick Delaunay
2020-04-16gpio: add function _dm_gpio_set_dir_flagsPatrick Delaunay
2020-04-16gpio: add function _gpio_get_valuePatrick Delaunay
2020-04-16gpio: add gpio descriptor initialization helperPatrick Delaunay
2020-04-16gpio: remove the open_drain API and opsPatrick Delaunay
2020-03-31gpio/mpc83xx_spisel_boot.c: gpio driver for SPISEL_BOOT signalKlaus H. Sorensen
2020-03-31gpio: mpc8xxx: don't do RMW on gpdat register when setting valueRasmus Villemoes
2020-03-31gpio: mpc8xxx: don't modify gpdat when setting gpio as inputRasmus Villemoes
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-09gpio: Let DM_74X164 be built without CONFIG_SPL_GPIOFabio Estevam
2020-02-07gpio: cortina_gpio: add DM_GPIO driver for CAxxxx SoCsJason Li
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-02-05gpio: Rename free() to rfree()Simon Glass
2020-02-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2020-02-04gpio: intel_gpio: Fix register/bit offsets intel_gpio_get_value()Wolfgang Wallner
2020-02-04gpio: intel_gpio: Clear tx state bit when setting outputWolfgang Wallner
2020-02-04gpio: intel_gpio: Pass pinctrl device to pcr_clrsetbits32()Wolfgang Wallner
2020-02-04gpio: da8xx_gpio: Add "ti,keystone-gpio" compatibleVignesh Raghavendra
2020-02-04gpio: da8xx_gpio: Fix compiler warningVignesh Raghavendra
2020-02-04gpio: pca953x_gpio: Add support for 24 bit IO expanderVignesh Raghavendra