summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2020-08-04Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-6/+21
2020-08-03gpio: octeon_gpio: Add GPIO controller driver for OcteonSuneel Garapati3-0/+253
2020-08-02gpio: mxc_gpio: add OF_PLATDATA supportWalter Lozano1-6/+21
2020-07-30Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dmTom Rini1-8/+2
2020-07-29drivers: gpio: add broadcom iproc gpio driver supportRayagonda Kokatanur3-0/+302
2020-07-29gpio: add nexell driverStefan Bosch3-0/+260
2020-07-29msm_gpio: Add support for Qualcomm IPQ40xxRobert Marko1-0/+1
2020-07-29drivers: avoid using aliases on drivers when OF_PLATDATA is enabledWalter Lozano1-8/+2
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada14-15/+15
2020-07-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada4-4/+4
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini17-19/+19
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada14-15/+15
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada4-4/+4
2020-07-17Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini3-4/+144
2020-07-17x86: gpio: Add support for obtaining ACPI info for a GPIOSimon Glass1-0/+34
2020-07-17x86: pinctrl: Add a way to get the pinctrl reg addressSimon Glass1-4/+11
2020-07-17gpio: Add a method to convert a GPIO to ACPISimon Glass2-0/+99
2020-07-16gpio: mxc_gpio: Improve to use ofdata_to_platdataYe Li1-27/+9
2020-07-10core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2-0/+4
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano5-13/+9
2020-07-08gpio: search for gpio label if gpio is not found through bank nameHeiko Schocher2-0/+66
2020-07-07gpio: stm32: add ops get_dir_flagsPatrick Delaunay1-0/+59
2020-07-07gpio: stm32: add ops set_dir_flagsPatrick Delaunay1-14/+76
2020-07-06Merge branch 'next'Tom Rini2-6/+4
2020-07-05gpio-uclass.c: save the GPIOD flags also in the gpio descriptorHeiko Schocher1-4/+4
2020-06-26Convert CONFIG_AT91_GPIO to KconfigTom Rini1-1/+0
2020-06-25Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+4
2020-06-23gpio: mxc_gpio: change gpio index for i.MX8Ye Li1-1/+4
2020-06-16gpio: omap_gpio: Fix unused function warning in non-DM caseTom Rini1-5/+4
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass20-0/+20
2020-05-19common: Drop linux/bug.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass17-1/+18
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass2-6/+10
2020-05-15rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32Trevor Woerner1-1/+1
2020-05-14gpio: stm32: support gpio ops in SPLPatrick Delaunay1-6/+1
2020-05-11gpio: emulate open drain & open source in dm_gpio_set_value()Neil Armstrong1-0/+15
2020-04-17test: pinmux: add pincontrol-gpio for pin configurationPatrick Delaunay1-0/+196
2020-04-17test: dm: update test for pins configuration in gpioPatrick Delaunay1-20/+66
2020-04-17gpio: sandbox: cleanup binding supportPatrick Delaunay1-5/+8
2020-04-17gpio: add ops to set dir flagsPatrick Delaunay1-5/+12
2020-04-17gpio: add ops to get dir flagsPatrick Delaunay1-6/+25
2020-04-17gpio: add support of new GPIO direction flagPatrick Delaunay1-0/+30
2020-04-17gpio: update dir_flags managementPatrick Delaunay1-2/+25
2020-04-17gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay1-6/+3
2020-04-17gpio: add function check_dir_flagsPatrick Delaunay1-0/+25
2020-04-17gpio: add function _dm_gpio_set_dir_flagsPatrick Delaunay1-13/+25
2020-04-17gpio: add function _gpio_get_valuePatrick Delaunay1-4/+10
2020-04-17gpio: add gpio descriptor initialization helperPatrick Delaunay1-8/+19
2020-04-17gpio: remove the open_drain API and opsPatrick Delaunay3-93/+0
2020-03-31gpio/mpc83xx_spisel_boot.c: gpio driver for SPISEL_BOOT signalKlaus H. Sorensen3-0/+157