summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: fix up emulated open drain outputsRussell King2020-04-281-0/+8
* gpio: Fix error message on out-of-range GPIO in lookup tableGeert Uytterhoeven2020-04-281-2/+3
* gpio: omap: fix lack of irqstatus_raw0 for OMAP4Russell King2019-10-311-0/+2
* gpio: fix gpio-adp5588 build errorsRandy Dunlap2019-10-051-0/+1
* gpio: adnp: Fix testing wrong value in adnp_gpio_direction_inputAxel Lin2019-08-131-2/+4
* gpio: max7301: fix driver for use with CONFIG_VMAP_STACKChristophe Leroy2019-02-111-9/+3
* gpio: acpi: work around false-positive -Wstring-overflow warningArnd Bergmann2018-01-011-1/+1
* gpio: tegra: fix unbalanced chained_irq_enter/exitMichał Mirosław2017-11-111-3/+3
* gpio:mcp23s08 Fixed missing interruptsRobert Middleton2017-07-181-4/+56
* gpio/mvebu: Use irq_domain_add_linearJason Gunthorpe2017-02-231-47/+47
* gpio: Fix OF build problem on UMLinus Walleij2016-11-201-0/+1
* gpio: intel-mid: Remove potentially harmful codeAndy Shevchenko2016-11-201-19/+0
* gpio: pca953x: Fix NBANK calculation for PCA9536Vignesh R2016-11-201-1/+1
* gpio: bcm-kona: fix bcm_kona_gpio_reset() warningsBen Dooks2016-08-221-2/+2
* gpio: pca953x: Use correct u16 value for register word writeYong Li2016-05-011-1/+2
* gpiolib: Fix comment referring to gpio_*() in gpiod_*()Geert Uytterhoeven2016-05-011-2/+2
* gpio: rcar: Add Runtime PM handling for interruptsGeert Uytterhoeven2016-03-241-0/+42
* gpio: gpio-kempld: Fix get_direction return valueMichael Brunner2015-06-031-1/+1
* gpio: sysfs: fix memory leaks and device hotplugJohan Hovold2015-05-201-0/+19
* gpio: unregister gpiochip device before removing itJohan Hovold2015-05-201-3/+2
* gpio: mvebu: Fix mask/unmask managment per irq chip typeGregory CLEMENT2015-05-051-8/+16
* gpio: tps65912: fix wrong container_of argumentsNicolas Saenz Julienne2015-03-181-4/+10
* gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per ...Hans Holmberg2015-03-181-4/+5
* gpio: sysfs: fix gpio attribute-creation raceJohan Hovold2015-03-021-22/+40
* gpio: rcar: Fix error path for devm_kzalloc() failureGeert Uytterhoeven2015-03-021-4/+2
* gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_lowJohan Hovold2015-02-101-0/+1
* gpio: sysfs: fix memory leak in gpiod_export_linkJohan Hovold2015-02-101-0/+1
* gpiolib: of: Correct error handling in of_get_named_gpiod_flagsHans Holmberg2015-02-041-2/+8
* gpio: sysfs: fix gpio device-attribute leakJohan Hovold2015-02-041-15/+13
* gpio: sysfs: fix gpio-chip device-attribute leakJohan Hovold2015-02-041-11/+8
* gpio: fix sleep-while-atomic in gpiochip_removeJohan Hovold2015-02-041-3/+1
* gpio: fix memory leak and sleep-while-atomicJohan Hovold2015-02-041-1/+2
* gpio: fix memory and reference leaks in gpiochip_add error pathJohan Hovold2015-02-041-4/+7
* gpio: Fix potential NULL handler data in chained irqchip handlerJarkko Nikula2014-10-051-1/+1
* gpio / ACPI: Use pin index and bit lengthSrinivas Pandruvada2014-10-051-1/+4
* Merge tag 'pinctrl-v3.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-07-231-0/+1
|\
| * gpio: rcar: Add support for DT IRQ flagsLaurent Pinchart2014-07-151-0/+1
* | gpio: mcp23s08: Eliminates redundant checking.Michael Welling2014-07-051-6/+0
|/
* gpio: of: Fix handling for deferred probe for -gpio suffixTony Lindgren2014-06-121-1/+1
* Merge tag 'mfd-for-linus-3.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-06-061-13/+5
|\
| *-------. Merge branches 'ib-from-asoc-3.16', 'ib-from-pm-3.16', 'ib-from-regulator-3.1...Lee Jones2014-06-031-13/+5
| |\ \ \ \ \
| | | | | * | mfd: stmpe: root out static GPIO and IRQ assignmentsLinus Walleij2014-05-231-13/+5
| | | | |/ / | | | |/| |
* | | | | | Merge tag 'gpio-v3.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-06-0244-650/+582
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | gpio: select IRQ_DOMAIN for gpiolib irqchip helpersLinus Walleij2014-05-291-1/+2
| * | | | | gpio: pca953x: use gpiolib irqchip helpersLinus Walleij2014-05-282-61/+33
| * | | | | gpio: pcf857x: Add IRQF_SHARED when request irqGeorge Cherian2014-05-281-1/+1
| * | | | | gpio: pcf857x: Avoid calling irq_domain_cleanup twiceGeorge Cherian2014-05-281-4/+5
| * | | | | gpio: mcp23s08: switch chip count to intLinus Walleij2014-05-281-1/+1
| * | | | | gpio: dwapb: use a second irq chipSebastian Andrzej Siewior2014-05-271-13/+22
| * | | | | gpio: ep93xx: Use devm_ioremap_resource()Jingoo Han2014-05-271-1/+1