aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-09gpio: Add helpers for optional GPIOsThierry Reding4-0/+128
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: 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: Add missing device-managed documentationThierry Reding1-0/+5
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
2014-04-28gpio: rcar: Add minimal runtime PM supportGeert Uytterhoeven1-0/+8
2014-04-28gpio: kempld: Fix autoloading of moduleAxel Lin1-1/+1
2014-04-28gpio: rcar: Add optional functional clock to bindingsGeert Uytterhoeven1-0/+6
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