summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
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-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
2013-02-05gpio/langwell: Add Cloverview ids to pci device tableDavid Cohen1-0/+2
2013-02-05gpio/lynxpoint: add chipset gpio driver.Mathias Nyman3-0/+478
2013-02-05gpiolib: add missing braces in gpio_direction_showAlexandre Courbot1-2/+3
2013-02-05gpiolib-acpi: Fix error checks in interrupt requestingMathias Nyman1-2/+7
2013-02-05gpio: mpc8xxx: don't set IRQ_TYPE_NONE when creating irq mappingAnatolij Gustschin1-1/+0
2013-02-05gpiolib: remove gpiochip_reserve()Alexandre Courbot1-50/+8
2013-01-29gpio: mxs: Add IRQ_TYPE_EDGE_BOTH supportGwenhael Goavec-Merou1-0/+31
2013-01-29gpiolib-acpi: Add ACPI5 event model support to gpio.Mathias Nyman1-0/+82
2013-01-28gpio: pca953x: use managed resourcesLinus Walleij1-24/+8
2013-01-28gpio: pca953x: use simple irqdomainGregory CLEMENT1-37/+28
2013-01-25gpio: pxa: set initcall level to module initHaojian Zhuang1-6/+1
2013-01-25gpio: pca953x: add support for pca9505Gregory CLEMENT1-0/+2
2013-01-25gpio: pca953x: make the register access by GPIO bankGregory CLEMENT1-106/+175
2013-01-22gpio: pl061: set initcall level to module initHaojian Zhuang1-1/+1
2013-01-22gpio: devm_gpio_* support should not depend on GPIOLIBShawn Guo2-1/+5
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: twl4030: Cache the direction and output states in private dataPeter Ujfalusi1-35/+65
2013-01-17gpio: twl4030: Introduce private structure to store variables needed runtimePeter Ujfalusi1-32/+50
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-10gpio: vt8500: Export dedicated GPIO before multifunction pins.Tony Prisk1-2/+2
2013-01-04Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman3-10/+10
2012-12-20gpio/mvebu-gpio: Make mvebu-gpio depend on OF_CONFIGGregory CLEMENT2-17/+1
2012-12-20gpio/ich: Add missing spinlock initJean Delvare1-0/+1
2012-12-17Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds6-7/+551
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus 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-12Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds55-157/+157
2012-12-12Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds20-238/+1418
2012-12-12Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-0/+59
2012-12-11Merge tag 'pinctrl-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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