aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
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-01-30gpio: delete AB8500 driverLinus Walleij3-527/+0
2013-01-21gpio: use pinctrl device name for add rangeHaojian Zhuang1-1/+1
2013-01-17gpio: mvebu: Don't free chip label memoryThierry Reding1-6/+0
2013-01-17gpio: samsung: skip gpio lib registration for EXYNOS5440Kukjin Kim1-0/+1
2013-01-17gpio: samsung: silent build warning for EXYNOS5 SoCsKukjin Kim1-5/+5
2013-01-17gpio: samsung: fix pinctrl condition for exynos and exynos5440Kukjin Kim1-1/+1
2013-01-10gpio: samsung: remove inclusion <mach/regs-clock.h>Kukjin Kim1-1/+0
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman3-10/+10
2012-12-19gpio/mvebu-gpio: Make mvebu-gpio depend on OF_CONFIGGregory CLEMENT2-17/+1
2012-12-19gpio/ich: Add missing spinlock initJean Delvare1-0/+1
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