summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio/lynxpoint: add new ACPI IDMika Westerberg2015-08-041-0/+1
* gpio: gpio-kempld: Fix get_direction return valueMichael Brunner2015-06-031-1/+1
* gpio: squelch a compiler warningMartin Kaiser2015-05-211-1/+1
* gpio: sysfs: fix memory leaks and device hotplugJohan Hovold2015-05-161-0/+19
* gpio: unregister gpiochip device before removing itJohan Hovold2015-05-161-3/+2
* gpio: mvebu: Fix mask/unmask managment per irq chip typeGregory CLEMENT2015-05-041-8/+16
* gpio: tps65912: fix wrong container_of argumentsNicolas Saenz Julienne2015-03-051-4/+10
* gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per ...Hans Holmberg2015-03-051-4/+5
* gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_lowJohan Hovold2015-02-091-1/+1
* gpio: sysfs: fix memory leak in gpiod_export_linkJohan Hovold2015-02-091-0/+1
* gpio: sysfs: fix gpio device-attribute leakJohan Hovold2015-01-291-14/+13
* gpio: sysfs: fix gpio-chip device-attribute leakJohan Hovold2015-01-291-11/+8
* gpio: fix memory and reference leaks in gpiochip_add error pathJohan Hovold2015-01-291-4/+6
* gpiolib: of: Correct error handling in of_get_named_gpiod_flagsHans Holmberg2015-01-291-2/+9
* gpio: mcp23s08: Bug fix of SPI device tree registration.Michael Welling2014-06-201-4/+7
* gpio: mxs: Allow for recursive enable_irq_wake() callMarek Vasut2014-05-151-1/+2
* gpio: msm: Fix irq mask/unmask by writing bits instead of numbersStephen Boyd2014-01-091-2/+2
* gpio: twl4030: Fix regression for twl gpio LED outputRoger Quadros2014-01-091-3/+12
* powerpc/gpio: Fix the wrong GPIO input data on MPC8572/MPC8536Liu Gang2013-12-111-2/+6
* gpio: pl061: move irqdomain initializationLinus Walleij2013-12-041-5/+5
* gpio: rcar: NULL dereference on error in probe()Dan Carpenter2013-12-041-1/+1
* gpio: msm: make msm_gpio.summary_irq signed for error handlingDan Carpenter2013-12-041-1/+1
* gpio: mvebu: make mvchip->irqbase signed for error handlingDan Carpenter2013-12-041-1/+1
* gpio: twl4030: Fix regression for twl gpio outputTony Lindgren2013-12-041-2/+3
* gpiolib: let gpiod_request() return -EPROBE_DEFERAlexandre Courbot2013-10-111-1/+3
* gpiolib: safer implementation of desc_to_gpio()Alexandre Courbot2013-10-111-1/+1
* gpio/lynxpoint: check if the interrupt is enabled in IRQ handlerMika Westerberg2013-10-111-2/+3
* Merge tag 'gpio-v3.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-10-051-57/+101
|\
| * gpio/omap: auto-setup a GPIO when used as an IRQJavier Martinez Canillas2013-10-011-46/+83
| * gpio/omap: maintain GPIO and IRQ usage separatelyJavier Martinez Canillas2013-10-011-14/+21
* | gpio: rcar: Remove #gpio-range-cells DT property usageLaurent Pinchart2013-09-221-4/+3
|/
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-3/+3
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-09-123-0/+166
|\
| * gpio MIPS/OCTEON: Add a driver for OCTEON's on-chip GPIO pins.David Daney2013-08-263-0/+166
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-09-101-2/+2
|\ \
| * | gpio: implement gpio-ranges binding document fixStephen Warren2013-08-291-2/+2
| |/
* | Merge tag 'gpio-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-09-0749-1019/+1775
|\ \
| * | gpio: return -ENOTSUPP if debounce cannot be setLinus Walleij2013-09-041-2/+5
| * | gpio: improve error path in gpiolibLinus Walleij2013-09-031-16/+25
| * | gpio: add GPIO support for F71882FG and F71889FSimon Guinot2013-08-303-0/+480
| * | gpio: mcp23s08: rename the device tree propertyLars Poeschel2013-08-301-7/+34
| * | gpio: samsung: Drop support for Exynos SoCsTomasz Figa2013-08-291-871/+0
| * | gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()Laurent Pinchart2013-08-231-5/+4
| * | gpio: pcf857x: Sort headers alphabeticallyLaurent Pinchart2013-08-231-2/+2
| * | gpio: max7301: Reverting "Do not force SPI speed when using OF Platform"Christophe Leroy2013-08-231-2/+1
| * | gpio: Fix bit masking in Kontron PLD GPIO driverBrunner Michael2013-08-161-15/+9
| * | gpio: pca953x: fix gpio input on gpio offsets >= 8Andrew Ruder2013-08-161-1/+1
| * | drivers/gpio: simplify use of devm_ioremap_resourceJulia Lawall2013-08-162-12/+2
| * | drivers/gpio/gpio-omap.c: convert comma to semicolonJulia Lawall2013-08-161-1/+1
| * | gpio-lynxpoint: Fix warning about unbalanced pm_runtime_enableMathias Nyman2013-08-161-0/+1