summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2015-08-06dm: gpio: Check a GPIO is valid before using itSimon Glass1-1/+5
2015-08-05x86: Add some missing global_data declarations in files that use gdSimon Glass1-0/+2
2015-08-02Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+4
2015-08-02mxc: gpio add i.MX6UL supportPeng Fan1-0/+4
2015-07-22dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass1-1/+1
2015-07-22dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass1-8/+26
2015-07-22dm: gpio: Allow GPIO uclass to be used in SPLSimon Glass1-4/+0
2015-07-07Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD6-28/+408
2015-07-07gpio: lpc32xx: Use priv_data instead of platdataAxel Lin1-20/+19
2015-06-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini4-0/+178
2015-06-08dm: gpio: vf610: Add GPIO driver supportBhuvanchandra DV3-0/+177
2015-06-08dm: gpio: uclass: Add flag to control sequence numberingBhuvanchandra DV1-0/+1
2015-06-06Merge git://git.denx.de/u-boot-sunxiTom Rini1-0/+1
2015-06-04sunxi: gpio: Add "allwinner,sun8i-a33-pinctrl"Hans de Goede1-0/+1
2015-06-04x86: gpio: add pinctrl support from the device treeGabriel Huau1-28/+229
2015-05-28gpio: stm32: add stm32f1 supportMatt Porter1-1/+109
2015-05-18Merge git://git.denx.de/u-boot-samsungTom Rini1-33/+42
2015-05-13dm: gpio: Add error handling and a function to claim vector GPIOsSimon Glass1-3/+35
2015-05-09gpio: stm32_gpio: Use clrsetbits_le32() at appropriate placesAxel Lin1-13/+5
2015-05-06gpio: s3c: Fix the GPIO driverMarek Vasut1-33/+42
2015-05-04sunxi: axp: Remove non driver-model support from the axp gpio codeHans de Goede2-41/+8
2015-05-04sunxi: axp: Add driver-model support to the axp_gpio codeHans de Goede2-1/+53
2015-05-04sunxi: axp: Move axp gpio code to a separate axpi-gpio driverHans de Goede3-11/+154
2015-05-04sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass opsHans de Goede1-4/+4
2015-05-04sunxi: gpio: Build sunxi_name_to_gpio_bank for driver-model code tooHans de Goede1-14/+14
2015-05-04sunxi: gpio: Add compatible strings for all supported SoCsHans de Goede1-0/+7
2015-05-04sunxi: gpio: Add temporary implementation of name_to_gpio()Simon Glass1-0/+11
2015-05-04sunxi: gpio: Rename GPIOs to include a 'P' prefixSimon Glass1-3/+4
2015-04-29gpio: add Xilinx Zynq PS GPIO driverAndrea Scian2-0/+221
2015-04-23mvgpio: remove CONFIG_SHEEVA_88SV331xV5 dependencyZhou Zhu1-5/+1
2015-04-23gpio: mvmfp: support newer MFP bit definitionsXiang Wang1-12/+2
2015-04-22ARMv7M: Add STM32F4 supportrev13@wp.pl2-0/+200
2015-04-18sandbox: Move GPIO CONFIGs to KconfigSimon Glass1-0/+21
2015-04-18dm: gpio: Add an implementation for gpio_get_number()Simon Glass1-0/+12
2015-04-18dm: gpio: request list: return the count if requests max_count reachedPrzemyslaw Marczak1-5/+1
2015-04-17dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass10-22/+22
2015-04-17x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass1-8/+8
2015-04-15sunxi: Complete mmc pin mux for each supported platform, configured with KconfigPaul Kocialkowski1-0/+14
2015-04-15power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logicPaul Kocialkowski1-0/+9
2015-04-10lpc32xx: add GPIO supportAlbert ARIBAUD \(3ADEV\)3-0/+301
2015-03-04dm: tegra: Enable driver model in SPL and adjust the GPIO driverSimon Glass2-16/+15
2015-02-13dm:gpio:mxc add DT supportPeng Fan1-17/+64
2015-02-13dm:gpio:mxc add a bank_index entry in platdataPeng Fan1-8/+9
2015-02-12dm: Expand and complete Kconfig in drivers/Simon Glass1-2/+5
2015-02-12gpio: omap: Pass correct argument to _get_gpio_direction()Axel Lin1-1/+1
2015-02-12gpio: at91: Fix getting address of private dataAxel Lin1-5/+5
2015-01-30dm: exynos: Add a GPIO translation functionSimon Glass1-1/+12
2015-01-30dm: tegra: Add a GPIO translation functionSimon Glass1-0/+18
2015-01-30dm: gpio: Add better functions to request GPIOsSimon Glass2-2/+184
2015-01-30dm: gpio: Add a driver GPIO translation methodSimon Glass1-0/+16