summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-rockchipTom Rini2015-09-033-0/+133
|\
| * rockchip: gpio: Add rockchip GPIO driverSimon Glass2015-09-023-0/+133
* | imx: mxc_gpio: add support for imx7d SoCAdrian Alonso2015-09-021-3/+5
|/
* dm: Use dev_get_addr() where possibleSimon Glass2015-08-313-6/+3
* x86: gpio: Tidy up gpio_ich6_get_base() and callersSimon Glass2015-08-261-3/+3
* x86: gpio: Correct calls to _ich6_gpio_set_direction()Simon Glass2015-08-261-2/+2
* gpio: Add DW APB GPIO driverMarek Vasut2015-08-233-0/+175
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-182-2/+2
* sunxi: gpio: Add support for the gpio banks which are part of the R-io clusterHans de Goede2015-08-141-4/+18
* gpio: omap: Drop 'method' parameterTom Rini2015-08-121-48/+59
* dm: gpio: hi6220: Add a hi6220 GPIO driver model driver.Peter Griffin2015-08-122-0/+97
* drivers: hierarchize drivers Kconfig menuMasahiro Yamada2015-08-121-0/+8
* dm: gpio: Check a GPIO is valid before using itSimon Glass2015-08-051-1/+5
* x86: Add some missing global_data declarations in files that use gdSimon Glass2015-08-051-0/+2
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-08-021-0/+4
|\
| * mxc: gpio add i.MX6UL supportPeng Fan2015-08-021-0/+4
* | dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass2015-07-211-1/+1
* | dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass2015-07-211-8/+26
* | dm: gpio: Allow GPIO uclass to be used in SPLSimon Glass2015-07-211-4/+0
|/
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2015-07-076-28/+408
|\
| * Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-06-084-0/+178
| |\
| | * dm: gpio: vf610: Add GPIO driver supportBhuvanchandra DV2015-06-083-0/+177
| | * dm: gpio: uclass: Add flag to control sequence numberingBhuvanchandra DV2015-06-081-0/+1
| * | Merge git://git.denx.de/u-boot-sunxiTom Rini2015-06-061-0/+1
| |\ \
| | * | sunxi: gpio: Add "allwinner,sun8i-a33-pinctrl"Hans de Goede2015-06-041-0/+1
| * | | x86: gpio: add pinctrl support from the device treeGabriel Huau2015-06-041-28/+229
| |/ /
* | | gpio: lpc32xx: Use priv_data instead of platdataAxel Lin2015-07-071-20/+19
|/ /
* | gpio: stm32: add stm32f1 supportMatt Porter2015-05-281-1/+109
|/
* Merge git://git.denx.de/u-boot-samsungTom Rini2015-05-181-33/+42
|\
| * gpio: s3c: Fix the GPIO driverMarek Vasut2015-05-061-33/+42
* | dm: gpio: Add error handling and a function to claim vector GPIOsSimon Glass2015-05-131-3/+35
* | gpio: stm32_gpio: Use clrsetbits_le32() at appropriate placesAxel Lin2015-05-081-13/+5
|/
* sunxi: axp: Remove non driver-model support from the axp gpio codeHans de Goede2015-05-042-41/+8
* sunxi: axp: Add driver-model support to the axp_gpio codeHans de Goede2015-05-042-1/+53
* sunxi: axp: Move axp gpio code to a separate axpi-gpio driverHans de Goede2015-05-043-11/+154
* sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass opsHans de Goede2015-05-041-4/+4
* sunxi: gpio: Build sunxi_name_to_gpio_bank for driver-model code tooHans de Goede2015-05-041-14/+14
* sunxi: gpio: Add compatible strings for all supported SoCsHans de Goede2015-05-041-0/+7
* sunxi: gpio: Add temporary implementation of name_to_gpio()Simon Glass2015-05-041-0/+11
* sunxi: gpio: Rename GPIOs to include a 'P' prefixSimon Glass2015-05-041-3/+4
* gpio: add Xilinx Zynq PS GPIO driverAndrea Scian2015-04-292-0/+221
* mvgpio: remove CONFIG_SHEEVA_88SV331xV5 dependencyZhou Zhu2015-04-231-5/+1
* gpio: mvmfp: support newer MFP bit definitionsXiang Wang2015-04-231-12/+2
* ARMv7M: Add STM32F4 supportrev13@wp.pl2015-04-222-0/+200
* sandbox: Move GPIO CONFIGs to KconfigSimon Glass2015-04-181-0/+21
* dm: gpio: Add an implementation for gpio_get_number()Simon Glass2015-04-181-0/+12
* dm: gpio: request list: return the count if requests max_count reachedPrzemyslaw Marczak2015-04-181-5/+1
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-1610-22/+22
* x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass2015-04-161-8/+8
* sunxi: Complete mmc pin mux for each supported platform, configured with KconfigPaul Kocialkowski2015-04-151-0/+14
OpenPOWER on IntegriCloud