summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2012-05-19gpio-mcp23s08: dbg_show: fix pullup configuration displayPeter Korsgaard1-1/+1
2012-05-19Add support for TCA6424AAndreas Schallenberg1-13/+30
2012-05-12Merge branch 'for_3.5/gpio/cleanup' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely1-86/+26
2012-05-12gpio/omap: fix missing check in *_runtime_suspend()Tarun Kanti DebBarma1-5/+8
2012-05-12gpio/omap: remove cpu_is_omapxxxx() checks from *_runtime_resume()Tarun Kanti DebBarma1-2/+2
2012-05-12gpio/omap: remove suspend/resume callbacksTarun Kanti DebBarma1-47/+0
2012-05-12gpio/omap: remove retrigger variable in gpio_irq_handlerTarun Kanti DebBarma1-3/+0
2012-05-12gpio/omap: remove saved_wakeup field from struct gpio_bankTarun Kanti DebBarma1-9/+3
2012-05-12gpio/omap: remove suspend_wakeup field from struct gpio_bankTarun Kanti DebBarma1-7/+6
2012-05-12gpio/omap: remove saved_fallingdetect, saved_risingdetectTarun Kanti DebBarma1-11/+8
2012-05-12gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown1-0/+8
2012-05-11gpio: add MSIC gpio driverMathias Nyman3-0/+348
2012-05-11gpio: samsung: refactor gpiolib init for exynos4/5Olof Johansson1-188/+215
2012-05-11gpio/langwell: re-read the IRQ status register after each iterationMika Westerberg1-3/+1
2012-05-10gpio/omap: fix incorrect initialization of omap_gpio_mod_initTarun Kanti DebBarma1-6/+3
2012-05-08gpio/langwell: convert to use irq_domainMika Westerberg2-21/+30
2012-05-08Merge tag 'v3.4-rc6' into gpio/nextGrant Likely7-41/+84
2012-04-27ARM: pxa: fix gpio wakeup settingRobert Jarzmik1-2/+19
2012-04-11gpio/exynos: Fix compiler warning in gpio-samsung.c fileSachin Kamat1-8/+8
2012-04-11gpio: Fix uninitialized variable bit in adp5588_irq_handlerAxel Lin1-1/+1
2012-04-11gpio/sodaville: Convert sodaville driver to new irqdomain APIGrant Likely2-14/+11
2012-04-08gpio: Move DT support code into drivers/gpioGrant Likely3-0/+245
2012-04-08gpio: Convert drivers to use module_pci_driver()Axel Lin4-44/+4
2012-04-07gpio/pca953x: Update GPIO_PCA953X Kconfig entry to include more supported dev...Axel Lin1-4/+5
2012-04-06gpio/langwell: clear IRQ edge detect registers at initMika Westerberg1-0/+21
2012-04-06gpio/langwell: allocate IRQ descriptors dynamically for SPARSE_IRQMika Westerberg1-3/+13
2012-04-06gpio/langwell: use devm_* helpers to simplify probeMika Westerberg1-11/+7
2012-04-06gpio: add flags to export GPIOs when requestingWolfram Sang1-1/+11
2012-04-04gpio: tegra: Iterate over the correct number of banksStephen Warren1-2/+2
2012-04-04gpio: tegra: fix register address calculations for Tegra30Stephen Warren1-13/+42
2012-03-30Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+2
2012-03-29Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds13-111/+843
2012-03-29Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2-60/+92
2012-03-28Merge tag 'drivers2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds1-42/+445
2012-03-28Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+1
2012-03-28Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-13/+46
2012-03-28Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-652/+461
2012-03-26gpio/ep93xx: Remove unused inline function and useless pr_err messageH Hartley Sweeten1-8/+0
2012-03-26ARM: 7342/2: sa1100: prepare for sparse irq conversionRob Herring1-0/+1
2012-03-23gpio/sodaville: Mark broken due to core irqdomain migrationGrant Likely1-1/+1
2012-03-23Merge branch 'for_3.4/fixes/gpio-2' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely1-22/+25
2012-03-22gpio/twl: Add DT support to gpio-twl4030 driverBenoit Cousson1-29/+50
2012-03-22gpio/twl: Allocate irq_desc dynamically for SPARSE_IRQ supportBenoit Cousson1-16/+17
2012-03-22mfd: Make twl4030 SIH SPARSE_IRQ capableBenoit Cousson1-1/+2
2012-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds3-0/+211
2012-03-21gpio/omap: fix redundant decoding of gpio offsetTarun Kanti DebBarma1-11/+7
2012-03-21gpio/omap: fix incorrect update to context.irqenable1Tarun Kanti DebBarma1-2/+4
2012-03-20gpio/omap: fix incorrect context restore logic in omap_gpio_runtime_*Tarun Kanti DebBarma1-4/+1
2012-03-20gpio/omap: fix missing dataout context save in _set_gpio_dataout_regTarun Kanti DebBarma1-2/+5
2012-03-20gpio/omap: fix _set_gpio_irqenable implementationTarun Kanti DebBarma1-1/+4