summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
* drivers: gpio: keep output value for input on sandboxHeinrich Schuchardt2020-10-141-1/+9
* gpio: dw: Return output value when direction is outSean Anderson2020-10-081-7/+12
* gpio: dw: Add a trailing underscore to generated nameSean Anderson2020-10-081-1/+9
* gpio: dw: Fix warnings about casting int to pointerSean Anderson2020-10-081-2/+2
* Merge branch 'next'Tom Rini2020-10-052-6/+80
|\
| * gpio: stm32: check result of ofnode_phandle_argsPatrick Delaunay2020-10-021-0/+5
| * gpio: stm32: cosmetic: cleanup gpio_stm32_probePatrick Delaunay2020-10-021-6/+4
| * drivers: gpio: Add a managed API to get a GPIO from the device-treeJean-Jacques Hiblot2020-09-301-0/+71
* | gpio/mpc83xx_spisel_boot.c: include log.hRasmus Villemoes2020-09-221-0/+1
|/
* treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada2020-08-221-1/+1
* gpio: at91: use dev_read_addr() to get base addressMasahiro Yamada2020-08-221-1/+1
* xilinx: kconfig: Change Kconfig dependencies for Xilinx driversMichal Simek2020-08-201-2/+2
* Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-08-041-6/+21
|\
| * gpio: mxc_gpio: add OF_PLATDATA supportWalter Lozano2020-08-021-6/+21
* | gpio: octeon_gpio: Add GPIO controller driver for OcteonSuneel Garapati2020-08-033-0/+253
* | Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dmTom Rini2020-07-291-8/+2
|\ \
| * | drivers: avoid using aliases on drivers when OF_PLATDATA is enabledWalter Lozano2020-07-281-8/+2
* | | drivers: gpio: add broadcom iproc gpio driver supportRayagonda Kokatanur2020-07-293-0/+302
* | | gpio: add nexell driverStefan Bosch2020-07-293-0/+260
* | | msm_gpio: Add support for Qualcomm IPQ40xxRobert Marko2020-07-291-0/+1
|/ /
* | treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-2514-15/+15
* | treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-254-4/+4
|/
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-2417-19/+19
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-2014-15/+15
* 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