aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds6-7/+551
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-13Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-13/+12
2012-12-13Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-22/+23
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds55-157/+157
2012-12-11Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds20-238/+1418
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-0/+59
2012-12-11Merge tag 'pinctrl-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds2-0/+128
2012-12-10gpio: Provide the STMPE GPIO driver with its own IRQ DomainLee Jones1-31/+47
2012-12-10gpio: add TS-5500 DIO blocks supportVivien Didelot3-0/+475
2012-12-07gpio: pcf857x: use client->irq for gpio_to_irq()Kuninori Morimoto1-18/+11
2012-12-03treewide: Fix typos in various KconfigMasanari Iida1-1/+1
2012-12-01gpio: stmpe: Add DT support for stmpe gpioVipul Kumar Samar1-2/+8
2012-12-01gpio: pl061 depends on ARMAlessandro Rubini1-1/+1
2012-11-30Merge branch 'acpi-enumeration'Rafael J. Wysocki3-0/+59
2012-11-30gpio / ACPI: add ACPI supportMathias Nyman3-0/+59
2012-11-30gpio/pl061: remove old commentBaruch Siach1-6/+1
2012-11-28gpio: remove use of __devexitBill Pemberton39-39/+39
2012-11-28gpio: remove use of __devinitconstBill Pemberton1-2/+2
2012-11-28gpio: remove use of __devinitdataBill Pemberton5-5/+5
2012-11-28gpio: remove use of __devinitBill Pemberton55-76/+76
2012-11-28gpio: remove use of __devexit_pBill Pemberton35-35/+35
2012-11-26Merge tag 'orion_dt_for_3.8' of git://git.infradead.org/users/jcooper/linux into next/dtOlof Johansson1-1/+1
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