summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-28gpio: omap: implement get_directionYegor Yefremov
2014-04-28gpio: of: Remove unneeded dummy functionThierry Reding
2014-04-28gpio: do not set up hardware for IRQ_TYPE_NONELinus Walleij
2014-04-28gpio: rdc321x: Convert to use devm_kzallocAxel Lin
2014-04-28gpio: rcar: Add minimal runtime PM supportGeert Uytterhoeven
2014-04-28gpio: kempld: Fix autoloading of moduleAxel Lin
2014-04-28gpio: rcar: Add optional functional clock to bindingsGeert Uytterhoeven
2014-04-28gpio: sch311x: Slightly refactor sch311x_detect for better readabilityAxel Lin
2014-04-28gpio: pl061/sx150x: Remove unneeded include of linux/workqueue.hAxel Lin
2014-04-28gpio: max730x: Remove kfree(ts) in __max730x_remove()Axel Lin
2014-04-28gpio: ge: Convert to platform driverAlexander Shiyan
2014-04-28gpiolib: of: remove gpio_to_desc() usageLinus Walleij
2014-04-28gpio: zevio: Get correct gpio output valueAxel Lin
2014-04-28gpio: put GPIO IRQs into their own lock classLinus Walleij
2014-04-28gpio-sch: set output level after configuration of directionDaniel Krueger
2014-04-28gpio: zevio: Remove of_match_ptr around zevio_gpio_of_matchAxel Lin
2014-04-28gpio: dwapb: drop irq_setup_generic_chip()Sebastian Andrzej Siewior
2014-04-28MAINTAINERS: update GPIO OMAP driver entryJavier Martinez Canillas
2014-04-28gpio: omap: convert driver to use gpiolib irqchipJavier Martinez Canillas
2014-04-28gpio: omap: add a GPIO_OMAP option instead of using ARCH_OMAPJavier Martinez Canillas
2014-04-28gpio: omap: check gpiochip_add() return valueJavier Martinez Canillas
2014-04-28gpio: omap: convert to use irq_domain_add_simple()Javier Martinez Canillas
2014-04-28gpio: timberdale: simplify dependenciesJean Delvare
2014-04-28gpio: document gpio irqchips a bit more, describe helpersLinus Walleij
2014-04-28gpio: tc3589x: use gpiolib irqchip helpersLinus Walleij
2014-04-28gpio: tc3589x: get rid of static IRQ baseLinus Walleij
2014-04-28gpio: tc3589x: use managed resourcesLinus Walleij
2014-04-28gpio: support threaded interrupts in irqchip helpersLinus Walleij
2014-04-28Linux 3.15-rc3Linus Torvalds
2014-04-27word-at-a-time: avoid undefined behaviour in zero_bytemask macroWill Deacon
2014-04-27Merge branch 'safe-dirty-tlb-flush'Linus Torvalds
2014-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-27Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2014-04-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2014-04-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-04-27Merge tag 'tty-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-04-27Merge tag 'staging-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-04-27Merge tag 'driver-core-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-04-27Merge tag 'usb-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-04-27Merge tag 'pm+acpi-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-04-26Btrfs: limit the path size in send to PATH_MAXChris Mason
2014-04-25mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing partsLinus Torvalds
2014-04-25Merge branches 'pnp' and 'acpi-hotplug'Rafael J. Wysocki
2014-04-25Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-04-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2014-04-25Merge tag 'fixes-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-04-25Merge tag 'locks-v3.15-2' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-04-25Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-04-25s390/ccwgroup: Fix memory corruptionChristian Borntraeger
2014-04-25kernfs: add back missing error check in kernfs_fop_mmap()Tejun Heo