summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* kconfig: Convert CONFIG_MXS_GPIO to KconfigLukasz Majewski2019-08-231-0/+5
* gpio: fixes for gpio-hog supportHeiko Schocher2019-07-292-29/+76
* gpio: Add missing parenthesis to the GPIO_TO_PORT defineLukasz Majewski2019-07-191-1/+1
* gpio: mxs: Add support for DM/DTS in the mxs_gpio.c driver (DM_GPIO)Lukasz Majewski2019-07-191-0/+148
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2019-07-162-0/+8
|\
| * sunxi: gpio: Enable support for H6 pin controllerAndre Przywara2019-07-161-0/+2
| * sunxi: move SUNXI_GPIO to KconfigAndre Przywara2019-07-161-0/+6
* | Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-07-143-10/+4
|\ \ | |/ |/|
| * gpio: stm32: Remove .ofmatch callbackPatrice Chotard2019-07-121-6/+0
| * gpio: stm32: Rename stm32f7_gpio to stm32_gpioPatrice Chotard2019-07-123-3/+3
| * gpio: stm32_gpio: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-1/+1
* | gpio: add gpio-hog supportHeiko Schocher2019-07-132-16/+175
|/
* gpio: pca953x: Add TI TCA9539 compatible stringMarek Vasut2019-07-111-0/+1
* gpio: dwapb_gpio: fix broken dev->nodeSimon Goldschmidt2019-05-241-3/+2
* gpio: dwapb_gpio: convert to livetreeSimon Goldschmidt2019-05-101-14/+11
* gpio: renesas: Add RZ/A1 R7S72100 GPIO driverMarek Vasut2019-05-073-0/+141
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-05-061-8/+7
|\
| * gpio: renesas: Migrate to pinctrl GPIO accessorsMarek Vasut2019-05-041-8/+7
* | Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mipsTom Rini2019-05-041-1/+1
|\ \ | |/ |/|
| * mips: rename mach-mt7620 to mach-mtmipsWeijie Gao2019-05-031-1/+1
* | rockchip: use 'arch-rockchip' as header file pathKever Yang2019-05-011-1/+2
|/
* gpio: bcm6345: allow this driver on ARCH_BCM63158Philippe Reynes2019-04-121-1/+1
* gpio: bcm6345: allow this driver on ARCH_BCM6858Philippe Reynes2019-04-121-1/+1
* gpio: bcm6345: switch to raw I/O functionsPhilippe Reynes2019-04-121-6/+6
* gpio: altera_pio: fix get_valueJulien BĂ©raud2019-02-251-1/+1
* rockchip: Implement spl_gpio in the GPIO driverSimon Glass2019-02-011-0/+46
* gpio: introduce CONFIG_SPL_DM_PCA953XPeng Fan2019-01-282-1/+24
* mips: gpio: mscc: Obsoleted gpio-mscc-bitbang-spi.cLars Povlsen2019-01-163-130/+0
* mips: mscc_sgpio: Add the MSCC serial GPIO device (SIO)Lars Povlsen2019-01-163-0/+287
* gpio: stm32f7: Fix SPL code sizePatrice Chotard2019-01-091-5/+12
* gpio: stm32f7: Fix gpio bank hole managementPatrice Chotard2019-01-091-0/+5
* Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imxTom Rini2019-01-011-9/+9
|\
| * imx: rename mx8m,MX8M to imx8m,IMX8MPeng Fan2019-01-011-9/+9
* | gpio: mscc-bitbang-spi: Add a simple gpio driver for bitbgang spiGregory CLEMENT2018-12-193-0/+130
|/
* gpio: stm32f7: Remove CONFIG_CLK flag.Patrice Chotard2018-12-071-3/+1
* gpio: stm32f7: Move STM32_GPIOS_PER_BANK into gpio.hPatrice Chotard2018-12-071-1/+0
* gpio: stm32f7: Add gpio bank holes managementPatrice Chotard2018-12-071-14/+85
* gpio: dwapb_gpio: fix binding without bank-name propertySimon Goldschmidt2018-11-291-0/+7
* gpio: Add MT7621 GPIO supportStefan Roese2018-11-183-0/+192
* gpio: stm32f7: Add ops get_functionPatrice Chotard2018-11-161-0/+20
* gpio: pca953x: Clear the polarity invert register at initYe Li2018-11-161-0/+28
* gpio: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-144-3/+3
* gpio: pca953x_gpio: fix DT GPIO flags translationAnatolij Gustschin2018-11-141-1/+1
* Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini2018-10-251-9/+21
|\
| * gpio: mxc_gpio: add support for i.MX8Peng Fan2018-10-221-9/+21
* | gpio: da8xx: Push generic defines of gpio.h out of mach-davinciKeerthy2018-10-102-2/+46
* | gpio: da8xx: Add k2g compatibleKeerthy2018-10-101-0/+1
|/
* gpio: dwapb_gpio: Change to use devm_kcalloc()Ley Foon Tan2018-10-031-9/+2
* gpio: dwapb_gpio: Change to use dev_read_addr()Ley Foon Tan2018-09-151-1/+1
* gpio: dwapb_gpio: Add reset ctrl to driverLey Foon Tan2018-09-151-2/+49