summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2015-05-17gpio: sysfs: fix memory leaks and device hotplugJohan Hovold1-0/+19
2015-05-17gpio: unregister gpiochip device before removing itJohan Hovold1-3/+2
2015-03-07gpio: tps65912: fix wrong container_of argumentsNicolas Saenz Julienne1-4/+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-02-06gpio: squelch a compiler warningMartin Kaiser1-1/+1
2015-01-30gpio: sysfs: fix gpio device-attribute leakJohan Hovold1-6/+13
2015-01-30gpio: sysfs: fix gpio-chip device-attribute leakJohan Hovold1-2/+3
2015-01-27gpiolib: of: Correct error handling in of_get_named_gpiod_flagsHans Holmberg1-2/+9
2014-05-13gpio: mxs: Allow for recursive enable_irq_wake() callMarek Vasut1-1/+2
2014-01-16gpio-rcar: R-Car GPIO IRQ share interruptKuninori Morimoto1-1/+1
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: 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-11-04gpio/lynxpoint: check if the interrupt is enabled in IRQ handlerMika Westerberg1-2/+3
2013-10-14gpio/omap: auto-setup a GPIO when used as an IRQJavier Martinez Canillas1-46/+83
2013-10-14gpio/omap: maintain GPIO and IRQ usage separatelyJavier Martinez Canillas1-14/+21
2013-06-26gpio/omap: don't use linear domain mapping for OMAP1Javier Martinez Canillas1-1/+21
2013-05-24Merge tag 'gpio-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-21/+64
2013-05-20gpio: Don't override the error code in probe error handlingAxel Lin4-9/+6
2013-05-20gpio: mxs: Use set and clear capabilities of the gpio controllerMaxime Ripard1-1/+2
2013-05-20gpio-langwell: fix irq conflicts when DT is not usedDavid Cohen1-7/+10
2013-05-20gpio: mcp23s08: Fix build error when CONFIG_SPI_MASTER=y && CONFIG_I2C=mAxel Lin1-1/+1
2013-05-18drivers/gpio: don't check resource with devm_ioremap_resourceWolfram Sang2-10/+0
2013-05-13gpio/omap: ensure gpio context is initialisedJon Hunter1-3/+45
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2-2/+1
2013-05-07Merge tag 'soc-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+403
2013-05-07Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds30-290/+1164
2013-05-06Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds1-13/+6
2013-05-04Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-56/+95
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-364/+7
2013-05-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-2/+19
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-81/+155
2013-04-29Merge tag 'pinctrl-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-52/+88
2013-04-29Merge branch 'gic/cleanup' into next/socOlof Johansson6-10/+6
2013-04-29Merge branch 'fixes' into next/cleanupOlof Johansson2-5/+12
2013-04-26Merge branch 'samsung/exynos-multiplatform' into next/driversOlof Johansson1-1/+1
2013-04-26Revert "ARM: exynos: enable multiplatform support"Olof Johansson1-1/+1
2013-04-26gpio: grgpio: Add irq supportAndreas Larsson1-3/+359
2013-04-26gpio: grgpio: Add device driver for GRGPIO coresAndreas Larsson3-0/+159
2013-04-24Revert "gpio: pxa: set initcall level to module init"Linus Walleij1-1/+6
2013-04-19Merge branch 'samsung/exynos-multiplatform' into next/driversArnd Bergmann1-1/+1
2013-04-19ARM: exynos: enable multiplatform supportArnd Bergmann1-1/+1
2013-04-19mfd: ucb1400: Pass ucb1400-gpio data through ac97 busMarek Vasut1-13/+6
2013-04-16Remove GENERIC_GPIO config optionAlexandre Courbot2-2/+1
2013-04-15Merge tag 'msm-cleanup-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-71/+149