aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+19
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds7-81/+155
2013-04-29Merge tag 'pinctrl-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds2-52/+88
2013-04-28Merge branch 'gic/cleanup' into next/socOlof Johansson6-10/+6
2013-04-28Merge branch 'fixes' into next/cleanupOlof Johansson2-5/+12
2013-04-24Revert "gpio: pxa: set initcall level to module init"Linus Walleij1-1/+6
2013-04-14Merge tag 'msm-cleanup-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/cleanupOlof Johansson1-71/+149
2013-04-11gpio: pca953x: fix irq_domain_add_simple usageAlexandre Belloni1-1/+1
2013-04-09Merge tag 'omap-for-v3.10/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/socArnd Bergmann2-5/+12
2013-04-09Merge tag 'tegra-for-3.10-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/socArnd Bergmann1-2/+19
2013-04-09Merge tag 'v3.9-rc5' into next/cleanupArnd Bergmann1-3/+2
2013-04-04Merge tag 'gpio-fixes-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-5/+12
2013-04-03gpio: tegra: add gpio wakeup source handlingJoseph Lo1-2/+19
2013-04-03Merge tag 'v3.9-rc5' into develLinus Walleij4-66/+93
2013-03-27gpio: pl061: Add pl061_gpio_free()Axel Lin1-0/+8
2013-03-27gpio: stmpe: pass DT node to irqdomainGabriel Fernandez1-4/+11
2013-03-27gpio-ich: Fix value returned by ichx_gpio_requestJean Delvare1-1/+1
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas6-10/+6
2013-03-24Merge tag 'pinctrl-fixes-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-3/+2
2013-03-12Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+7
2013-03-08gpio: mvebu: Add clk support to prevent lockupAndrew Lunn1-0/+7
2013-03-07gpio: pl061: bind pinctrl by gpio requestHaojian Zhuang1-0/+13
2013-03-07gpio: pl061: support irqdomainHaojian Zhuang1-39/+65
2013-03-07gpio: add gpio offset in gpio range cells propertyHaojian Zhuang1-13/+2
2013-03-07gpio: fix wrong checking condition for gpio rangeHaojian Zhuang1-3/+2
2013-03-05gpio: Make gpio-msm-v1 into a platform driverStephen Boyd1-71/+149
2013-03-02gpio/gpio-ich: fix ichx_gpio_check_available() return what callers expectMika Westerberg1-2/+2
2013-03-02gpiolib: move comment to right functionAlexandre Courbot1-1/+1
2013-03-02gpiolib: use const parameters when possibleAlexandre Courbot1-13/+16
2013-03-02gpiolib: check descriptors validity before useAlexandre Courbot1-47/+65
2013-02-27gpio: convert to idr_alloc()Tejun Heo1-8/+3
2013-02-26Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds15-600/+1454
2013-02-24Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds3-0/+192
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+2
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+0
2013-02-21Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+3
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds7-30/+27
2013-02-20Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-35/+0
2013-02-20Merge tag 'pinctrl-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds4-528/+1
2013-02-14gpio: em: Use irq_domain_add_simple() to fix runtime errorMagnus Damm1-1/+2
2013-02-14drivers/gpio: add missing GENERIC_HARDIRQ dependencyHeiko Carstens1-2/+2
2013-02-14gpio: palmas: Add support for Palmas GPIOLaxman Dewangan3-0/+192
2013-02-13gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely1-35/+0
2013-02-11gpio: using common order: let 'static const' instead of 'const static'Chen Gang1-3/+3
2013-02-11gpio/vt8500: memory cleanup missingTony Prisk1-12/+49
2013-02-11gpiolib: Fix locking on gpio debugfs filesGrant Likely1-3/+9
2013-02-11gpiolib: let gpio_chip reference its descriptorsAlexandre Courbot1-16/+23
2013-02-11gpiolib: use descriptors internallyAlexandre Courbot1-176/+338
2013-02-09gpiolib: use gpio_chips list in gpiochip_find_baseAlexandre Courbot1-21/+16
2013-02-09gpiolib: use gpio_chips list in sysfs opsAlexandre Courbot1-27/+10