summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-279-18/+0
* gpio: uclass: Fix debug stringMario Six2018-04-061-1/+1
* Merge git://git.denx.de/u-boot-sunxiTom Rini2018-04-041-0/+3
|\
| * sunxi: gpio: add missing compatible stringsAndre Przywara2018-04-041-0/+3
* | gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flagFaiz Abbas2018-03-221-0/+1
* | arm: stm32: add new architecture for STM32MP familyPatrick Delaunay2018-03-191-1/+1
* | gpio: stm32f7_gpio: handle node ngpiosPatrick Delaunay2018-03-191-1/+2
* | dm: gpio: Convert stm32f7 driver to livetreePatrick Delaunay2018-03-191-9/+3
|/
* treewide: Fix gdsys mail addressesMario Six2018-03-092-2/+2
* Merge git://git.denx.de/u-boot-shTom Rini2018-03-051-0/+1
|\
| * gpio: rcar: Add R8A77965 M3N entriesMarek Vasut2018-03-051-0/+1
* | gpio: pca953x_gpio: Support label setting from DTMario Six2018-03-051-2/+13
|/
* microblaze: Added Kconfig support for CONFIG_XILINX_GPIOVipul Kumar2018-03-011-0/+5
* sandbox: Rename 'num-gpios' property to avoid dtc warningSimon Glass2018-02-181-1/+2
* rockchip: gpio: remove dead codeHeinrich Schuchardt2018-02-131-4/+0
* Convert CONFIG_MXC_GPIO to KconfigAdam Ford2018-02-081-0/+5
* gpio: mxc: add i.MX8M supportPeng Fan2018-02-041-7/+15
* bcm283x: Add pinctrl driverAlexander Graf2018-01-281-19/+10
* gpio: mpc8xxx: Make live-tree compatibleMario Six2018-01-281-10/+7
* gpio: mpc8xxx: Make compatible with more SoCsMario Six2018-01-281-2/+21
* gpio: mpc8xxx: Rename Kconfig option, structures, and functionsMario Six2018-01-283-64/+63
* gpio: mpc85xx: Rename driver file to mpc8xxxMario Six2018-01-282-1/+1
* gpio: mpc85xx_gpio: Fix style violationsMario Six2018-01-281-20/+22
* gpio: pca953x_gpio: Make live-tree compatibleMario Six2018-01-281-3/+1
* gpio: pca953x_gpio: Fix style violationsMario Six2018-01-281-10/+9
* Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini2018-01-271-0/+1
|\
| * gpio: rmobile: Add RCar Gen2 compatible stringMarek Vasut2018-01-271-0/+1
* | gpio: sunxi: Add compatible string for H5 PIOChris Blake2018-01-261-0/+1
|/
* GPIO: tca642x: Rework to not include commands in SPLTom Rini2018-01-191-3/+3
* GPIO: pca953x: Rework to not include commands in SPLTom Rini2018-01-191-3/+3
* db820c: enable pmic gpios for pm8994Jorge Ramirez-Ortiz2018-01-151-2/+5
* board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driverPatrice Chotard2018-01-102-183/+0
* mx6ull: Handle the CONFIG_MX6ULL cases correctlyFabio Estevam2018-01-041-2/+2
* Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini2017-12-131-0/+3
|\
| * gpio: rmobile: Add generic Gen3 compatibleMarek Vasut2017-12-091-0/+1
| * gpio: rmobile: Add R8A77995 D3 compatibleMarek Vasut2017-12-091-0/+1
| * gpio: rmobile: Add R8A77970 V3M compatibleMarek Vasut2017-12-091-0/+1
* | gpio/hsdk: Depend on DM_GPIO instead of simple DMAlexey Brodkin2017-12-121-1/+1
|/
* gpio: rmobile: Set GPIO mode in GPSR when requestedMarek Vasut2017-11-301-1/+19
* gpio: uniphier: import dt-binginds header from LinuxMasahiro Yamada2017-11-291-2/+1
* bitops: collect BIT macros to include/linux/bitops.hMasahiro Yamada2017-11-291-1/+1
* ARC: HSDK: introduce CREG GPIO driverEugeniy Paltsev2017-11-243-0/+118
* stm32: fix STMicroelectronics copyrightPatrice Chotard2017-11-061-2/+2
* gpio: uniphier: rework single device node modelMasahiro Yamada2017-10-151-51/+89
* Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2017-10-103-0/+176
|\
| * gpio: rmobile: Add Renesas RCar GPIO driverMarek Vasut2017-09-283-0/+176
* | dm: gpio: pca953x: Drop pointless data structure checksSimon Glass2017-10-081-11/+0
* | dm: gpio: Correct use of -ENODEV in driversSimon Glass2017-10-086-11/+11
* | dm: gpio: Add a comment about not copying some driversSimon Glass2017-10-083-1/+15
* | dm: gpio: vybrid_gpio: Correct driver's use of bind() methodSimon Glass2017-10-081-19/+6
|/