summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: pl061: use BIT() macro instead of shifting bitsJavier Martinez Canillas2014-05-031-13/+13
* gpio: omap: use BIT() macro instead of shifting bitsJavier Martinez Canillas2014-05-031-25/+25
* gpio: kempld: use BIT() macro instead of shifting bitsJavier Martinez Canillas2014-05-031-1/+1
* gpio: em: use BIT() macro instead of shifting bitsJavier Martinez Canillas2014-05-031-1/+1
* gpio: Fix gpio_get -> gpiod_get typo in kernel-docThierry Reding2014-05-031-1/+1
* gpio: of: Allow -gpio suffix for property namesThierry Reding2014-04-281-6/+12
* gpio: omap: implement get_directionYegor Yefremov2014-04-281-0/+17
* gpio: of: Remove unneeded dummy functionThierry Reding2014-04-281-9/+0Star
* gpio: do not set up hardware for IRQ_TYPE_NONELinus Walleij2014-04-281-2/+8
* gpio: rdc321x: Convert to use devm_kzallocAxel Lin2014-04-281-13/+6Star
* gpio: rcar: Add minimal runtime PM supportGeert Uytterhoeven2014-04-281-0/+8
* gpio: kempld: Fix autoloading of moduleAxel Lin2014-04-281-1/+1
* gpio: sch311x: Slightly refactor sch311x_detect for better readabilityAxel Lin2014-04-281-4/+12
* gpio: pl061/sx150x: Remove unneeded include of linux/workqueue.hAxel Lin2014-04-282-2/+0Star
* gpio: max730x: Remove kfree(ts) in __max730x_remove()Axel Lin2014-04-281-3/+2Star
* gpio: ge: Convert to platform driverAlexander Shiyan2014-04-281-121/+53Star
* gpiolib: of: remove gpio_to_desc() usageLinus Walleij2014-04-281-1/+1
* gpio: zevio: Get correct gpio output valueAxel Lin2014-04-281-2/+8
* gpio: put GPIO IRQs into their own lock classLinus Walleij2014-04-281-0/+7
* gpio-sch: set output level after configuration of directionDaniel Krueger2014-04-281-4/+22
* gpio: zevio: Remove of_match_ptr around zevio_gpio_of_matchAxel Lin2014-04-281-1/+1
* gpio: dwapb: drop irq_setup_generic_chip()Sebastian Andrzej Siewior2014-04-281-3/+0Star
* gpio: omap: convert driver to use gpiolib irqchipJavier Martinez Canillas2014-04-282-56/+52Star
* gpio: omap: add a GPIO_OMAP option instead of using ARCH_OMAPJavier Martinez Canillas2014-04-282-1/+8
* gpio: omap: check gpiochip_add() return valueJavier Martinez Canillas2014-04-281-3/+13
* gpio: omap: convert to use irq_domain_add_simple()Javier Martinez Canillas2014-04-281-11/+4Star
* gpio: timberdale: simplify dependenciesJean Delvare2014-04-281-1/+1
* gpio: tc3589x: use gpiolib irqchip helpersLinus Walleij2014-04-282-91/+24Star
* gpio: tc3589x: get rid of static IRQ baseLinus Walleij2014-04-281-9/+1Star
* gpio: tc3589x: use managed resourcesLinus Walleij2014-04-281-18/+10Star
* gpio: support threaded interrupts in irqchip helpersLinus Walleij2014-04-281-0/+12
* Merge tag 'gpio-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-04-222-4/+10
|\
| * gpio / ACPI: Prevent potential wrap of GPIO value on OpRegion readMika Westerberg2014-04-141-1/+1
| * gpio / ACPI: Don't crash on NULL chip->devMika Westerberg2014-04-141-2/+8
| * gpio: set data first, then chip and handlerLinus Walleij2014-04-141-1/+1
* | Shiraz has movedViresh Kumar2014-04-191-2/+2
|/
* Merge tag 'mfd-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-071-1/+25
|\
| * gpio: ich: Add support for Intel AvotonVincent Donnefort2014-03-191-1/+25
| * gpio: ich: Add output levels cache supportVincent Donnefort2014-03-191-2/+19
| * gpio: ich: Add support for multiple register addressesVincent Donnefort2014-03-191-12/+31
| * gpio: ich: Add blink capability optionVincent Donnefort2014-03-191-1/+9
* | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-061-1/+1
|\ \
| * \ Merge tag 'qcom-drivers-for-3.15' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2014-02-251-1/+1
| |\ \ | | |/ | |/|
| | * gpio: msm: switch Kconfig to ARCH_QCOM dependsKumar Gala2014-02-251-1/+1
* | | Merge tag 'gpio-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-04-0435-672/+1994
|\ \ \
| * | | gpio: rcar: Add helper variable dev = &pdev->devGeert Uytterhoeven2014-03-281-16/+16
| * | | gpio-lynxpoint: force gpio_get() to return "1" and "0" onlyMathias Nyman2014-03-281-1/+1
| * | | gpio: unmap gpio irqs properlyLinus Walleij2014-03-281-4/+29
| * | | pch_gpio: set value before enabling output directionDaniel Krueger2014-03-271-3/+5
| * | | gpio: moxart: Actually set output state in moxart_gpio_direction_output()Axel Lin2014-03-271-0/+1