summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2013-03-27gpio: pcf857x: use devm_kzalloc()Jingoo Han1-5/+2
2013-03-27gpio: mc33880: use devm_kzalloc()Jingoo Han1-5/+3
2013-03-27gpio: max732x: use devm_kzalloc()Jingoo Han1-3/+2
2013-03-27gpio: max7301: use devm_kzalloc()Jingoo Han1-3/+1
2013-03-27gpio: max7300: use devm_kzalloc()Jingoo Han1-3/+1
2013-03-27gpio: adp5520: use devm_kzalloc()Jingoo Han1-3/+1
2013-03-27gpio/vt8500: Convert to devm_ioremap_resource()Sachin Kamat1-5/+3
2013-03-27gpio: em: Make use of devm functionsMagnus Damm1-34/+19
2013-03-27gpio-lynxpoint: Add X86 dependency and io-port handling header.Mathias Nyman2-1/+2
2013-03-27gpio/gpio-ich: make ichx_gpio_check_available() return a pure boolean valueMika Westerberg1-1/+1
2013-03-27gpio-sch: Allow for more than 8 lines in the resume wellDarren Hart1-10/+27
2013-03-27Add TI TCA9554 to supported devices tableNikolay Balandin1-0/+1
2013-03-27gpio: stmpe: pass DT node to irqdomainGabriel Fernandez1-4/+11
2013-03-27gpio: viperboard: Remove duplicate code to set gpio->gpiob_valAxel Lin1-4/+0
2013-03-27gpio-ich: Check for pin availability at request timeJean Delvare1-12/+3
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/kern...Linus Torvalds1-3/+2
2013-03-18Merge branches 'soc' and 'pinmux' into boards-baseSimon Horman2-55/+82
2013-03-15Merge branch 'next/pinctrl-exynos' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-0/+1
2013-03-15Merge 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-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-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-05gpio: 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-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/...Linus Torvalds3-0/+192
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus 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/g...Linus Torvalds1-3/+3
2013-02-21Merge 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