aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2018-09-04gpio: ts5500: Use SPDX headerLinus Walleij1-4/+1
2018-09-04gpio: ts5500: Include the right headerLinus Walleij1-1/+1
2018-09-04gpio: mxs: Get rid of external API callLinus Walleij1-3/+1
2018-09-04gpio: tps65xxx: Use SPDX license tagLinus Walleij4-36/+4
2018-09-04gpio: tpx65xxx: Include the right headerLinus Walleij4-6/+6
2018-08-31gpio: Fix crash due to registration raceVincent Whitchurch1-0/+1
2018-08-30gpio: brcmstb: allow 0 width GPIO banksJustin Chen1-3/+12
2018-08-30gpio: ftgpio: Support debounce timerLinus Walleij1-0/+74
2018-08-30gpio: ftgpio: Support optional silicon clockLinus Walleij1-4/+37
2018-08-29Merge branch 'ib-ingenic' of ../linux-pinctrl into develLinus Walleij3-404/+0
2018-08-29gpio: dwapb: Fix error handling in dwapb_gpio_probe()Alexey Khoroshilov1-0/+1
2018-08-29gpio: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-08-29gpio: pxa: handle corner case of unprobed deviceRobert Jarzmik1-0/+6
2018-08-29gpio: ingenic: Remove driverPaul Cercueil3-404/+0
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/le...Linus Torvalds3-0/+213
2018-08-15Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds42-264/+1373
2018-08-14Merge tag 'acpi-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-4/+7
2018-08-14Merge tag 'pinctrl-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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