aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2014-05-23gpio: generic: add request function pointerAnthony Fee1-0/+9
2014-05-23gpio-pch: Fix Kconfig dependenciesJean Delvare1-1/+1
2014-05-23mfd: stmpe: root out static GPIO and IRQ assignmentsLinus Walleij1-13/+5
2014-05-21gpio: make of_get_named_gpiod_flags() privateAlexandre Courbot2-0/+19
2014-05-16gpio: gpioep93xx: use devm functionsabdoulaye berthe1-27/+7
2014-05-16gpio: janzttl: use devm functionabdoulaye berthe1-29/+8
2014-05-16gpio: timberdale: use devm functionsabdoulaye berthe1-31/+16
2014-05-16gpio: bt8xx: use devm function for memory allocationabdoulaye berthe1-13/+6
2014-05-16gpio: omap: prepare and unprepare the debounce clockRajendra Nayak1-5/+5
2014-05-09gpio: Add helpers for optional GPIOsThierry Reding2-0/+86
2014-05-09gpio: pca953x: request a shared interruptToby Smith1-1/+2
2014-05-09gpio: pca953x: return IRQ_NONE when appropriateToby Smith1-2/+4
2014-05-09gpio: mvebu: Remove initcall-based driver initializationEzequiel Garcia1-6/+1
2014-05-09gpio: zevio: Make of_device_id array constJingoo Han1-1/+1
2014-05-09gpio: xilinx: Make of_device_id array constJingoo Han1-1/+1
2014-05-09gpio: tegra: Make of_device_id array constJingoo Han1-1/+1
2014-05-09gpio: palmas: Make of_device_id array constJingoo Han1-1/+1
2014-05-09gpio: mvebu: Make of_device_id array constJingoo Han1-1/+1
2014-05-09gpio: mcp23s08: Make of_device_id array constJingoo Han1-2/+2
2014-05-09gpio: grgpio: Make of_device_id array constJingoo Han1-1/+1
2014-05-09gpio: zevio: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-09gpio: tps65910: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-09gpio: tps6586x: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-09gpio: tegra: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-09gpio: SPEAr: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-09gpio: rdc321x: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-09gpio: rcar: remove unnecessary OOM messagesJingoo Han1-1/+0
2014-05-09gpio: rc5t583: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-09gpio: palmas: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-09gpio: mvebu: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-09gpio: moxart: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-09gpio: lynxpoint: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-09gpio: janz-ttl: remove unnecessary OOM messagesJingoo Han1-1/+0
2014-05-09gpio: em: remove unnecessary OOM messagesJingoo Han1-1/+0
2014-05-09gpio: davinci: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-09gpio: adp5588: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-09gpio: adp5520: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-09gpio: mcp23s08: Bug fix of SPI device tree registration.Michael Welling1-5/+7
2014-05-09gpio: ich: set regs and reglen for i3100 and ich6 chipsetVincent Donnefort1-0/+4
2014-05-09gpio: always enable GPIO_OMAP on ARCH_OMAPArnd Bergmann1-2/+3
2014-05-03gpio: pl061: use BIT() macro instead of shifting bitsJavier Martinez Canillas1-13/+13
2014-05-03gpio: omap: use BIT() macro instead of shifting bitsJavier Martinez Canillas1-25/+25
2014-05-03gpio: kempld: use BIT() macro instead of shifting bitsJavier Martinez Canillas1-1/+1
2014-05-03gpio: em: use BIT() macro instead of shifting bitsJavier Martinez Canillas1-1/+1
2014-05-02gpio: Fix gpio_get -> gpiod_get typo in kernel-docThierry Reding1-1/+1
2014-04-28gpio: of: Allow -gpio suffix for property namesThierry Reding1-6/+12
2014-04-28gpio: omap: implement get_directionYegor Yefremov1-0/+17
2014-04-28gpio: of: Remove unneeded dummy functionThierry Reding1-9/+0
2014-04-28gpio: do not set up hardware for IRQ_TYPE_NONELinus Walleij1-2/+8
2014-04-28gpio: rdc321x: Convert to use devm_kzallocAxel Lin1-13/+6