summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-204-4/+4
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-07-173-4/+144
|\
| * x86: gpio: Add support for obtaining ACPI info for a GPIOSimon Glass2020-07-171-0/+34
| * x86: pinctrl: Add a way to get the pinctrl reg addressSimon Glass2020-07-171-4/+11
| * gpio: Add a method to convert a GPIO to ACPISimon Glass2020-07-172-0/+99
* | gpio: mxc_gpio: Improve to use ofdata_to_platdataYe Li2020-07-161-27/+9
|/
* core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2020-07-092-0/+4
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-095-13/+9
* gpio: search for gpio label if gpio is not found through bank nameHeiko Schocher2020-07-072-0/+66
* gpio: stm32: add ops get_dir_flagsPatrick Delaunay2020-07-071-0/+59
* gpio: stm32: add ops set_dir_flagsPatrick Delaunay2020-07-071-14/+76
* Merge branch 'next'Tom Rini2020-07-062-6/+4
|\
| * Convert CONFIG_AT91_GPIO to KconfigTom Rini2020-06-261-1/+0
| * Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-06-251-1/+4
| |\
| * | gpio: omap_gpio: Fix unused function warning in non-DM caseTom Rini2020-06-161-5/+4
* | | gpio-uclass.c: save the GPIOD flags also in the gpio descriptorHeiko Schocher2020-07-051-4/+4
| |/ |/|
* | gpio: mxc_gpio: change gpio index for i.MX8Ye Li2020-06-231-1/+4
|/
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-1820-0/+20
* common: Drop linux/bug.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-1817-1/+18
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-182-6/+10
* rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32Trevor Woerner2020-05-151-1/+1
* gpio: stm32: support gpio ops in SPLPatrick Delaunay2020-05-141-6/+1
* gpio: emulate open drain & open source in dm_gpio_set_value()Neil Armstrong2020-05-111-0/+15
* test: pinmux: add pincontrol-gpio for pin configurationPatrick Delaunay2020-04-161-0/+196
* test: dm: update test for pins configuration in gpioPatrick Delaunay2020-04-161-20/+66
* gpio: sandbox: cleanup binding supportPatrick Delaunay2020-04-161-5/+8
* gpio: add ops to set dir flagsPatrick Delaunay2020-04-161-5/+12
* gpio: add ops to get dir flagsPatrick Delaunay2020-04-161-6/+25
* gpio: add support of new GPIO direction flagPatrick Delaunay2020-04-161-0/+30
* gpio: update dir_flags managementPatrick Delaunay2020-04-161-2/+25
* gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay2020-04-161-6/+3
* gpio: add function check_dir_flagsPatrick Delaunay2020-04-161-0/+25
* gpio: add function _dm_gpio_set_dir_flagsPatrick Delaunay2020-04-161-13/+25
* gpio: add function _gpio_get_valuePatrick Delaunay2020-04-161-4/+10
* gpio: add gpio descriptor initialization helperPatrick Delaunay2020-04-161-8/+19
* gpio: remove the open_drain API and opsPatrick Delaunay2020-04-163-93/+0
* gpio/mpc83xx_spisel_boot.c: gpio driver for SPISEL_BOOT signalKlaus H. Sorensen2020-03-313-0/+157
* gpio: mpc8xxx: don't do RMW on gpdat register when setting valueRasmus Villemoes2020-03-311-18/+11
* gpio: mpc8xxx: don't modify gpdat when setting gpio as inputRasmus Villemoes2020-03-311-8/+4
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-1118-5/+25
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-0517-0/+18
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-052-0/+2
| * gpio: Rename free() to rfree()Simon Glass2020-02-052-5/+5
* | gpio: Let DM_74X164 be built without CONFIG_SPL_GPIOFabio Estevam2020-02-091-3/+1
* | gpio: cortina_gpio: add DM_GPIO driver for CAxxxx SoCsJason Li2020-02-073-0/+120
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-02-041-5/+5
|\
| * gpio: intel_gpio: Fix register/bit offsets intel_gpio_get_value()Wolfgang Wallner2020-02-041-2/+2
| * gpio: intel_gpio: Clear tx state bit when setting outputWolfgang Wallner2020-02-041-1/+1
| * gpio: intel_gpio: Pass pinctrl device to pcr_clrsetbits32()Wolfgang Wallner2020-02-041-2/+2