summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2017-07-18gpio:mcp23s08 Fixed missing interruptsRobert Middleton1-4/+56
2017-02-23gpio/mvebu: Use irq_domain_add_linearJason Gunthorpe1-47/+47
2016-11-20gpio: Fix OF build problem on UMLinus Walleij1-0/+1
2016-11-20gpio: intel-mid: Remove potentially harmful codeAndy Shevchenko1-19/+0
2016-11-20gpio: pca953x: Fix NBANK calculation for PCA9536Vignesh R1-1/+1
2016-08-23gpio: bcm-kona: fix bcm_kona_gpio_reset() warningsBen Dooks1-2/+2
2016-05-01gpio: pca953x: Use correct u16 value for register word writeYong Li1-1/+2
2016-05-01gpiolib: Fix comment referring to gpio_*() in gpiod_*()Geert Uytterhoeven1-2/+2
2016-03-24gpio: rcar: Add Runtime PM handling for interruptsGeert Uytterhoeven1-0/+42
2015-06-03gpio: gpio-kempld: Fix get_direction return valueMichael Brunner1-1/+1
2015-05-20gpio: sysfs: fix memory leaks and device hotplugJohan Hovold1-0/+19
2015-05-20gpio: unregister gpiochip device before removing itJohan Hovold1-3/+2
2015-05-05gpio: mvebu: Fix mask/unmask managment per irq chip typeGregory CLEMENT1-8/+16
2015-03-18gpio: tps65912: fix wrong container_of argumentsNicolas Saenz Julienne1-4/+10
2015-03-18gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per ...Hans Holmberg1-4/+5
2015-03-02gpio: sysfs: fix gpio attribute-creation raceJohan Hovold1-22/+40
2015-03-02gpio: rcar: Fix error path for devm_kzalloc() failureGeert Uytterhoeven1-4/+2
2015-02-10gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_lowJohan Hovold1-0/+1
2015-02-10gpio: sysfs: fix memory leak in gpiod_export_linkJohan Hovold1-0/+1
2015-02-04gpiolib: of: Correct error handling in of_get_named_gpiod_flagsHans Holmberg1-2/+8
2015-02-04gpio: sysfs: fix gpio device-attribute leakJohan Hovold1-15/+13
2015-02-04gpio: sysfs: fix gpio-chip device-attribute leakJohan Hovold1-11/+8
2015-02-04gpio: fix sleep-while-atomic in gpiochip_removeJohan Hovold1-3/+1
2015-02-04gpio: fix memory leak and sleep-while-atomicJohan Hovold1-1/+2
2015-02-04gpio: fix memory and reference leaks in gpiochip_add error pathJohan Hovold1-4/+7
2014-10-06gpio: Fix potential NULL handler data in chained irqchip handlerJarkko Nikula1-1/+1
2014-10-06gpio / ACPI: Use pin index and bit lengthSrinivas Pandruvada1-1/+4
2014-07-24Merge tag 'pinctrl-v3.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2014-07-15gpio: rcar: Add support for DT IRQ flagsLaurent Pinchart1-0/+1
2014-07-05gpio: mcp23s08: Eliminates redundant checking.Michael Welling1-6/+0
2014-06-12gpio: of: Fix handling for deferred probe for -gpio suffixTony Lindgren1-1/+1
2014-06-06Merge tag 'mfd-for-linus-3.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-13/+5
2014-06-03Merge branches 'ib-from-asoc-3.16', 'ib-from-pm-3.16', 'ib-from-regulator-3.1...Lee Jones1-13/+5
2014-06-02Merge tag 'gpio-v3.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds44-650/+582
2014-05-29gpio: select IRQ_DOMAIN for gpiolib irqchip helpersLinus Walleij1-1/+2
2014-05-28gpio: pca953x: use gpiolib irqchip helpersLinus Walleij2-61/+33
2014-05-28gpio: pcf857x: Add IRQF_SHARED when request irqGeorge Cherian1-1/+1
2014-05-28gpio: pcf857x: Avoid calling irq_domain_cleanup twiceGeorge Cherian1-4/+5
2014-05-28gpio: mcp23s08: switch chip count to intLinus Walleij1-1/+1
2014-05-27gpio: dwapb: use a second irq chipSebastian Andrzej Siewior1-13/+22
2014-05-27gpio: ep93xx: Use devm_ioremap_resource()Jingoo Han1-1/+1
2014-05-27gpio: mcp23s08: fixed count variable for devicetree probingMichael Stickel1-1/+10
2014-05-27gpio: Add run-time dependencies to R-Car driverJean Delvare1-1/+1
2014-05-27gpio: pch: add slab includeLinus Walleij1-0/+1
2014-05-23gpio / ACPI: use *_cansleep version of gpiod_get/set APIsAaron Lu1-2/+3
2014-05-23gpio: generic: add request function pointerAnthony Fee1-0/+9
2014-05-23gpio-pch: Fix Kconfig dependenciesJean Delvare1-1/+1
2014-05-23mfd: stmpe: root out static GPIO and IRQ assignmentsLinus Walleij1-13/+5
2014-05-21gpio: make of_get_named_gpiod_flags() privateAlexandre Courbot2-0/+19
2014-05-16gpio: gpioep93xx: use devm functionsabdoulaye berthe1-27/+7