summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: Add support for DM GPIO for KirkwoodHarm Berntsen2021-01-271-1/+1
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-01-251-0/+2
|\
| * sunxi: gpio: introduce compatible for H616Jernej Skrabec2021-01-251-0/+2
* | gpio: add GPIO controller driver for MediaTek MT7620 SoCWeijie Gao2021-01-243-0/+155
|/
* gpio: stm32-gpio: migrate trace to dev and log macroPatrick Delaunay2021-01-131-1/+3
* gpio: tca642x: fix input subcommand for gpio banks > 0Tomas Novotny2021-01-121-14/+35
* dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-053-3/+3
* dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-051-1/+1
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-052-3/+3
* dm: core: Access device ofnode through functionsSimon Glass2021-01-052-3/+3
* dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-1/+1
* x86: apl: Reduce size for TPLSimon Glass2021-01-051-1/+3
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-0513-21/+25
* gpio: Update for new sequence numbersSimon Glass2020-12-185-5/+5
* dm: Avoid accessing seq directlySimon Glass2020-12-181-1/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-1326-146/+146
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-1322-44/+44
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-1326-109/+109
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-1329-117/+113
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1343-58/+58
* dm: Drop uses of dev_set_of_offset()Simon Glass2020-12-135-12/+6
* dm: Remove uses of device_bind_offset()Simon Glass2020-12-135-11/+11
* dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-131-2/+2
* dm: core: Rename device_bind() to device_bind_offset()Simon Glass2020-12-135-10/+11
* gpio: Convert to use APIs which support live DTPatrick Delaunay2020-12-011-3/+2
* gpio: stm32: correct the bias managementPatrick Delaunay2020-11-251-14/+14
* sunxi: gpio: introduce compatible string for V3 GPIOIcenowy Zheng2020-11-171-0/+1
* x86: Fix up driver names to avoid dtoc warningsSimon Glass2020-11-051-2/+2
* gpio: mpc8xxx: support fsl-layerscape platformhui.song2020-10-231-21/+87
* arm: stm32: cleanup arch gpio.hPatrick Delaunay2020-10-211-0/+2
* 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
|/ /