summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorLines
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-478/+1054
2014-10-02gpio: pch: Build context save/restore only for PMThierry Reding-0/+2
2014-10-02gpio: ks8695: fix 'else should follow close brace '}''Varka Bhadram-6/+4
2014-10-02gpio: stmpe: add verbose debug codeLinus Walleij-0/+75
2014-10-02gpio: stmpe: fix up interrupt enable logicLinus Walleij-3/+3
2014-09-30gpio: staticize xway_stp_init()Linus Walleij-1/+1
2014-09-26gpio: handle also nested irqchips in the chained handler set-upLinus Walleij-21/+36
2014-09-26gpio: set parent irq on chained handlersLinus Walleij-0/+13
2014-09-26gpiolib: irqchip: use irq_find_mapping while removing irqchipGrygorii Strashko-1/+2
2014-09-25Merge tag 'pm+acpi-3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+4
2014-09-25gpio: crystalcove: support virtual GPIOAaron Lu-3/+16
2014-09-25gpio: kona: enable only on BCM_MOBILE or for compile testingUwe Kleine-König-1/+1
2014-09-24gpio / ACPI: Use pin index and bit lengthSrinivas Pandruvada-1/+4
2014-09-24gpio, bcm-kona, LLVMLinux: Remove use of __initconstBehan Webster-1/+1
2014-09-24gpio: Fix ngpio in gpio-xilinx driverGernot Vormayr-12/+15
2014-09-24gpio: dwapb: fix pointer to integer castLinus Walleij-2/+2
2014-09-24gpio: xgene: Remove unneeded #ifdef CONFIG_OF guardAxel Lin-2/+0
2014-09-24gpio: xgene: Remove unneeded forward declation for struct xgene_gpioAxel Lin-2/+0
2014-09-24gpio: xgene: Fix missing spin_lock_init()Axel Lin-0/+1
2014-09-24gpio: ks8695: fix switch case indentationVarka Bhadram-10/+10
2014-09-24gpiolib: add irq_not_threaded flag to gpio_chipOctavian Purdila-1/+1
2014-09-24gpio: Fix return value check in xgene_gpio_probe()Wei Yongjun-2/+2
2014-09-24gpio: Fix potential NULL handler data in chained irqchip handlerJarkko Nikula-1/+1
2014-09-24gpio: Fix gpio direction flags not getting setAdrian Hunter-1/+1
2014-09-23GPIO: gpiolib: trivial: Add missing carriage returnAlexander Shiyan-1/+1
2014-09-23gpio: omap: Fix interrupt namesNishanth Menon-14/+17
2014-09-23gpio: samsung: Remove remaining check for CONFIG_S5P_GPIO_DRVSTRPaul Bolle-50/+0
2014-09-23gpio: use container_of to resolve cs5535_gpio_chip from gpio_chipFabian Frederick-3/+6
2014-09-23GPIO: gpio-dwapb: Suspend & Resume PM enablingWeike Chen-0/+115
2014-09-23GPIO: gpio-dwapb: Support DebounceWeike Chen-2/+34
2014-09-23GPIO: gpio-dwapb: Change readl&writel to dwapb_read&dwapb_writeWeike Chen-10/+27
2014-09-23GPIO: gpio-dwapb: Enable platform driver binding to MFD driverWeike Chen-58/+167
2014-09-23gpio: gpiolib: set gpiochip_remove retval to voidabdoulaye berthe-17/+7
2014-09-23gpio: remove remaining users of gpiochip_remove() retvalLinus Walleij-19/+7
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe-2/+1
2014-09-16gpio: syscon: reuse for keystone 2 socsGrygorii Strashko-0/+35
2014-09-16gpio: syscon: retrive syscon node and regs offsets from dtGrygorii Strashko-8/+43
2014-09-16gpio: syscon: add soc specific callback to assign output valueGrygorii Strashko-2/+6
2014-09-04gpio: mcp23s08 to support both device tree and platform dataSonic Zhang-31/+34
2014-09-04gpio: zynq: Fixed broken wakeup implementationEzra Savard-14/+20
2014-09-04gpio: zynq: Mask non-wakeup GPIO interrupts on suspendEzra Savard-1/+3
2014-09-03gpio: zynq: Take bank offset into account when reporting a IRQLars-Peter Clausen-1/+9
2014-09-02gpio: adnp: switch to use irqchip helpersLinus Walleij-108/+48
2014-08-29gpio: bt8xx: fix release of managed resourcesMichael Auchter-3/+0
2014-08-29gpio: change gpiochip_request_own_desc() prototypeAlexandre Courbot-21/+17
2014-08-29gpio: acpi: normalize use of gpiochip_get_desc()Alexandre Courbot-8/+14
2014-08-29gpio: zynq: Reduce level of indention in zynq_gpio_irqhandler()Lars-Peter Clausen-12/+19
2014-08-29gpio: zynq: Remove .owner field for driverMichal Simek-1/+0
2014-08-28gpio: Add APM X-Gene SoC GPIO controller supportFeng Kan-0/+260
2014-08-28gpio: pca953x: Drop deprecated DT bindingsMarkus Pargmann-51/+3