summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* 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
* gpio: atmel_pio4: Remove unnecessary clock callingWenyou Yang2016-10-281-12/+0
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-1/+2
* Revert "x86: broadwell: gpio: Remove the codes to set up pin control"Simon Glass2016-10-111-0/+7
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-239-9/+9
* serial: bcm283x_mu: Detect disabled serial deviceAlexander Graf2016-09-061-0/+1
* bcm2835_gpio: Implement GPIOF_FUNCAlexander Graf2016-09-061-13/+17
* gpio: atmel_pio4: Rework to support DM & DTWenyou Yang2016-08-152-23/+117
* gpio: atmel_pio4: Move PIO4 definitions to head fileWenyou Yang2016-08-151-53/+18
* fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren2016-08-121-1/+1
* gpio: Add driver for TI PCF8575 I2C GPIO expanderVignesh R2016-08-083-0/+188
* sunxi: gpio: Add .xlate function for gpio phandle resolutionChen-Yu Tsai2016-07-311-0/+16
* ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()Masahiro Yamada2016-07-241-13/+3
* dm: gpio: MPC85XX GPIO platform data supportHamish Martin2016-07-111-7/+30
* gpio: pca953x: Fix register reading past 8th GPIOmario.six@gdsys.cc2016-06-191-1/+3
* Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-06-131-3/+8
|\
| * gpio: at91: Fix pullup/pulldown configuration on PIO3Marek Vasut2016-06-121-3/+8
* | x86: broadwell: gpio: Remove the codes to set up pin controlBin Meng2016-06-121-7/+0
* | x86: Probe pinctrl driver in cpu_init_r()Bin Meng2016-06-121-7/+0
* | x86: ich6_gpio: Output return value of syscon_get_by_driver_data()Bin Meng2016-06-121-1/+3
|/
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2016-06-045-0/+322
|\
| * dm: test: Add GPIO open drain testsmario.six@gdsys.cc2016-06-031-0/+35