summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-30dm: gpio: Add a native driver model APISimon Glass1-71/+147
2015-01-14sunxi: gpio: Add support for gpio pins on the AXP209 pmicHans de Goede1-0/+30
2015-01-14mmc: sunxi: Fix misuse of gpio_direction_input()Axel Lin1-1/+1
2014-12-19x86: ich6-gpio: Add Intel Tunnel Creek GPIO supportBin Meng1-8/+12
2014-12-14x86: ich6-gpio: Move setup_pch_gpios() to board support codesBin Meng1-51/+2
2014-12-14gpio: intel_ich6: Set correct gpio output value in ich6_gpio_direction_output()Axel Lin1-0/+2
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini1-54/+187
2014-11-21dm: at91: Add driver model support for atmel GPIO driverSimon Glass1-54/+187
2014-11-21x86: ivybridge: Add support for early GPIO initSimon Glass1-10/+69
2014-11-21dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass1-0/+19
2014-11-05dm: sunxi: Modify the GPIO driver to support driver modelSimon Glass1-0/+170
2014-10-26Merge git://git.denx.de/u-boot-dmTom Rini9-690/+497
2014-10-25gpio: make local functions staticJeroen Hofstee1-2/+2
2014-10-24dm: add entries to KconfigMasahiro Yamada1-0/+6
2014-10-24dm: x86: Convert Intel ICH6 GPIO driver to use driver modelSimon Glass1-130/+120
2014-10-24dm: gpio: imx: Drop request()/free() in the driverSimon Glass1-116/+0
2014-10-24dm: gpio: exynos: Drop request()/free() in the driverSimon Glass1-101/+0
2014-10-24dm: gpio: rpi_b: Drop request()/free() in the driverSimon Glass1-89/+0
2014-10-24dm: gpio: omap3: Drop request()/free() in the driverSimon Glass1-115/+1
2014-10-24dm: gpio: tegra: Drop request()/free() in the driverSimon Glass1-113/+0
2014-10-24dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass1-0/+21
2014-10-24dm: gpio: sandbox: Drop request()/free() in the driverSimon Glass1-82/+0
2014-10-24dm: gpio: sandbox: Implement the remove() methodSimon Glass1-0/+8
2014-10-24dm: gpio: sandbox: Implement the get_function() methodSimon Glass1-1/+8
2014-10-24dm: Move the function for getting GPIO status into the uclassSimon Glass1-0/+39
2014-10-24dm: gpio: Add gpio_get_function() and friendsSimon Glass1-0/+47
2014-10-24dm: gpio: Implement GPIO reservation in the uclassSimon Glass1-14/+78
2014-10-24dm: omap: gpio: Support driver modelSimon Glass1-0/+221
2014-10-24dm: omap: gpio: Put _get_gpio_value() logic into its own functionSimon Glass1-36/+42
2014-10-24dm: gpio: Support numbered GPIOsSimon Glass1-12/+25
2014-10-23Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-0/+3
2014-10-23arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese1-1/+1
2014-10-22dm: rpi: Convert GPIO driver to driver modelSimon Glass1-23/+157