summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2017-11-08gpio: Move irqchip into struct gpio_irq_chipThierry Reding1-7/+7
2017-10-31gpio: mb86s70: Revert "Return error if requesting an already assigned gpio"Ard Biesheuvel1-5/+0
2017-10-31gpio: mb86s7x: share with other SoCs as moduleArd Biesheuvel2-3/+7
2017-10-31gpio: brcmstb: implement suspend/resume/shutdownDoug Berger1-50/+151
2017-10-31gpio: brcmstb: consolidate interrupt domainsDoug Berger2-44/+146
2017-10-31gpio: brcmstb: correct the configuration of level interruptsDoug Berger1-2/+2
2017-10-31gpio: brcmstb: switch to handle_level_irq flowDoug Berger1-6/+12
2017-10-31gpio: brcmstb: release the bgpio lock during irq handlersDoug Berger1-5/+16
2017-10-31gpio: brcmstb: allow all instances to be wakeup sourcesDoug Berger1-7/+7
2017-10-31gpio-adnp: Use common error handling code in adnp_gpio_dbg_show()Markus Elfring1-16/+13
2017-10-31gpio-rcar: use devm_ioremap_resource()Sergei Shtylyov1-8/+6
2017-10-30gpio-mmio: Use the new .get_multiple() callbackLinus Walleij1-3/+84
2017-10-25gpio: mmio: Make pin2mask() a private businessLinus Walleij1-26/+19
2017-10-25gpio: mpc8xxx: Do not reverse bits using bgpioLinus Walleij1-6/+17
2017-10-25gpio: brcmstb: Do not use gc->pin2mask()Linus Walleij1-3/+3
2017-10-25gpio: grgpio: Do not use gc->pin2mask()Linus Walleij1-3/+3
2017-10-25gpio: loongson1: fix bgpio usageLinus Walleij1-4/+3
2017-10-25gpio: dwapb: fix bgpio usageLinus Walleij1-2/+2
2017-10-23gpio: uniphier: add UniPhier GPIO controller driverMasahiro Yamada3-0/+516
2017-10-20gpio: Fix loose spellingAndrew Jeffery3-6/+6
2017-10-19gpio: Add driver for Maxim MAX3191x industrial serializerLukas Wunner3-0/+503
2017-10-19gpiolib: clear irq handler and data in one goMartin Kaiser1-2/+2
2017-10-19gpio: mark expected switch fall-throughsGustavo A. R. Silva3-2/+6
2017-10-19gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags for inputBartosz Golaszewski1-0/+6
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-08gpio: rcar: Use of_device_get_match_data() helperGeert Uytterhoeven1-6/+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-22gpio: thunderx: remove unused .map() hook from irq_domain_opsMasahiro Yamada1-13/+0
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-19gpio: dwapb: Add wakeup source supportHoan Tran1-1/+22
2017-09-19gpio: xgene-sb: Tidy up fwnode usageRobin Murphy1-11/+2
2017-09-07Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-1/+1
2017-09-05Merge tag 'gpio-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus 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