summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-05-297-51/+1037
|\
| * gpio: tps65910: dt: process gpio specific device node infoLaxman Dewangan2012-05-221-0/+36
| * gpio: Add Intel Centerton support to gpio-schSeth Heasley2012-05-222-3/+14
| * mfd: Convert wm831x to irq_domainMark Brown2012-05-201-4/+2Star
| * gpio: Convert tps65910 to a platform driverLaxman Dewangan2012-05-201-38/+102
| * mfd: Commonize tps65910 regmap access through headerRhyland Klein2012-05-201-7/+7
| * gpio: Add STA2X11 GPIO blockAlessandro Rubini2012-05-093-0/+444
| * gpio: Add support for Intel ICHx/3100/Series[56] GPIOPeter Tyser2012-05-013-0/+433
* | Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-1/+10
|\ \
| * | ARM: EXYNOS: add GPC4 bank instanceSangsu Park2012-05-161-1/+10
* | | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-62/+94
|\ \ \
| * \ \ Merge branch 'mxs/dt/for-3.5' of git://git.linaro.org/people/shawnguo/linux-2...Olof Johansson2012-05-131-62/+94
| |\ \ \
| | * | | gpio/mxs: add device tree probeShawn Guo2012-05-121-4/+32
| | * | | gpio/mxs: get rid of the use of cpu_is_xxxShawn Guo2012-05-121-22/+52
| | * | | gpio/mxs: use devm_* helpers to make error handling simpleShawn Guo2012-05-121-39/+13Star
| | | |/ | | |/|
| * | | Merge branch 'for-3.5/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/sw...Olof Johansson2012-05-101-18/+21
| |\ \ \ | | |/ / | |/| |
* | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-2422-380/+1240
|\ \ \ \
| * | | | gpio/generic: initialize basic_mmio_gpio shadow variables properlyShawn Guo2012-05-195-9/+15
| * | | | gpiolib: Remove 'const' from data argument of gpiochip_find()Grant Likely2012-05-191-1/+1
| * | | | gpio/rc5t583: add gpio driver for RICOH PMIC RC5T583Laxman Dewangan2012-05-193-0/+190
| * | | | gpiolib: quiet gpiochip_add boot message noiseH Hartley Sweeten2012-05-191-1/+1
| * | | | Merge branch 'for_3.5/fixes/gpio-2' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2012-05-191-5/+4Star
| |\ \ \ \
| | * | | | gpio/omap: (re)fix wakeups on level-triggered GPIOsKevin Hilman2012-05-181-3/+3
| | * | | | gpio/omap: fix broken context restore for non-OFF mode transitionsKevin Hilman2012-05-181-2/+1Star
| * | | | | gpio: mpc8xxx: Prevent NULL pointer deref in demux handlerThomas Gleixner2012-05-191-1/+2
| * | | | | gpio/lpc32xx: Add device tree supportRoland Stigge2012-05-191-1/+51
| * | | | | gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely2012-05-192-43/+39Star
| * | | | | gpiolib: Implement devm_gpio_request_one()Mark Brown2012-05-191-0/+29
| * | | | | gpio-mcp23s08: dbg_show: fix pullup configuration displayPeter Korsgaard2012-05-191-1/+1
| * | | | | Add support for TCA6424AAndreas Schallenberg2012-05-191-13/+30
| * | | | | Merge branch 'for_3.5/gpio/cleanup' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2012-05-121-86/+26Star
| |\| | | |
| | * | | | gpio/omap: fix missing check in *_runtime_suspend()Tarun Kanti DebBarma2012-05-121-5/+8
| | * | | | gpio/omap: remove cpu_is_omapxxxx() checks from *_runtime_resume()Tarun Kanti DebBarma2012-05-121-2/+2
| | * | | | gpio/omap: remove suspend/resume callbacksTarun Kanti DebBarma2012-05-121-47/+0Star
| | * | | | gpio/omap: remove retrigger variable in gpio_irq_handlerTarun Kanti DebBarma2012-05-121-3/+0Star
| | * | | | gpio/omap: remove saved_wakeup field from struct gpio_bankTarun Kanti DebBarma2012-05-121-9/+3Star
| | * | | | gpio/omap: remove suspend_wakeup field from struct gpio_bankTarun Kanti DebBarma2012-05-121-7/+6Star
| | * | | | gpio/omap: remove saved_fallingdetect, saved_risingdetectTarun Kanti DebBarma2012-05-121-11/+8Star
| * | | | | gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown2012-05-121-0/+8
| * | | | | gpio: add MSIC gpio driverMathias Nyman2012-05-113-0/+348
| * | | | | gpio: samsung: refactor gpiolib init for exynos4/5Olof Johansson2012-05-111-188/+215
| * | | | | gpio/langwell: re-read the IRQ status register after each iterationMika Westerberg2012-05-111-3/+1Star
| * | | | | gpio/langwell: convert to use irq_domainMika Westerberg2012-05-082-21/+30
| * | | | | Merge tag 'v3.4-rc6' into gpio/nextGrant Likely2012-05-087-41/+84
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | gpio: Move DT support code into drivers/gpioGrant Likely2012-04-073-0/+245
| * | | | | gpio: Convert drivers to use module_pci_driver()Axel Lin2012-04-074-44/+4Star
| * | | | | gpio/pca953x: Update GPIO_PCA953X Kconfig entry to include more supported dev...Axel Lin2012-04-071-4/+5
| * | | | | gpio/langwell: clear IRQ edge detect registers at initMika Westerberg2012-04-061-0/+21
| * | | | | gpio/langwell: allocate IRQ descriptors dynamically for SPARSE_IRQMika Westerberg2012-04-061-3/+13
| * | | | | gpio/langwell: use devm_* helpers to simplify probeMika Westerberg2012-04-061-11/+7Star