summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | gpio: tps65910: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1Star
| * | | gpio: tps6586x: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1Star
| * | | gpio: tegra: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1Star
| * | | gpio: SPEAr: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1Star
| * | | gpio: rdc321x: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1Star
| * | | gpio: rcar: remove unnecessary OOM messagesJingoo Han2014-05-091-1/+0Star
| * | | gpio: rc5t583: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1Star
| * | | gpio: palmas: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1Star
| * | | gpio: mvebu: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1Star
| * | | gpio: moxart: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1Star
| * | | gpio: lynxpoint: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1Star
| * | | gpio: janz-ttl: remove unnecessary OOM messagesJingoo Han2014-05-091-1/+0Star
| * | | gpio: em: remove unnecessary OOM messagesJingoo Han2014-05-091-1/+0Star
| * | | gpio: davinci: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1Star
| * | | gpio: adp5588: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1Star
| * | | gpio: adp5520: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1Star
| * | | 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: Add missing device-managed documentationThierry Reding2014-05-031-0/+5
| * | | 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: rcar: Add optional functional clock to bindingsGeert Uytterhoeven2014-04-281-0/+6
| * | | 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
| * | | MAINTAINERS: update GPIO OMAP driver entryJavier Martinez Canillas2014-04-281-0/+1
| * | | 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: document gpio irqchips a bit more, describe helpersLinus Walleij2014-04-281-0/+59
| * | | gpio: tc3589x: use gpiolib irqchip helpersLinus Walleij2014-04-282-91/+24Star
| * | | gpio: tc3589x: get rid of static IRQ baseLinus Walleij2014-04-282-10/+1Star