aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2013-05-13bfin: Move gpio support for bf54x and bf60x into the generic driver folder.Sonic Zhang2-0/+441
2013-05-09gpio: Add support for microblaze xilinx GPIOMichal Simek2-0/+365
2013-03-11Merge u-boot/master into u-boot-ti/masterTom Rini2-2/+7
2013-02-20gpio: Build the da8xx_gpio code for the davinci644x deviceHolger Hans Peter Freyther2-0/+5
2013-02-18da8xx: Add the missing pinmux for da830 to the gpio driverTomas Novotny1-0/+133
2013-01-08Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD1-7/+3
2012-12-10gpio: add gpio_is_valid() to omap_gpio APINikita Kiryanov1-7/+3
2012-12-10Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang2-0/+291
2012-12-06x86: gpio: Add additional GPIO banks to the ICH6 driverBill Richardson1-62/+110
2012-12-06x86: gpio: Add GPIO driver for Intel ICH6 and later.Bill Richardson2-0/+243
2012-11-15gpio:fix: Proper handling of GPIO subsystem parts at Samsung devicesŁukasz Majewski1-2/+4
2012-11-10mx6: use CONFIG_MX6 instead of CONFIG_MX6QTroy Kisky1-3/+3
2012-11-04drivers/gpio/mpc83xx_gpio.c: sparse fixesKim Phillips1-2/+2
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren1-1/+1
2012-10-08GPIO: pca953x: fix error reportingLaurence Withers1-14/+35
2012-10-08GPIO: pca953x: fix spelling in helpLaurence Withers1-1/+1
2012-10-03ARM : Add GPIO Driver and IOMUX definition for S3C2440Gabriel Huau2-0/+96
2012-09-10Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren1-4/+4
2012-09-01gpio: add gpio api support to mx27 (v4)trem1-3/+5
2012-09-01mxc: Make gpio_get_value() use PSRBenoît Thébaudeau1-1/+1
2012-09-01tegra20: rename tegra2 -> tegra20Allen Martin1-6/+6
2012-09-01ARM: add basic support for the Broadcom BCM2835 SoCStephen Warren2-0/+90
2012-09-01snowball: Add support for ux500 based snowball boardMathieu J. Poirier2-0/+222
2012-09-01mxs: prefix register acessor macros with 'mxs' prefixOtavio Salvador1-8/+8
2012-09-01dm: Move OMAP GPIO driver to drivers/gpio/Marek Vasut2-0/+244
2012-08-08sh: Add support pin function control using GPIONobuhiro Iwamatsu2-0/+630
2012-07-07GPIO: Add SPEAr GPIO driverStefan Roese2-0/+103
2012-07-07ATMEL/PIO: Enable new feature of PIO on Atmel deviceBo Shen1-2/+123
2012-07-07gpio: tegra2: rename tegra2_gpio.* to tegra_gpio.*Tom Warren2-2/+2
2012-05-15i.MX25: This architecture has a GPIO4 tooTimo Ketola1-1/+2
2012-04-16imx: Return gpio_set_value in gpio_direction_outputVikram Narayanan1-2/+1
2012-04-16imx: Use GPIO_TO_PORT macro in the gpio driver instead of (gpio >> 5)Vikram Narayanan1-4/+4
2012-04-16imx: Add GPIO_TO_PORT macro in the mxc_gpio driverVikram Narayanan1-0/+1
2012-03-26Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8Robert Delien1-8/+8
2012-03-12sandbox: gpio: add basic driver for simulating GPIOsSimon Glass2-0/+210
2012-01-09mpc83xx: Add a GPIO driver for the MPC83XX familyJoe Hershberger2-0/+200
2012-01-09gpio: Replace ARM gpio.h with the common API in include/asm-genericJoe Hershberger6-218/+229
2011-12-09i.mx: mxc_gpio: add the i.mx6q supportJason Liu1-2/+2
2011-12-09tegra2: Use new GPIO APIs in gpio_config_uart()Stephen Warren1-2/+4
2011-12-09drivers/gpio/da8xx_gpio.c: Fix build warningAnatolij Gustschin1-3/+0
2011-12-06M28: Fix OB1 bug in GPIO driverRobert Deliën1-1/+1
2011-11-21Merge branch 'sr@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk1-21/+41
2011-11-21Merge branch 'master' of git://git.denx.de/u-boot-niosWolfgang Denk2-0/+300
2011-11-18gpio: Adapt PCA9698 to standard GPIO APIDirk Eibach1-21/+41
2011-11-11iMX28: Add GPIO controlMarek Vasut2-0/+137
2011-10-28gpio: Add driver for Altera's PIO coreJoachim Foerster2-0/+300
2011-10-27gpio: mvmfp: reduce include platform fileLei Wen1-7/+0
2011-10-27ARM: kirkwood: reduce dependence of including platform fileLei Wen1-0/+1
2011-10-22gpio: Add PCA9698 40-bit I2C I/O portDirk Eibach2-0/+124
2011-10-17kw_gpio: fix error in kw_gpio_direction_inputHolger Brunck1-1/+1