summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio/samsung: fix the typo 'exynos5_xxx' instead of 'exonys5_xxx'Kukjin Kim2012-06-031-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-05-294-0/+479
|\
| * GPIO: MIPS: lantiq: convert gpio-stp-xway to OFJohn Crispin2012-05-211-92/+241
| * GPIO: MIPS: lantiq: convert gpio-mm-lantiq to OF and of_mm_gpioJohn Crispin2012-05-211-57/+89
| * GPIO: MIPS: lantiq: move gpio-stp and gpio-ebu to the subsystem folderJohn Crispin2012-05-214-0/+298
* | 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/+2
| * | 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-121-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/+13
| | | |/ | | |/|
| * | | Merge branch 'for-3.5/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/sw...Olof Johansson2012-05-091-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-181-1/+1
| * | | | gpio/rc5t583: add gpio driver for RICOH PMIC RC5T583Laxman Dewangan2012-05-183-0/+190
| * | | | gpiolib: quiet gpiochip_add boot message noiseH Hartley Sweeten2012-05-181-1/+1
| * | | | Merge branch 'for_3.5/fixes/gpio-2' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2012-05-181-5/+4
| |\ \ \ \
| | * | | | 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/+1
| * | | | | gpio: mpc8xxx: Prevent NULL pointer deref in demux handlerThomas Gleixner2012-05-181-1/+2
| * | | | | gpio/lpc32xx: Add device tree supportRoland Stigge2012-05-181-1/+51
| * | | | | gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely2012-05-182-43/+39
| * | | | | gpiolib: Implement devm_gpio_request_one()Mark Brown2012-05-181-0/+29
| * | | | | gpio-mcp23s08: dbg_show: fix pullup configuration displayPeter Korsgaard2012-05-181-1/+1
| * | | | | Add support for TCA6424AAndreas Schallenberg2012-05-181-13/+30
| * | | | | Merge branch 'for_3.5/gpio/cleanup' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2012-05-111-86/+26
| |\| | | |
| | * | | | gpio/omap: fix missing check in *_runtime_suspend()Tarun Kanti DebBarma2012-05-111-5/+8
| | * | | | gpio/omap: remove cpu_is_omapxxxx() checks from *_runtime_resume()Tarun Kanti DebBarma2012-05-111-2/+2
| | * | | | gpio/omap: remove suspend/resume callbacksTarun Kanti DebBarma2012-05-111-47/+0
| | * | | | gpio/omap: remove retrigger variable in gpio_irq_handlerTarun Kanti DebBarma2012-05-111-3/+0
| | * | | | gpio/omap: remove saved_wakeup field from struct gpio_bankTarun Kanti DebBarma2012-05-111-9/+3
| | * | | | gpio/omap: remove suspend_wakeup field from struct gpio_bankTarun Kanti DebBarma2012-05-111-7/+6
| | * | | | gpio/omap: remove saved_fallingdetect, saved_risingdetectTarun Kanti DebBarma2012-05-111-11/+8
| * | | | | gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown2012-05-111-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-101-3/+1
| * | | | | 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