summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)Author
2018-10-10gpio: Assign gpio_irq_chip::parents to non-stack pointerStephen Boyd
2018-09-18gpiolib: Free the last requested descriptorRicardo Ribalda Delgado
2018-08-31gpio: Fix crash due to registration raceVincent Whitchurch
2018-08-29gpio: dwapb: Fix error handling in dwapb_gpio_probe()Alexey Khoroshilov
2018-08-29gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcallHans de Goede
2018-08-29gpiolib: acpi: Switch to cansleep version of GPIO library callAndy Shevchenko
2018-08-29gpio: adp5588: Fix sleep-in-atomic-context bugMichael Hennerich
2018-08-20Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2018-08-15Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-08-14Merge tag 'acpi-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2018-08-14Merge tag 'pinctrl-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-14Merge branches 'acpica' and 'acpi-property'Rafael J. Wysocki
2018-08-10gpio: it87: Add support for IT8613Leonid Bloch
2018-08-10gpio: it87: add support for IT8718F Super I/O.Ivan Podovalov
2018-08-10gpiolib: Avoid calling chip->request() for unused gpiosBiju Das
2018-08-10gpio: tegra: Include the right headerLinus Walleij
2018-08-10gpio: mmio: Fix up inverted direction registersLinus Walleij
2018-08-10gpio: xilinx: Use the right includeLinus Walleij
2018-08-10gpio: timberdale: Include the right headerLinus Walleij
2018-08-10gpio: tb10x: Use the right includeLinus Walleij
2018-08-10gpiolib: Fix of_node inconsistencyBiju Das
2018-08-06gpio: vr41xx: Bail out on gpiochip_lock_as_irq() errorAndy Shevchenko
2018-08-06gpio: uniphier: Bail out on gpiochip_lock_as_irq() errorAndy Shevchenko
2018-08-06gpio: xgene-sb: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko
2018-08-06gpio: em: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko
2018-08-06gpio: dwapb: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko
2018-08-06gpio: bcm-kona: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko
2018-08-06gpiolib: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko
2018-08-06gpio: syscon: rockchip: add GRF GPIO support for rk3328Levin Du
2018-08-06gpio: omap: Add get/set_multiple() callbacksJanusz Krzysztofik
2018-08-03gpio: tegra: Move driver registration to subsys_init levelDmitry Osipenko
2018-08-02gpio: pxa: remove set but not used variable 'gpio_offset'Wei Yongjun
2018-08-01gpiolib-acpi: make sure we trigger edge events at least once on bootBenjamin Tissoires
2018-07-30gpio-it87: add support for IT8786E Super I/OVincent Prince
2018-07-29gpio: tegra: drop tegra specific GPIO lockdep classesStefan Agner
2018-07-29gpio: fix meaningless return expressionzhong jiang
2018-07-29gpio: mxs: Fit writel() into a single lineFabio Estevam
2018-07-29gpio: pxa: disable pinctrl calls for PXA3xxDaniel Mack
2018-07-29gpio: ml-ioh: Fix buffer underwrite on probe error pathAnton Vasilyev
2018-07-29gpiolib: probe deferral error reportingMarcel Ziswiler
2018-07-29gpio: tegra: Fix tegra_gpio_irq_set_type()Dmitry Osipenko
2018-07-29gpio: mxc: add power management supportAnson Huang
2018-07-29gpio-pisosr: add support for get_multipleMorten Hein Tiljeset
2018-07-27Merge branches 'ib-mfd-4.19', 'ib-mfd-gpio-pinctrl-4.19', 'ib-mfd-i915-media-...Lee Jones
2018-07-23gpio: uniphier: set legitimate irq trigger type in .to_irq hookMasahiro Yamada
2018-07-23gpio: of: Handle fixed regulator flags properlyLinus Walleij
2018-07-23ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus
2018-07-16gpiolib: remove an unnecessary TODOBartosz Golaszewski
2018-07-16gpiolib: don't allow userspace to set values of input linesBartosz Golaszewski
2018-07-13gpio: rcar: Implement .get_direction() callbackGeert Uytterhoeven