aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-19gpiolib: only check line handle flags onceBartosz Golaszewski1-7/+7
2017-10-19gpio: Introduce ->get_multiple callbackLukas Wunner2-11/+172
2017-10-19gpio: gpio-dwapb: add optional resetAlan Tull1-0/+9
2017-10-17gpio: Cut old SX150X Kconfig optionLinus Walleij1-9/+0
2017-10-08gpio: rcar: Use of_device_get_match_data() helperGeert Uytterhoeven1-6/+2
2017-10-07gpio: omap: Fix lost edge interruptsGrygorii Strashko1-9/+13
2017-10-07gpio: pxa: Use library functionsLinus Walleij1-12/+2
2017-10-04gpio: Alter semantics of *raw* operations to actually be rawLinus Walleij1-43/+47
2017-10-04gpio: Get rid of _prefix and __prefixesLinus Walleij1-26/+26
2017-09-25genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner1-3/+5
2017-09-22gpio: thunderx: remove unused .map() hook from irq_domain_opsMasahiro Yamada1-13/+0
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij7-14/+14
2017-09-21gpio: tb10x: Handle return value of devm_kasprintfArvind Yadav1-0/+3
2017-09-21gpio: brcmstb: Handle return value of devm_kasprintfArvind Yadav1-0/+4
2017-09-21gpio: omap: omap_gpio_show_rev is not __initArnd Bergmann1-1/+1
2017-09-19gpio: dwapb: Add wakeup source supportHoan Tran1-1/+22
2017-09-19gpio: xgene-sb: Tidy up fwnode usageRobin Murphy1-11/+2
2017-09-19gpio: acpi: work around false-positive -Wstring-overflow warningArnd Bergmann1-1/+1
2017-09-19gpio: thunderx: select IRQ_DOMAIN_HIERARCHY instead of depends onMasahiro Yamada1-1/+2
2017-09-07Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-1/+1
2017-09-05Merge tag 'gpio-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds42-315/+1333
2017-09-04mfd: twl: Move header file out of I2C realmWolfram Sang1-1/+1
2017-08-31gpio: mockup: remove unused variable gcColin Ian King1-2/+0
2017-08-31gpio: pl061: constify amba_idArvind Yadav1-1/+1
2017-08-31Revert "gpiolib: request the gpio before querying its direction"Linus Walleij1-11/+0
2017-08-23gpio: twl6040: remove unneeded forward declarationMasahiro Yamada1-2/+0
2017-08-23gpio: zevio: make gpio_chip constBhumika Goyal1-1/+1
2017-08-23gpio: add gpio_add_lookup_tables() to add several tables at onceDmitry Torokhov1-0/+17
2017-08-22gpio: brcmstb: check return value of gpiochip_irqchip_add()Masahiro Yamada1-4/+5
2017-08-22gpio: Add gpio driver support for ThunderX and OCTEON-TXDavid Daney3-0/+649
2017-08-21gpio: mockup: use irq_simBartosz Golaszewski2-71/+8
2017-08-21gpio: mxs: use devres for irq generic chipBartosz Golaszewski1-5/+9
2017-08-21gpio: mxc: use devres for irq generic chipBartosz Golaszewski1-5/+10
2017-08-21gpio: pch: use devres for irq generic chipBartosz Golaszewski1-5/+7
2017-08-21gpio: ml-ioh: use devres for irq generic chipBartosz Golaszewski1-5/+7
2017-08-21gpio: sta2x11: use devres for irq generic chipBartosz Golaszewski1-4/+9
2017-08-21gpio: sta2x11: disallow unbinding the driverBartosz Golaszewski1-0/+1
2017-08-21gpio: mxs: disallow unbinding the driverBartosz Golaszewski1-0/+1
2017-08-21gpio: mxc: disallow unbinding the driverBartosz Golaszewski1-0/+1
2017-08-15gpio: aspeed: Remove reference to clock name in debounce warning messageAndrew Jeffery1-1/+1
2017-08-14gpio: 74x164: Introduce 'enable-gpios' propertyFabio Estevam1-0/+10
2017-08-14gpio: max77620: Make regmap_irq_chip constBhumika Goyal1-1/+1
2017-08-14gpio: zynq: Fix driver function parameters alignmentMichal Simek1-8/+9
2017-08-14gpio: zynq: Fix warnings in the driverNava kishore Manne1-6/+6
2017-08-14gpio: zynq: Fix empty lines in driverMichal Simek1-1/+2
2017-08-14gpio: zynq: Fix kernel doc warningsNava kishore Manne1-2/+3
2017-08-14gpio: zynq: Provided workaround for GPIOSwapna Manupati1-4/+37
2017-08-14gpio: zynq: Add support for suspend resumeShubhrajyoti Datta1-3/+79
2017-08-14gpio: Add support for TPS68470 GPIOsRajmohan Mani3-0/+192
2017-08-14gpio: davinci: Handle the return value of davinci_gpio_irq_setup functionKeerthy1-1/+4