summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpio: pca953x: use managed resourcesLinus Walleij2013-01-281-24/+8
* gpio: pca953x: use simple irqdomainGregory CLEMENT2013-01-281-37/+28
* gpio: pxa: set initcall level to module initHaojian Zhuang2013-01-251-6/+1
* gpio: pca953x: add support for pca9505Gregory CLEMENT2013-01-251-0/+2
* gpio: pca953x: make the register access by GPIO bankGregory CLEMENT2013-01-251-106/+175
* gpio: pl061: set initcall level to module initHaojian Zhuang2013-01-221-1/+1
* gpio: devm_gpio_* support should not depend on GPIOLIBShawn Guo2013-01-222-1/+5
* gpio: twl4030: Cache the direction and output states in private dataPeter Ujfalusi2013-01-171-35/+65
* gpio: twl4030: Introduce private structure to store variables needed runtimePeter Ujfalusi2013-01-171-32/+50
* gpio: vt8500: Export dedicated GPIO before multifunction pins.Tony Prisk2013-01-101-2/+2
* gpio/mvebu-gpio: Make mvebu-gpio depend on OF_CONFIGGregory CLEMENT2012-12-192-17/+1
* gpio/ich: Add missing spinlock initJean Delvare2012-12-191-0/+1
* Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-12-176-7/+551
|\
| * mfd/rtc/gpio: twl: No need to allocate bigger buffer for writePeter Ujfalusi2012-11-211-6/+6
| * gpio: Add viperboard gpio driverLars Poeschel2012-11-203-0/+531
| * gpio: gpio-da9052: Convert to the new da9052 interrupt functionsFabio Estevam2012-11-201-1/+5
| * mfd: Implement tps6586x gpio_to_irqLaxman Dewangan2012-11-131-0/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\ \
| * | treewide: Fix typos in various KconfigMasanari Iida2012-12-031-1/+1
* | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-131-13/+12
|\ \ \
| * \ \ Merge branch 'next/gpio-samsung' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2012-11-211-13/+12
| |\ \ \ | | |_|/ | |/| |
| | * | gpio: samsung: use pr_* instead of printkJingoo Han2012-11-071-12/+6
| | * | gpio: samsung: Fix input mode setting function for GPIO intEunki Kim2012-10-231-1/+6
| | |/
* | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-132-22/+23
|\ \ \
| * \ \ Merge tag 'orion_dt_for_3.8' of git://git.infradead.org/users/jcooper/linux i...Olof Johansson2012-11-261-1/+1
| |\ \ \
| | * | | GPIO: mvebu: Allow all plat-orion platforms.Andrew Lunn2012-11-241-1/+1
| * | | | Merge branch 'next/dt-samsung' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2012-11-211-21/+22
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | gpio: samsung: Skip registration if pinctrl driver is present on EXYNOS4X12Tomasz Figa2012-11-071-21/+22
| | |/ /
* | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-1/+1
|\ \ \ \
| * \ \ \ Merge tag 'v3.7-rc7' into next/cleanupOlof Johansson2012-11-263-4/+27
| |\ \ \ \
| * | | | | ARM: pxa: remove pxa95x supportHaojian Zhuang2012-11-151-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-1155-157/+157
|\ \ \ \ \
| * | | | | gpio: remove use of __devexitBill Pemberton2012-11-2839-39/+39
| * | | | | gpio: remove use of __devinitconstBill Pemberton2012-11-281-2/+2
| * | | | | gpio: remove use of __devinitdataBill Pemberton2012-11-285-5/+5
| * | | | | gpio: remove use of __devinitBill Pemberton2012-11-2855-76/+76
| * | | | | gpio: remove use of __devexit_pBill Pemberton2012-11-2835-35/+35
| |/ / / /
* | | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-1120-238/+1418
|\ \ \ \ \
| * | | | | gpio: Provide the STMPE GPIO driver with its own IRQ DomainLee Jones2012-12-101-31/+47
| * | | | | gpio: add TS-5500 DIO blocks supportVivien Didelot2012-12-103-0/+475
| * | | | | gpio: pcf857x: use client->irq for gpio_to_irq()Kuninori Morimoto2012-12-071-18/+11
| * | | | | gpio: stmpe: Add DT support for stmpe gpioVipul Kumar Samar2012-12-011-2/+8
| * | | | | gpio: pl061 depends on ARMAlessandro Rubini2012-12-011-1/+1
| * | | | | gpio/pl061: remove old commentBaruch Siach2012-11-301-6/+1
| * | | | | gpio: SPEAr: add spi chipselect control driverShiraz Hashim2012-11-183-0/+225
| * | | | | gpio: gpio-max710x: Support device tree probingRoland Stigge2012-11-171-6/+6
| * | | | | gpio: twl4030: Use only TWL4030_MODULE_LED for LED configurationPeter Ujfalusi2012-11-171-17/+18
| * | | | | gpio: tegra: read output value when gpio is set in direction_outLaxman Dewangan2012-11-171-0/+5
| * | | | | gpio: pca953x: Add compatible strings to gpio-pca953x driverMaxime Ripard2012-11-171-0/+29
| * | | | | gpio: pca953x: Register an IRQ domainMaxime Ripard2012-11-171-6/+20