summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: Fix crash due to registration raceVincent Whitchurch2018-08-311-0/+1
* gpio: dwapb: Fix error handling in dwapb_gpio_probe()Alexey Khoroshilov2018-08-291-0/+1
* gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcallHans de Goede2018-08-291-35/+49
* gpiolib: acpi: Switch to cansleep version of GPIO library callAndy Shevchenko2018-08-291-1/+1
* gpio: adp5588: Fix sleep-in-atomic-context bugMichael Hennerich2018-08-291-4/+20
* Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-08-203-0/+213
|\
| * Merge branches 'ib-mfd-4.19', 'ib-mfd-gpio-pinctrl-4.19', 'ib-mfd-i915-media-...Lee Jones2018-07-273-0/+213
| |\
| | * gpio: madera: Support Cirrus Logic Madera class codecsRichard Fitzgerald2018-06-053-0/+213
* | | Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-08-1542-264/+1373
|\ \ \
| * | | gpio: it87: Add support for IT8613Leonid Bloch2018-08-102-1/+11
| * | | gpio: it87: add support for IT8718F Super I/O.Ivan Podovalov2018-08-101-0/+2
| * | | gpiolib: Avoid calling chip->request() for unused gpiosBiju Das2018-08-101-1/+6
| * | | gpio: tegra: Include the right headerLinus Walleij2018-08-101-2/+2
| * | | gpio: mmio: Fix up inverted direction registersLinus Walleij2018-08-101-45/+63
| * | | gpio: xilinx: Use the right includeLinus Walleij2018-08-101-1/+1
| * | | gpio: timberdale: Include the right headerLinus Walleij2018-08-101-1/+1
| * | | gpio: tb10x: Use the right includeLinus Walleij2018-08-101-2/+1
| * | | gpiolib: Fix of_node inconsistencyBiju Das2018-08-102-3/+2
| * | | gpio: vr41xx: Bail out on gpiochip_lock_as_irq() errorAndy Shevchenko2018-08-061-1/+7
| * | | gpio: uniphier: Bail out on gpiochip_lock_as_irq() errorAndy Shevchenko2018-08-061-2/+1
| * | | gpio: xgene-sb: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko2018-08-061-2/+4
| * | | gpio: em: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko2018-08-061-2/+4
| * | | gpio: dwapb: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko2018-08-061-2/+4
| * | | gpio: bcm-kona: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko2018-08-061-2/+4
| * | | gpiolib: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko2018-08-061-2/+4
| * | | gpio: syscon: rockchip: add GRF GPIO support for rk3328Levin Du2018-08-061-0/+31
| * | | gpio: omap: Add get/set_multiple() callbacksJanusz Krzysztofik2018-08-061-2/+86
| * | | gpio: pxa: remove set but not used variable 'gpio_offset'Wei Yongjun2018-08-021-4/+1
| * | | gpio-it87: add support for IT8786E Super I/OVincent Prince2018-07-301-0/+2
| * | | gpio: tegra: drop tegra specific GPIO lockdep classesStefan Agner2018-07-291-9/+0
| * | | gpio: fix meaningless return expressionzhong jiang2018-07-291-1/+1
| * | | gpio: mxs: Fit writel() into a single lineFabio Estevam2018-07-291-2/+1
| * | | gpio: pxa: disable pinctrl calls for PXA3xxDaniel Mack2018-07-291-8/+27
| * | | gpio: ml-ioh: Fix buffer underwrite on probe error pathAnton Vasilyev2018-07-291-1/+2
| * | | gpiolib: probe deferral error reportingMarcel Ziswiler2018-07-291-2/+2
| * | | gpio: tegra: Fix tegra_gpio_irq_set_type()Dmitry Osipenko2018-07-291-7/+8
| * | | gpio: mxc: add power management supportAnson Huang2018-07-291-0/+73
| * | | gpio-pisosr: add support for get_multipleMorten Hein Tiljeset2018-07-291-0/+22
| * | | gpiolib: remove an unnecessary TODOBartosz Golaszewski2018-07-161-1/+1
| * | | gpiolib: don't allow userspace to set values of input linesBartosz Golaszewski2018-07-161-1/+7
| * | | gpio: rcar: Implement .get_direction() callbackGeert Uytterhoeven2018-07-131-0/+8
| * | | gpiolib: Join one line back for better readabilityAndy Shevchenko2018-07-131-3/+1
| * | | gpio: pxa: Fix potential NULL dereferenceWei Yongjun2018-07-131-0/+2
| * | | gpio: mt7621: add OF_GPIO dependencyArnd Bergmann2018-07-131-0/+1
| * | | gpio: aspeed: fix compile testing warningArnd Bergmann2018-07-131-1/+1
| * | | gpiolib: Consistent use of ->get_direction() inside gpiolibAndy Shevchenko2018-07-131-6/+1
| * | | gpiolib: Mark gpio_suffixes array with __maybe_unusedAndy Shevchenko2018-07-131-1/+1
| * | | gpiolib: Defer on non-DT find_chip_by_name() failureJanusz Krzysztofik2018-07-091-3/+10
| * | | gpiolib: Respect error code of ->get_direction()Andy Shevchenko2018-07-091-0/+6
| * | | gpio: mt7621: Edit to preferred syntaxLinus Walleij2018-07-091-44/+41