summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* ARM: pxa: fix gpio wakeup settingRobert Jarzmik2012-04-271-2/+19
* gpio/exynos: Fix compiler warning in gpio-samsung.c fileSachin Kamat2012-04-101-8/+8
* gpio: Fix uninitialized variable bit in adp5588_irq_handlerAxel Lin2012-04-101-1/+1
* gpio/sodaville: Convert sodaville driver to new irqdomain APIGrant Likely2012-04-102-14/+11
* gpio: tegra: Iterate over the correct number of banksStephen Warren2012-04-041-2/+2
* gpio: tegra: fix register address calculations for Tegra30Stephen Warren2012-04-041-13/+42
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-291-0/+2
|\
| * gpio: pxa: explicitly include mach/irqs.hRob Herring2012-01-251-0/+2
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-2813-111/+843
|\ \
| * | gpio/ep93xx: Remove unused inline function and useless pr_err messageH Hartley Sweeten2012-03-251-8/+0
| * | gpio/sodaville: Mark broken due to core irqdomain migrationGrant Likely2012-03-231-1/+1
| * | Merge branch 'for_3.4/fixes/gpio-2' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2012-03-231-22/+25
| |\ \
| | * | gpio/omap: fix redundant decoding of gpio offsetTarun Kanti DebBarma2012-03-211-11/+7
| | * | gpio/omap: fix incorrect update to context.irqenable1Tarun Kanti DebBarma2012-03-211-2/+4
| | * | gpio/omap: fix incorrect context restore logic in omap_gpio_runtime_*Tarun Kanti DebBarma2012-03-201-4/+1
| | * | gpio/omap: fix missing dataout context save in _set_gpio_dataout_regTarun Kanti DebBarma2012-03-201-2/+5
| | * | gpio/omap: fix _set_gpio_irqenable implementationTarun Kanti DebBarma2012-03-201-1/+4
| | * | gpio/omap: fix trigger type to unsignedTarun Kanti DebBarma2012-03-201-2/+3
| | * | gpio/omap: fix wakeup_en register update in _set_gpio_wakeup()Tarun Kanti DebBarma2012-03-201-0/+1
| * | | gpio: tegra: tegra_gpio_config shouldn't be __initStephen Warren2012-03-191-1/+1
| |/ /
| * | gpio/davinci: fix enabling unbanked GPIO IRQsSekhar Nori2012-03-121-5/+6
| * | gpio/davinci: fix oops on unbanked gpio irq requestSekhar Nori2012-03-121-5/+10
| * | gpio/omap: Fix section warning for omap_mpuio_alloc_gc()Tony Lindgren2012-03-121-1/+1
| * | ARM: tegra: export tegra_gpio_{en,dis}ableArnd Bergmann2012-03-121-0/+2
| * | gpio/gpio-stmpe: Fix the value returned by _get_value routineBhupesh Sharma2012-03-121-1/+1
| * | GPIO: LPC32xx: Add output reading to GPO P3Roland Stigge2012-03-121-0/+17
| * | GPIO: LPC32xx: Fix missing bit selection maskRoland Stigge2012-03-121-1/+1
| * | gpio/omap: fix wakeups on level-triggered GPIOsKevin Hilman2012-03-121-0/+34
| * | gpio/omap: Fix IRQ handling for SPARSE_IRQBenoit Cousson2012-03-051-16/+17
| * | gpio/omap: Add DT support to GPIO driverBenoit Cousson2012-03-051-9/+112
| * | gpio/omap: Use devm_ API and add request_mem_regionBenoit Cousson2012-03-051-20/+15
| * | gpio/omap: Remove bank->id information and misc cleanupBenoit Cousson2012-03-051-14/+9
| * | gpiolib: Add comments explaining the _cansleep() WARN_ON()sMark Brown2012-03-051-0/+2
| * | gpio: gpiolib: Support for open source/emitter gpiosLaxman Dewangan2012-03-051-0/+39
| * | gpio: gpiolib: Support for open drain/collector gpiosLaxman Dewangan2012-03-051-2/+42
| * | gpio: constify the data parameter to gpiochip_find()Grant Likely2012-03-021-2/+3
| * | Merge branch 'irqdomain/next' into gpio/nextGrant Likely2012-02-285-35/+22
| |\ \
| * \ \ Merge branch 'for_3.4/gpio/runtime-pm-cleanup' of git://git.kernel.org/pub/sc...Grant Likely2012-02-221-645/+461
| |\ \ \
| * | | | gpio/gpio-pl061: No need of thaw and poweroff routines for hibernateViresh Kumar2012-02-161-1/+6
| * | | | Fix circular locking dependency (3.3-rc2)Ming Lei2012-02-151-3/+5
| * | | | gpio: tps65910: Add sleep control supportLaxman Dewangan2012-02-051-2/+18
| * | | | gpio: Add a driver for Sodaville GPIO controllerSebastian Andrzej Siewior2012-02-033-0/+311
| * | | | ARM/mx35/3ds: gpio: add mc9s08dz60 gpio functionwu guoxing2012-01-303-0/+168
| | |_|/ | |/| |
* | | | Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-03-282-60/+92
|\ \ \ \
| * | | | gpio/twl: Add DT support to gpio-twl4030 driverBenoit Cousson2012-03-221-29/+50
| * | | | gpio/twl: Allocate irq_desc dynamically for SPARSE_IRQ supportBenoit Cousson2012-03-221-16/+17
| * | | | mfd: Make twl4030 SIH SPARSE_IRQ capableBenoit Cousson2012-03-221-1/+2
| * | | | gpio: Support no-irq stmpe modeChris Blair2012-03-061-16/+25
* | | | | Merge tag 'drivers2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-281-42/+445
|\ \ \ \ \
| * \ \ \ \ Merge branch 'next/soc-exynos5250-gpio' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2012-03-151-42/+445
| |\ \ \ \ \
OpenPOWER on IntegriCloud