summaryrefslogtreecommitdiff
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* rockchip: gpio: remove outdated/misleading commentPhilipp Tomsich2017-09-181-1/+0
* rockchip: gpio: convert to livetreePhilipp Tomsich2017-09-181-1/+1
* stm32f1: remove stm32f1 supportPatrice Chotard2017-08-131-94/+0
* Convert CONFIG_CMD_TCA642X to KconfigSimon Glass2017-08-111-0/+9
* gpio: Drop sx151x driverSimon Glass2017-08-112-243/+0
* Kconfig: Drop CONFIG_CMD_PCA953X_INFOSimon Glass2017-08-111-8/+0
* Convert CONFIG_CMD_PCA953X to KconfigSimon Glass2017-08-111-0/+9
* x86: Convert INTEL_ICH6_GPIO to KconfigBin Meng2017-08-011-0/+6
* dm: tegra: gpio: Convert to support livetreeSimon Glass2017-07-281-4/+6
* imx: reorganize IMX code as other SOCsStefano Babic2017-07-121-1/+1
* gpio: add static to get_function()Masahiro Yamada2017-07-061-2/+2
* dm: bcm6345_gpio: Set proper output level in bcm6345_gpio_direction_outputAxel Lin2017-06-121-0/+2
* gpio: samsung: Drop s3c2440_gpio driverSimon Glass2017-06-052-89/+0
* dm: gpio: power: Convert pm8916 drivers to livetreeSimon Glass2017-06-011-5/+3
* dm: gpio: Add live tree supportSimon Glass2017-06-011-28/+23
* dm: gpio: sandbox: Use dev_read...() functions to access DTSimon Glass2017-06-011-6/+3
* dm: gpio: Refactor to prepare for live tree supportSimon Glass2017-06-017-27/+37
* dm: core: Replace of_offset with accessor (part 2)Simon Glass2017-06-011-1/+1
* dm: Fix up inclusion of common.hSimon Glass2017-06-011-0/+1
* atmel: Fix up use of dm_scan_fdt_node()Simon Glass2017-06-011-2/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-0120-23/+23
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-012-2/+2
* gpio: rcar_gen3: Fix GPIO read supportKouei Abe2017-05-221-6/+11
* gpio: 74x164: make oe-pins optionalPeng Fan2017-05-181-2/+1
* x86: ich6_gpio: Add use-lvl-write-cache for I/O access modeBin Meng2017-05-171-5/+25
* gpio: Move OMAP_GPIO to KconfigTom Rini2017-05-151-0/+8
* gpio-uclass.c: Fix comparison of unsigned expression warningTom Rini2017-05-121-1/+1
* dm: gpio: add BCM6345 gpio driverÁlvaro Fernández Rojas2017-05-103-0/+132
* dm: gpio: Add driver for stm32f7 gpio controllerVikas Manocha2017-05-083-0/+145
* gpio: sunxi: Add compatible string for R40 PIOChen-Yu Tsai2017-04-201-0/+1
* gpio: at91_gpio: add the clock supportWenyou Yang2017-04-131-0/+13
* gpio: at91_gpio: add the device tree supportWenyou Yang2017-04-131-0/+15
* gpio: Kconfig: add CONFIG_AT91_GPIO optionWenyou Yang2017-04-131-0/+13
* gpio: at91_gpio: remove CPU_HAS_PIO3 macroWenyou Yang2017-04-131-45/+97
* gpio: Add Rapid GPIO2P driver for i.MX7ULPPeng Fan2017-03-173-0/+232
* Merge git://git.denx.de/u-boot-dmTom Rini2017-02-0821-41/+44
|\
| * dm: core: Replace of_offset with accessorSimon Glass2017-02-0821-41/+44
* | GPIO: Correct doc typo "confguration" -> "configuration"Robert P. J. Day2017-02-081-1/+1
|/
* Update Maintainer and Author's email addressAjay Bhargav2016-12-272-2/+2
* gpio: zynq: Remove empty lineMichal Simek2016-12-201-1/+0
* gpio: bcm2835: add device tree supportFabian Vogt2016-11-281-0/+24
* gpio: dwapb: Add support for port BPhil Edworthy2016-11-211-10/+10