aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-29gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcallHans de Goede1-35/+49
2018-08-29drivers: gpio: Update MODULE AUTHOR email addressMichael Hennerich2-2/+2
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-29gpio: rcar: Add GPIO hole supportBiju Das1-0/+6
2018-08-29gpio: ep93xx: Switch A and B to use GPIOLIB_IRQCHIPLinus Walleij2-45/+51
2018-08-29gpio: ep93xx: Cut gpio_to_irq() usageLinus Walleij1-24/+24
2018-08-29gpio: ep93xx: Use for_each_set_bit() in IRQ handlerLinus Walleij1-14/+10
2018-08-29gpio: ep93xx: Use the hwirq and portLinus Walleij1-19/+14
2018-08-29gpio: ep93xx: Do not pingpong irq numbersLinus Walleij1-12/+23
2018-08-29gpio: ep93xx: Properly call the chained IRQ handlerLinus Walleij1-0/+8
2018-08-29gpio: ep93xx: Rename has_debounce to has_irqLinus Walleij1-7/+7
2018-08-29gpio: ep93xx: Pass around struct gpio_chipLinus Walleij1-38/+73
2018-08-29gpio: ep93xx: Switch to SPDX license tagLinus Walleij1-4/+1
2018-08-29gpio: ep93xx: Cut down variable namesLinus Walleij1-13/+13
2018-08-29ARM/gpio: ep93xx: build standaloneArnd Bergmann1-25/+23
2018-08-29gpio: tb10x: Use GENERIC_GPIOLinus Walleij2-66/+31
2018-08-29gpio: tb10x: Create local helper variablesLinus Walleij1-13/+14
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