aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-30gpio: Add GPIO driver framework for Marvell SoCsAjay Bhargav3-0/+190
2011-09-11Minor coding style cleanup.Wolfgang Denk1-11/+0
2011-09-04i2c:gpio:s5p: I2C GPIO Software implementation (via soft_i2c)Łukasz Majewski1-0/+44
2011-09-04IMX: uniform GPIO interface using GPIO frameworkStefano Babic1-4/+47
2011-09-03gpio:samsung s5p_ suffix add for GPIO functionsŁukasz Majewski1-10/+10
2011-08-03DA8xx: add generic GPIO driverLaurence Withers2-0/+282
2011-07-04GPIO: Tegra2: add GPIO driver for Tegra2Tom Warren2-0/+256
2011-05-18AT91: change includes from asm/arch/io.h to asm/io.hReinhard Meyer1-1/+1
2011-05-18AT91: fix related at91 driver filesReinhard Meyer1-21/+31
2011-05-11gpio: imx: Fix return value on errorFabio Estevam1-2/+3
2011-04-27IMX: MX31: Cleanup include files and drop nasty #ifdef in driversStefano Babic1-5/+0
2011-02-21mvmfp: add MFP configuration support for PANTHEONLei Wen1-0/+2
2011-02-02mxc_gpio: add support for MX53 processorLiu Hui-R643431-2/+7
2011-01-10pca953x: support 16-pin devicesChris Packham1-22/+90