summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | gpio: adp5588: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1
| * | | | | gpio: adp5520: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1
| * | | | | gpio: always enable GPIO_OMAP on ARCH_OMAPArnd Bergmann2014-05-091-2/+3
| * | | | | 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-021-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/+0
| * | | | | 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/+6
| * | | | | 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/+0
| * | | | | gpio: max730x: Remove kfree(ts) in __max730x_remove()Axel Lin2014-04-281-3/+2
| * | | | | gpio: ge: Convert to platform driverAlexander Shiyan2014-04-281-121/+53
| * | | | | 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/+0
| * | | | | gpio: omap: convert driver to use gpiolib irqchipJavier Martinez Canillas2014-04-282-56/+52
| * | | | | 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/+4
| * | | | | gpio: timberdale: simplify dependenciesJean Delvare2014-04-281-1/+1
| * | | | | gpio: tc3589x: use gpiolib irqchip helpersLinus Walleij2014-04-282-91/+24
| * | | | | gpio: tc3589x: get rid of static IRQ baseLinus Walleij2014-04-281-9/+1
| * | | | | gpio: tc3589x: use managed resourcesLinus Walleij2014-04-281-18/+10
| * | | | | gpio: support threaded interrupts in irqchip helpersLinus Walleij2014-04-281-0/+12
| | |/ / / | |/| | |
* | | | | gpio: mcp23s08: Bug fix of SPI device tree registration.Michael Welling2014-05-091-5/+7
* | | | | gpio: ich: set regs and reglen for i3100 and ich6 chipsetVincent Donnefort2014-05-091-0/+4
|/ / / /
* | | | 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-181-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-051-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-0335-672/+1994
|\ \ \
OpenPOWER on IntegriCloud