summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2015-06-10gpio: gpio-kempld: Fix get_direction return valueMichael Brunner1-1/+1
2015-05-23gpio: sysfs: fix memory leaks and device hotplugJohan Hovold1-0/+19
2015-05-18gpio: mvebu: Fix mask/unmask managment per irq chip typeGregory CLEMENT1-8/+16
2015-03-07gpio: tps65912: fix wrong container_of argumentsNicolas Saenz Julienne1-4/+10
2015-03-07gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per ...Hans Holmberg1-4/+5
2015-02-11gpio: mcp23s08: handle default gpio baseSonic Zhang1-7/+10
2015-02-11gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_lowJohan Hovold1-1/+1
2015-02-11gpio: sysfs: fix memory leak in gpiod_export_linkJohan Hovold1-0/+1
2015-01-27gpio: sysfs: fix gpio device-attribute leakJohan Hovold1-15/+13
2015-01-27gpio: sysfs: fix gpio-chip device-attribute leakJohan Hovold1-11/+8
2015-01-27gpio: fix sleep-while-atomic in gpiochip_removeJohan Hovold1-3/+1
2015-01-27gpio: fix memory leak and sleep-while-atomicJohan Hovold1-1/+2
2015-01-27gpio: fix memory and reference leaks in gpiochip_add error pathJohan Hovold1-4/+7
2015-01-27gpio: crystalcove: use handle_nested_irqAaron Lu1-1/+1
2015-01-27gpiolib: of: Correct error handling in of_get_named_gpiod_flagsHans Holmberg1-2/+8
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds22-478/+1054
2014-10-02gpio: pch: Build context save/restore only for PMThierry Reding1-0/+2
2014-10-02gpio: ks8695: fix 'else should follow close brace '}''Varka Bhadram1-6/+4
2014-10-02gpio: stmpe: add verbose debug codeLinus Walleij1-0/+75
2014-10-02gpio: stmpe: fix up interrupt enable logicLinus Walleij1-3/+3
2014-09-30gpio: staticize xway_stp_init()Linus Walleij1-1/+1
2014-09-26gpio: handle also nested irqchips in the chained handler set-upLinus Walleij3-21/+36
2014-09-26gpio: set parent irq on chained handlersLinus Walleij1-0/+13
2014-09-26gpiolib: irqchip: use irq_find_mapping while removing irqchipGrygorii Strashko1-1/+2
2014-09-26Merge tag 'pm+acpi-3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+4
2014-09-25gpio: crystalcove: support virtual GPIOAaron Lu1-3/+16
2014-09-25gpio: kona: enable only on BCM_MOBILE or for compile testingUwe Kleine-König1-1/+1
2014-09-25gpio / ACPI: Use pin index and bit lengthSrinivas Pandruvada1-1/+4
2014-09-24gpio, bcm-kona, LLVMLinux: Remove use of __initconstBehan Webster1-1/+1
2014-09-24gpio: Fix ngpio in gpio-xilinx driverGernot Vormayr1-12/+15
2014-09-24gpio: dwapb: fix pointer to integer castLinus Walleij1-2/+2
2014-09-24gpio: xgene: Remove unneeded #ifdef CONFIG_OF guardAxel Lin1-2/+0
2014-09-24gpio: xgene: Remove unneeded forward declation for struct xgene_gpioAxel Lin1-2/+0
2014-09-24gpio: xgene: Fix missing spin_lock_init()Axel Lin1-0/+1
2014-09-24gpio: ks8695: fix switch case indentationVarka Bhadram1-10/+10
2014-09-24gpiolib: add irq_not_threaded flag to gpio_chipOctavian Purdila1-1/+1
2014-09-24gpio: Fix return value check in xgene_gpio_probe()Wei Yongjun1-2/+2
2014-09-24gpio: Fix potential NULL handler data in chained irqchip handlerJarkko Nikula1-1/+1
2014-09-24gpio: Fix gpio direction flags not getting setAdrian Hunter1-1/+1
2014-09-23GPIO: gpiolib: trivial: Add missing carriage returnAlexander Shiyan1-1/+1
2014-09-23gpio: omap: Fix interrupt namesNishanth Menon1-14/+17
2014-09-23gpio: samsung: Remove remaining check for CONFIG_S5P_GPIO_DRVSTRPaul Bolle1-50/+0
2014-09-23gpio: use container_of to resolve cs5535_gpio_chip from gpio_chipFabian Frederick1-3/+6
2014-09-23GPIO: gpio-dwapb: Suspend & Resume PM enablingWeike Chen1-0/+115
2014-09-23GPIO: gpio-dwapb: Support DebounceWeike Chen1-2/+34
2014-09-23GPIO: gpio-dwapb: Change readl&writel to dwapb_read&dwapb_writeWeike Chen1-10/+27
2014-09-23GPIO: gpio-dwapb: Enable platform driver binding to MFD driverWeike Chen2-58/+167
2014-09-23gpio: gpiolib: set gpiochip_remove retval to voidabdoulaye berthe1-17/+7
2014-09-23gpio: remove remaining users of gpiochip_remove() retvalLinus Walleij4-19/+7
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-2/+1