summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2014-12-18x86: ich6-gpio: Add Intel Tunnel Creek GPIO supportBin Meng
2014-12-13x86: ich6-gpio: Move setup_pch_gpios() to board support codesBin Meng
2014-12-13gpio: intel_ich6: Set correct gpio output value in ich6_gpio_direction_output()Axel Lin
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini
2014-11-21dm: at91: Add driver model support for atmel GPIO driverSimon Glass
2014-11-21x86: ivybridge: Add support for early GPIO initSimon Glass
2014-11-21dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass
2014-11-05dm: sunxi: Modify the GPIO driver to support driver modelSimon Glass
2014-10-26Merge git://git.denx.de/u-boot-dmTom Rini
2014-10-25gpio: make local functions staticJeroen Hofstee
2014-10-23dm: add entries to KconfigMasahiro Yamada
2014-10-23dm: x86: Convert Intel ICH6 GPIO driver to use driver modelSimon Glass
2014-10-23dm: gpio: imx: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: exynos: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: rpi_b: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: omap3: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: tegra: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass
2014-10-23dm: gpio: sandbox: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: sandbox: Implement the remove() methodSimon Glass
2014-10-23dm: gpio: sandbox: Implement the get_function() methodSimon Glass
2014-10-23dm: Move the function for getting GPIO status into the uclassSimon Glass
2014-10-23dm: gpio: Add gpio_get_function() and friendsSimon Glass
2014-10-23dm: gpio: Implement GPIO reservation in the uclassSimon Glass
2014-10-23dm: omap: gpio: Support driver modelSimon Glass
2014-10-23dm: omap: gpio: Put _get_gpio_value() logic into its own functionSimon Glass
2014-10-23dm: gpio: Support numbered GPIOsSimon Glass
2014-10-23Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini
2014-10-23arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese
2014-10-22dm: rpi: Convert GPIO driver to driver modelSimon Glass
2014-10-22dm: imx: gpio: Support driver model in MXC gpio driverSimon Glass
2014-10-22dm: exynos: gpio: Convert to driver modelSimon Glass
2014-10-22dm: exynos: Tidy up GPIO definesSimon Glass
2014-10-22dm: exynos: Tidy up GPIO headersSimon Glass
2014-10-22tegra: gpio: fix null label regressionMarcel Ziswiler
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada
2014-09-10tegra: Convert tegra GPIO driver to use driver modelSimon Glass
2014-07-28Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-07-23dm: gpio: Don't use the driver model uclass for SPLSimon Glass
2014-07-18sunxi: add gpio driverIan Campbell
2014-07-04gpio: spear_gpio: Fix gpio_set_value() implementationAxel Lin
2014-06-20dm: Use case-insensitive comparison for GPIO banksSimon Glass
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass
2014-05-30Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-05-27gpio: at91: add sanity check for the NULL pointerWu, Josh
2014-05-15Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-05-13ARM: tegra: add GPIO initialization table functionStephen Warren
2014-05-13S5P: Exynos: Add GPIO pin numbering and rename definitionsAkshay Saraswat
2014-03-04sandbox: Convert GPIOs to use driver modelSimon Glass