summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
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/kern...Linus Torvalds1-3/+2
2013-03-18Merge branches 'soc' and 'pinmux' into boards-baseSimon Horman2-55/+82
2013-03-16Merge branch 'next/pinctrl-exynos' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-0/+1
2013-03-16Merge branch 'next/irq-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-2/+6
2013-03-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/...Simon Horman1-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-09gpio: 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-06gpio/em: Add Device Tree supportMagnus Damm1-3/+42
2013-03-06gpio/omap: warn if bank is not enabled on setting irq typeJon Hunter1-0/+3
2013-03-06gpio/omap: convert gpio irq domain to linear mappingJon Hunter1-41/+31
2013-03-06gpio: Make gpio-msm-v1 into a platform driverStephen Boyd1-71/+149
2013-03-05gpio: samsung: skip gpiolib registration if pinctrl support is enabled for ex...Thomas Abraham1-0/+1
2013-03-05gpio: samsung: fixes build warning with s3c2410_defconfigKukjin Kim1-1/+2
2013-03-05ARM: S3C24XX: handle s3c2412 eints using new infrastructureHeiko Stuebner1-1/+4
2013-03-04gpio/tegra: assume CONFIG_OFStephen Warren1-6/+5
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-28gpio: 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-25Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds3-0/+192
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-2/+2
2013-02-22Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+0
2013-02-22Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2013-02-22Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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...Linus 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-12gpio: using common order: let 'static const' instead of 'const static'Chen Gang1-3/+3
2013-02-12gpio/vt8500: memory cleanup missingTony Prisk1-12/+49
2013-02-12gpiolib: Fix locking on gpio debugfs filesGrant Likely1-3/+9
2013-02-12gpiolib: let gpio_chip reference its descriptorsAlexandre Courbot1-16/+23
2013-02-12gpiolib: 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
2013-02-09gpiolib: use gpio_chips list in gpiochip_findAlexandre Courbot1-10/+7
2013-02-09gpiolib: use gpio_chips list in gpiolib_sysfs_initAlexandre Courbot1-5/+2
2013-02-09gpiolib: link all gpio_chips using a listAlexandre Courbot1-7/+44
2013-02-07driver-core: constify data for class_find_device()Michał Mirosław1-1/+1
2013-02-05Merge branch 'linusw/devel' of git://git.kernel.org/pub/scm/linux/kernel/git/...Grant Likely11-294/+463
2013-02-05gpio/langwell: cleanup driverDavid Cohen1-34/+17