summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2014-04-28gpio: sch311x: Slightly refactor sch311x_detect for better readabilityAxel Lin1-4/+12
2014-04-28gpio: pl061/sx150x: Remove unneeded include of linux/workqueue.hAxel Lin2-2/+0
2014-04-28gpio: max730x: Remove kfree(ts) in __max730x_remove()Axel Lin1-3/+2
2014-04-28gpio: ge: Convert to platform driverAlexander Shiyan1-121/+53
2014-04-28gpiolib: of: remove gpio_to_desc() usageLinus Walleij1-1/+1
2014-04-28gpio: zevio: Get correct gpio output valueAxel Lin1-2/+8
2014-04-28gpio: put GPIO IRQs into their own lock classLinus Walleij1-0/+7
2014-04-28gpio-sch: set output level after configuration of directionDaniel Krueger1-4/+22
2014-04-28gpio: zevio: Remove of_match_ptr around zevio_gpio_of_matchAxel Lin1-1/+1
2014-04-28gpio: dwapb: drop irq_setup_generic_chip()Sebastian Andrzej Siewior1-3/+0
2014-04-28gpio: omap: convert driver to use gpiolib irqchipJavier Martinez Canillas2-56/+52
2014-04-28gpio: omap: add a GPIO_OMAP option instead of using ARCH_OMAPJavier Martinez Canillas2-1/+8
2014-04-28gpio: omap: check gpiochip_add() return valueJavier Martinez Canillas1-3/+13
2014-04-28gpio: omap: convert to use irq_domain_add_simple()Javier Martinez Canillas1-11/+4
2014-04-28gpio: timberdale: simplify dependenciesJean Delvare1-1/+1
2014-04-28gpio: tc3589x: use gpiolib irqchip helpersLinus Walleij2-91/+24
2014-04-28gpio: tc3589x: get rid of static IRQ baseLinus Walleij1-9/+1
2014-04-28gpio: tc3589x: use managed resourcesLinus Walleij1-18/+10
2014-04-28gpio: support threaded interrupts in irqchip helpersLinus Walleij1-0/+12
2014-04-22Merge tag 'gpio-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2-4/+10
2014-04-19Shiraz has movedViresh Kumar1-2/+2
2014-04-14gpio / ACPI: Prevent potential wrap of GPIO value on OpRegion readMika Westerberg1-1/+1
2014-04-14gpio / ACPI: Don't crash on NULL chip->devMika Westerberg1-2/+8
2014-04-14gpio: set data first, then chip and handlerLinus Walleij1-1/+1
2014-04-07Merge tag 'mfd-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+25
2014-04-06Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-1/+1
2014-04-04Merge tag 'gpio-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds35-672/+1994
2014-03-31MIPS: VR41xx: Mark GPIO lines used for IRQLinus Walleij1-0/+20
2014-03-29gpio: rcar: Add helper variable dev = &pdev->devGeert Uytterhoeven1-16/+16
2014-03-29gpio-lynxpoint: force gpio_get() to return "1" and "0" onlyMathias Nyman1-1/+1
2014-03-28gpio: unmap gpio irqs properlyLinus Walleij1-4/+29
2014-03-27pch_gpio: set value before enabling output directionDaniel Krueger1-3/+5
2014-03-27gpio: moxart: Actually set output state in moxart_gpio_direction_output()Axel Lin1-0/+1
2014-03-27gpio: moxart: Avoid forward declarationAxel Lin1-20/+19
2014-03-27gpio: mxs: Allow for recursive enable_irq_wake() callMarek Vasut1-1/+2
2014-03-27gpio: samsung: Add missing "break" statementAlexander Shiyan1-0/+1
2014-03-27gpio: twl4030: Remove redundant assignmentAlexander Shiyan1-3/+3
2014-03-26gpio: iop: fix devm_ioremap_resource() return value checkingBartlomiej Zolnierkiewicz1-0/+2
2014-03-26gpio: pl061: convert driver to use gpiolib irqchipLinus Walleij2-62/+19
2014-03-26gpio: add IRQ chip helpers in gpiolibLinus Walleij2-0/+191
2014-03-19gpio: ich: Add support for Intel AvotonVincent Donnefort1-1/+25
2014-03-19gpio: ich: Add output levels cache supportVincent Donnefort1-2/+19
2014-03-19gpio: ich: Add support for multiple register addressesVincent Donnefort1-12/+31
2014-03-19gpio: ich: Add blink capability optionVincent Donnefort1-1/+9
2014-03-18gpio: Driver for SYSCON-based GPIOsAlexander Shiyan3-0/+198
2014-03-18gpio: generic: Use platform_device_id->driver_data field for driver flagsAlexander Shiyan1-7/+9
2014-03-18gpio: switch drivers to use new callbackLinus Walleij8-57/+56
2014-03-14gpio / ACPI: Add support for ACPI GPIO operation regionsMika Westerberg1-0/+163
2014-03-14Merge tag 'v3.14-rc6' into develLinus Walleij5-4/+22
2014-03-14gpio: clamp returned values to the boolean rangeAlexandre Courbot1-6/+6