summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
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-18x86: ich6-gpio: Add Intel Tunnel Creek GPIO supportBin Meng1-8/+12
2014-12-13x86: ich6-gpio: Move setup_pch_gpios() to board support codesBin Meng1-51/+2
2014-12-13gpio: 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-23dm: add entries to KconfigMasahiro Yamada1-0/+6
2014-10-23dm: x86: Convert Intel ICH6 GPIO driver to use driver modelSimon Glass1-130/+120
2014-10-23dm: gpio: imx: Drop request()/free() in the driverSimon Glass1-116/+0
2014-10-23dm: gpio: exynos: Drop request()/free() in the driverSimon Glass1-101/+0
2014-10-23dm: gpio: rpi_b: Drop request()/free() in the driverSimon Glass1-89/+0
2014-10-23dm: gpio: omap3: Drop request()/free() in the driverSimon Glass1-115/+1
2014-10-23dm: gpio: tegra: Drop request()/free() in the driverSimon Glass1-113/+0
2014-10-23dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass1-0/+21
2014-10-23dm: gpio: sandbox: Drop request()/free() in the driverSimon Glass1-82/+0
2014-10-23dm: gpio: sandbox: Implement the remove() methodSimon Glass1-0/+8
2014-10-23dm: gpio: sandbox: Implement the get_function() methodSimon Glass1-1/+8
2014-10-23dm: Move the function for getting GPIO status into the uclassSimon Glass1-0/+39
2014-10-23dm: gpio: Add gpio_get_function() and friendsSimon Glass1-0/+47
2014-10-23dm: gpio: Implement GPIO reservation in the uclassSimon Glass1-14/+78
2014-10-23dm: omap: gpio: Support driver modelSimon Glass1-0/+221
2014-10-23dm: omap: gpio: Put _get_gpio_value() logic into its own functionSimon Glass1-36/+42
2014-10-23dm: 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
2014-10-22dm: imx: gpio: Support driver model in MXC gpio driverSimon Glass1-1/+303
2014-10-22dm: exynos: gpio: Convert to driver modelSimon Glass1-136/+288
2014-10-22dm: exynos: Tidy up GPIO definesSimon Glass1-10/+11
2014-10-22dm: exynos: Tidy up GPIO headersSimon Glass1-2/+1
2014-10-22tegra: gpio: fix null label regressionMarcel Ziswiler1-0/+3
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada1-0/+0
2014-09-10tegra: Convert tegra GPIO driver to use driver modelSimon Glass1-55/+272
2014-07-28Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'Albert ARIBAUD2-0/+103
2014-07-23dm: gpio: Don't use the driver model uclass for SPLSimon Glass1-0/+2
2014-07-18sunxi: add gpio driverIan Campbell2-0/+103
2014-07-04gpio: spear_gpio: Fix gpio_set_value() implementationAxel Lin1-1/+4
2014-06-20dm: Use case-insensitive comparison for GPIO banksSimon Glass1-1/+1
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass1-1/+1
2014-05-30Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+2
2014-05-27dm: rename device struct to udeviceHeiko Schocher2-31/+31
2014-05-27gpio: at91: add sanity check for the NULL pointerWu, Josh1-1/+2
2014-05-15Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+20
2014-05-13ARM: tegra: add GPIO initialization table functionStephen Warren1-0/+20