summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2020-08-04Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-08-03gpio: octeon_gpio: Add GPIO controller driver for OcteonSuneel Garapati
2020-08-02gpio: mxc_gpio: add OF_PLATDATA supportWalter Lozano
2020-07-29Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dmTom Rini
2020-07-29drivers: gpio: add broadcom iproc gpio driver supportRayagonda Kokatanur
2020-07-29gpio: add nexell driverStefan Bosch
2020-07-29msm_gpio: Add support for Qualcomm IPQ40xxRobert Marko
2020-07-28drivers: avoid using aliases on drivers when OF_PLATDATA is enabledWalter Lozano
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada
2020-07-17Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini
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-16gpio: mxc_gpio: Improve to use ofdata_to_platdataYe Li
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