aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-31gpio: Fix crash due to registration raceVincent Whitchurch1-0/+1
2018-08-29gpio: dwapb: Fix error handling in dwapb_gpio_probe()Alexey Khoroshilov1-0/+1
2018-08-29gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcallHans de Goede1-35/+49
2018-08-29gpiolib: acpi: Switch to cansleep version of GPIO library callAndy Shevchenko1-1/+1
2018-08-29gpio: adp5588: Fix sleep-in-atomic-context bugMichael Hennerich1-4/+20
2018-08-20Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds3-0/+213
2018-08-15Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds42-264/+1373
2018-08-14Merge tag 'acpi-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+7
2018-08-14Merge tag 'pinctrl-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-1/+1
2018-08-14Merge branches 'acpica' and 'acpi-property'Rafael J. Wysocki1-4/+7
2018-08-10gpio: it87: Add support for IT8613Leonid Bloch2-1/+11
2018-08-10gpio: it87: add support for IT8718F Super I/O.Ivan Podovalov1-0/+2
2018-08-10gpiolib: Avoid calling chip->request() for unused gpiosBiju Das1-1/+6
2018-08-10gpio: tegra: Include the right headerLinus Walleij1-2/+2
2018-08-10gpio: mmio: Fix up inverted direction registersLinus Walleij1-45/+63
2018-08-10gpio: xilinx: Use the right includeLinus Walleij1-1/+1
2018-08-10gpio: timberdale: Include the right headerLinus Walleij1-1/+1
2018-08-10gpio: tb10x: Use the right includeLinus Walleij1-2/+1
2018-08-10gpiolib: Fix of_node inconsistencyBiju Das2-3/+2
2018-08-06gpio: vr41xx: Bail out on gpiochip_lock_as_irq() errorAndy Shevchenko1-1/+7
2018-08-06gpio: uniphier: Bail out on gpiochip_lock_as_irq() errorAndy Shevchenko1-2/+1
2018-08-06gpio: xgene-sb: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-06gpio: em: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-06gpio: dwapb: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-06gpio: bcm-kona: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-06gpiolib: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-06gpio: syscon: rockchip: add GRF GPIO support for rk3328Levin Du1-0/+31
2018-08-06gpio: omap: Add get/set_multiple() callbacksJanusz Krzysztofik1-2/+86
2018-08-03gpio: tegra: Move driver registration to subsys_init levelDmitry Osipenko1-1/+1
2018-08-02gpio: pxa: remove set but not used variable 'gpio_offset'Wei Yongjun1-4/+1
2018-08-01gpiolib-acpi: make sure we trigger edge events at least once on bootBenjamin Tissoires1-1/+55
2018-07-30gpio-it87: add support for IT8786E Super I/OVincent Prince1-0/+2
2018-07-29gpio: tegra: drop tegra specific GPIO lockdep classesStefan Agner1-9/+0
2018-07-29gpio: fix meaningless return expressionzhong jiang1-1/+1
2018-07-29gpio: mxs: Fit writel() into a single lineFabio Estevam1-2/+1
2018-07-29gpio: pxa: disable pinctrl calls for PXA3xxDaniel Mack1-8/+27
2018-07-29gpio: ml-ioh: Fix buffer underwrite on probe error pathAnton Vasilyev1-1/+2
2018-07-29gpiolib: probe deferral error reportingMarcel Ziswiler1-2/+2
2018-07-29gpio: tegra: Fix tegra_gpio_irq_set_type()Dmitry Osipenko1-7/+8
2018-07-29gpio: mxc: add power management supportAnson Huang1-0/+73
2018-07-29gpio-pisosr: add support for get_multipleMorten Hein Tiljeset1-0/+22
2018-07-27Merge branches 'ib-mfd-4.19', 'ib-mfd-gpio-pinctrl-4.19', 'ib-mfd-i915-media-platform-4.19' and 'ib-mfd-regulator-4.19', tag 'ib-platform-chrome-mfd-move-cros-ec-transport-for-4.19' into ibs-for-mfd-mergedLee Jones3-0/+213
2018-07-23gpio: uniphier: set legitimate irq trigger type in .to_irq hookMasahiro Yamada1-1/+5
2018-07-23gpio: of: Handle fixed regulator flags properlyLinus Walleij1-1/+2
2018-07-23ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus1-4/+7
2018-07-16gpiolib: remove an unnecessary TODOBartosz Golaszewski1-1/+1
2018-07-16gpiolib: don't allow userspace to set values of input linesBartosz Golaszewski1-1/+7
2018-07-13gpio: rcar: Implement .get_direction() callbackGeert Uytterhoeven1-0/+8
2018-07-13gpiolib: Join one line back for better readabilityAndy Shevchenko1-3/+1
2018-07-13gpio: pxa: Fix potential NULL dereferenceWei Yongjun1-0/+2