summaryrefslogtreecommitdiff
path: root/drivers/gpio
Commit message (Expand)AuthorAgeLines
* dm: gpio: Allow the uclass to work without printf()Simon Glass2016-01-20-0/+8
* Add more SPDX-License-Identifier tagsTom Rini2016-01-19-13/+1
* gpio: mxs: add name_to_gpio() functionMåns Rullgård2016-01-07-0/+15
* Change e-mail address of Kamil LulkoKamil Lulko2015-12-05-1/+1
* gpio: atmel: Add the PIO4 driver supportWenyou Yang2015-11-30-0/+308
* altera_pio: change ioremap to map_physmemThomas Chou2015-11-18-2/+3
* i2c: Fix pca953x endianess issueDirk Eibach2015-11-12-1/+3
* nios2 : convert altera_pio to driver modelThomas Chou2015-10-23-240/+83
* drivers: gpio: omap: add support for parsing additional gpio parametersMugunthan V N2015-10-22-0/+11
* sunxi: power: Unify axp pmic function namesHans de Goede2015-10-20-10/+1
* gpio: s5p: call: dev_get_addr() instead of fdtdec_get_addr()Przemyslaw Marczak2015-10-03-7/+11
* gpio: tegra: use named constantsStephen Warren2015-10-02-14/+19
* gpio: tegra: remove unused typeStephen Warren2015-10-02-7/+0
* ARM: tegra: don't enable GPIOs until direction is setStephen Warren2015-10-02-12/+6
* ARM: tegra: fix GPIO init table programmingStephen Warren2015-10-02-3/+5
* Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2015-09-13-1/+2
|\
| * gpio: sh-pfc: fix gpio input readVladimir Barinov2015-08-31-1/+2
* | gpio: lpc32xx: fix issues with port3 gpioSylvain Lemieux2015-09-11-6/+35
* | Merge git://git.denx.de/u-boot-rockchipTom Rini2015-09-03-0/+133
|\ \
| * | rockchip: gpio: Add rockchip GPIO driverSimon Glass2015-09-02-0/+133
* | | imx: mxc_gpio: add support for imx7d SoCAdrian Alonso2015-09-02-3/+5
|/ /
* | dm: Use dev_get_addr() where possibleSimon Glass2015-08-31-6/+3
|/
* x86: gpio: Tidy up gpio_ich6_get_base() and callersSimon Glass2015-08-26-3/+3
* x86: gpio: Correct calls to _ich6_gpio_set_direction()Simon Glass2015-08-26-2/+2
* gpio: Add DW APB GPIO driverMarek Vasut2015-08-23-0/+175
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-18-2/+2
* sunxi: gpio: Add support for the gpio banks which are part of the R-io clusterHans de Goede2015-08-14-4/+18
* gpio: omap: Drop 'method' parameterTom Rini2015-08-12-48/+59
* dm: gpio: hi6220: Add a hi6220 GPIO driver model driver.Peter Griffin2015-08-12-0/+97
* drivers: hierarchize drivers Kconfig menuMasahiro Yamada2015-08-12-0/+8
* dm: gpio: Check a GPIO is valid before using itSimon Glass2015-08-05-1/+5
* x86: Add some missing global_data declarations in files that use gdSimon Glass2015-08-05-0/+2
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-08-02-0/+4
|\
| * mxc: gpio add i.MX6UL supportPeng Fan2015-08-02-0/+4
* | dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass2015-07-21-1/+1
* | dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass2015-07-21-8/+26
* | dm: gpio: Allow GPIO uclass to be used in SPLSimon Glass2015-07-21-4/+0
|/
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2015-07-07-28/+408
|\
| * Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-06-08-0/+178
| |\
| | * dm: gpio: vf610: Add GPIO driver supportBhuvanchandra DV2015-06-08-0/+177
| | * dm: gpio: uclass: Add flag to control sequence numberingBhuvanchandra DV2015-06-08-0/+1
| * | Merge git://git.denx.de/u-boot-sunxiTom Rini2015-06-06-0/+1
| |\ \
| | * | sunxi: gpio: Add "allwinner,sun8i-a33-pinctrl"Hans de Goede2015-06-04-0/+1
| * | | x86: gpio: add pinctrl support from the device treeGabriel Huau2015-06-04-28/+229
| |/ /
* | | gpio: lpc32xx: Use priv_data instead of platdataAxel Lin2015-07-07-20/+19
|/ /
* | gpio: stm32: add stm32f1 supportMatt Porter2015-05-28-1/+109
|/
* Merge git://git.denx.de/u-boot-samsungTom Rini2015-05-18-33/+42
|\
| * gpio: s3c: Fix the GPIO driverMarek Vasut2015-05-06-33/+42
* | dm: gpio: Add error handling and a function to claim vector GPIOsSimon Glass2015-05-13-3/+35
* | gpio: stm32_gpio: Use clrsetbits_le32() at appropriate placesAxel Lin2015-05-08-13/+5
|/