summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio: em: remove unnecessary OOM messagesJingoo Han2014-05-091-1/+0
* gpio: davinci: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1
* 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: Add missing device-managed documentationThierry Reding2014-05-021-0/+5
* 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: 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/+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
* 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/+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: document gpio irqchips a bit more, describe helpersLinus Walleij2014-04-281-0/+59
* gpio: tc3589x: use gpiolib irqchip helpersLinus Walleij2014-04-282-91/+24
* gpio: tc3589x: get rid of static IRQ baseLinus Walleij2014-04-282-10/+1
* gpio: tc3589x: use managed resourcesLinus Walleij2014-04-281-18/+10
* gpio: support threaded interrupts in irqchip helpersLinus Walleij2014-04-282-1/+16
* Linux 3.15-rc3v3.15-rc3Linus Torvalds2014-04-271-1/+1
* word-at-a-time: avoid undefined behaviour in zero_bytemask macroWill Deacon2014-04-271-6/+2
* Merge branch 'safe-dirty-tlb-flush'Linus Torvalds2014-04-276-33/+111
|\
| * mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing partsLinus Torvalds2014-04-256-33/+111
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-278-45/+48
|\ \
| * | Btrfs: limit the path size in send to PATH_MAXChris Mason2014-04-261-0/+5
| * | Btrfs: correctly set profile flags on seqlock retryFilipe Manana2014-04-241-1/+3
| * | Btrfs: use correct key when repeating search for extent itemFilipe Manana2014-04-241-0/+2
| * | Btrfs: fix inode caching vs tree logMiao Xie2014-04-241-16/+2
| * | Btrfs: fix possible memory leaks in open_ctree()Wang Shilong2014-04-241-5/+5