summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2016-01-05gpio/omap: raw read and write endian fixVictor Kamensky1-94/+94
2015-08-04gpio/lynxpoint: add new ACPI IDMika Westerberg1-0/+1
2015-06-03gpio: gpio-kempld: Fix get_direction return valueMichael Brunner1-1/+1
2015-05-21gpio: squelch a compiler warningMartin Kaiser1-1/+1
2015-05-16gpio: sysfs: fix memory leaks and device hotplugJohan Hovold1-0/+19
2015-05-16gpio: unregister gpiochip device before removing itJohan Hovold1-3/+2
2015-05-04gpio: mvebu: Fix mask/unmask managment per irq chip typeGregory CLEMENT1-8/+16
2015-03-05gpio: tps65912: fix wrong container_of argumentsNicolas Saenz Julienne1-4/+10
2015-03-05gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per ...Hans Holmberg1-4/+5
2015-02-09gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_lowJohan Hovold1-1/+1
2015-02-09gpio: sysfs: fix memory leak in gpiod_export_linkJohan Hovold1-0/+1
2015-01-29gpio: sysfs: fix gpio device-attribute leakJohan Hovold1-14/+13
2015-01-29gpio: sysfs: fix gpio-chip device-attribute leakJohan Hovold1-11/+8
2015-01-29gpio: fix memory and reference leaks in gpiochip_add error pathJohan Hovold1-4/+6
2015-01-29gpiolib: of: Correct error handling in of_get_named_gpiod_flagsHans Holmberg1-2/+9
2014-06-20gpio: mcp23s08: Bug fix of SPI device tree registration.Michael Welling1-4/+7
2014-05-15gpio: mxs: Allow for recursive enable_irq_wake() callMarek Vasut1-1/+2
2014-01-10gpio: msm: Fix irq mask/unmask by writing bits instead of numbersStephen Boyd1-2/+2
2014-01-10gpio: twl4030: Fix regression for twl gpio LED outputRoger Quadros1-3/+12
2013-12-12powerpc/gpio: Fix the wrong GPIO input data on MPC8572/MPC8536Liu Gang1-2/+6
2013-12-04gpio: pl061: move irqdomain initializationLinus Walleij1-5/+5
2013-12-04gpio: rcar: NULL dereference on error in probe()Dan Carpenter1-1/+1
2013-12-04gpio: msm: make msm_gpio.summary_irq signed for error handlingDan Carpenter1-1/+1
2013-12-04gpio: mvebu: make mvchip->irqbase signed for error handlingDan Carpenter1-1/+1
2013-12-04gpio: twl4030: Fix regression for twl gpio outputTony Lindgren1-2/+3
2013-10-11gpiolib: let gpiod_request() return -EPROBE_DEFERAlexandre Courbot1-1/+3
2013-10-11gpiolib: safer implementation of desc_to_gpio()Alexandre Courbot1-1/+1
2013-10-11gpio/lynxpoint: check if the interrupt is enabled in IRQ handlerMika Westerberg1-2/+3
2013-10-05Merge tag 'gpio-v3.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-57/+101
2013-10-01gpio/omap: auto-setup a GPIO when used as an IRQJavier Martinez Canillas1-46/+83
2013-10-01gpio/omap: maintain GPIO and IRQ usage separatelyJavier Martinez Canillas1-14/+21
2013-09-22gpio: rcar: Remove #gpio-range-cells DT property usageLaurent Pinchart1-4/+3
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-3/+3
2013-09-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-0/+166
2013-09-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+2
2013-09-07Merge tag 'gpio-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds49-1019/+1775
2013-09-04gpio: return -ENOTSUPP if debounce cannot be setLinus Walleij1-2/+5
2013-09-03gpio: improve error path in gpiolibLinus Walleij1-16/+25
2013-08-30gpio: add GPIO support for F71882FG and F71889FSimon Guinot3-0/+480
2013-08-30gpio: mcp23s08: rename the device tree propertyLars Poeschel1-7/+34
2013-08-30gpio: implement gpio-ranges binding document fixStephen Warren1-2/+2
2013-08-29gpio: (gpio-pca953x) move header to linux/platform_data/Vivien Didelot1-1/+1
2013-08-29gpio: samsung: Drop support for Exynos SoCsTomasz Figa1-871/+0
2013-08-26gpio MIPS/OCTEON: Add a driver for OCTEON's on-chip GPIO pins.David Daney3-0/+166
2013-08-23gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()Laurent Pinchart1-5/+4
2013-08-23gpio: pcf857x: Sort headers alphabeticallyLaurent Pinchart1-2/+2
2013-08-23gpio: max7301: Reverting "Do not force SPI speed when using OF Platform"Christophe Leroy1-2/+1
2013-08-16gpio: Fix bit masking in Kontron PLD GPIO driverBrunner Michael1-15/+9
2013-08-16gpio: pca953x: fix gpio input on gpio offsets >= 8Andrew Ruder1-1/+1
2013-08-16drivers/gpio: simplify use of devm_ioremap_resourceJulia Lawall2-12/+2