aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-25Merge tag 'v3.7-rc7' into next/cleanupOlof Johansson3-4/+27
2012-11-24GPIO: mvebu: Allow all plat-orion platforms.Andrew Lunn1-1/+1
2012-11-21Merge branch 'next/dt-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/dtOlof Johansson1-21/+22
2012-11-21Merge branch 'next/gpio-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/driversOlof Johansson1-13/+12
2012-11-21mfd/rtc/gpio: twl: No need to allocate bigger buffer for writePeter Ujfalusi1-6/+6
2012-11-21gpiolib: Fix use after free in gpiochip_add_pin_rangeAxel Lin1-1/+3
2012-11-21gpiolib: rename pin range argumentsLinus Walleij1-9/+10
2012-11-21gpiolib: return any error code from range creationLinus Walleij1-1/+2
2012-11-21gpiolib: rename find_pinctrl_*Linus Walleij1-1/+1
2012-11-21gpiolib: let gpiochip_add_pin_range() specify offsetLinus Walleij2-3/+41
2012-11-20gpio: Add viperboard gpio driverLars Poeschel3-0/+531
2012-11-20gpio: gpio-da9052: Convert to the new da9052 interrupt functionsFabio Estevam1-1/+5
2012-11-18gpio: SPEAr: add spi chipselect control driverShiraz Hashim3-0/+225
2012-11-17gpio-mcp23s08: Build I2C support even when CONFIG_I2C=mDaniel M. Weeks1-3/+3
2012-11-17gpio: adnp: Depend on OF_GPIO instead of OFThierry Reding1-1/+1
2012-11-17mvebu-gpio: Disable blinking when enabling a GPIO for outputJamie Lentin1-0/+23
2012-11-17gpio: gpio-max710x: Support device tree probingRoland Stigge1-6/+6
2012-11-17gpio: twl4030: Use only TWL4030_MODULE_LED for LED configurationPeter Ujfalusi1-17/+18
2012-11-17gpio: tegra: read output value when gpio is set in direction_outLaxman Dewangan1-0/+5
2012-11-17gpio: pca953x: Add compatible strings to gpio-pca953x driverMaxime Ripard1-0/+29
2012-11-17gpio: pca953x: Register an IRQ domainMaxime Ripard1-6/+20
2012-11-15ARM: pxa: remove pxa95x supportHaojian Zhuang1-1/+1
2012-11-13mfd: Implement tps6586x gpio_to_irqLaxman Dewangan1-0/+9
2012-11-11gpiolib: separation of pin concernsLinus Walleij2-17/+14
2012-11-11gpiolib: call pin removal in chip removal functionLinus Walleij1-0/+1
2012-11-11gpiolib: remove duplicate pin range codeLinus Walleij1-12/+1
2012-11-11gpiolib-of: staticize the pin range callsLinus Walleij1-4/+4
2012-11-11gpiolib: fix up function prototypes etcLinus Walleij1-5/+5
2012-11-11gpiolib: provide provision to register pin rangesShiraz Hashim2-0/+99
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-1/+1
2012-11-08gpio: mvebu: Set free callback for gpio_chipAxel Lin1-2/+3
2012-11-08gpio: tegra: Drop exporting static functionsAxel Lin1-2/+0
2012-11-08gpio: tegra: Staticize non-exported symbolsAxel Lin1-2/+2
2012-11-08gpio: tegra: fix suspend/resume apisLaxman Dewangan1-5/+13
2012-11-07gpio: samsung: use pr_* instead of printkJingoo Han1-12/+6
2012-11-07gpio: samsung: Skip registration if pinctrl driver is present on EXYNOS4X12Tomasz Figa1-21/+22
2012-11-06sparc: Allow OF_GPIO on sparc.David S. Miller1-1/+1
2012-11-04gpio-pch: Set parent dev for gpio chipAlexander Stein1-0/+1
2012-11-04gpio: em: Fix build errorsAxel Lin1-3/+3
2012-10-30Merge tag 'gpio-fixes-v3.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds5-7/+48
2012-10-30GPIO: mvebu-gpio: Don't initialize the mask_cacheAndrew Lunn1-1/+1
2012-10-27gpio/omap: fix off-mode bug: clear debounce settings on free/resetJon Hunter1-0/+35
2012-10-27GPIO: clps711x: use platform_device_unregister in gpio_clps711x_init()Wei Yongjun1-2/+1
2012-10-26gpio/tc3589x: convert to use the simple irqdomainLinus Walleij1-11/+9
2012-10-26gpio/em: convert to linear IRQ domainLinus Walleij1-39/+7
2012-10-26gpio/mvebu: convert to use irq_domain_add_simple()Linus Walleij1-2/+2
2012-10-26gpio/tegra: convert to use linear irqdomainLinus Walleij1-9/+5
2012-10-26gpiolib: unlock on error in gpio_export()Dan Carpenter1-1/+2
2012-10-26gpiolib: Don't return -EPROBE_DEFER to sysfs, or for invalid gpiosMathias Nyman1-3/+7
2012-10-26gpiolib: add gpio get direction callback supportMathias Nyman1-1/+37