summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio: Export gpiochip_irq_{map,unmap}()Thierry Reding2017-11-082-3/+9
* gpio: Implement tighter IRQ chip integrationThierry Reding2017-11-082-1/+114
* gpio: Move lock_key into struct gpio_irq_chipThierry Reding2017-11-082-4/+9
* gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding2017-11-088-26/+35
* gpio: Move irq_nested into struct gpio_irq_chipThierry Reding2017-11-082-6/+11
* gpio: Move irq_chained_parent to struct gpio_irq_chipThierry Reding2017-11-082-9/+27
* gpio: Move irq_default_type to struct gpio_irq_chipThierry Reding2017-11-082-6/+11
* gpio: Move irq_handler to struct gpio_irq_chipThierry Reding2017-11-082-5/+10
* gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-0856-71/+78
* gpio: Move irqchip into struct gpio_irq_chipThierry Reding2017-11-082-9/+19
* gpio: Introduce struct gpio_irq_chipThierry Reding2017-11-081-0/+38
* pinctrl: armada-37xx: remove unused variableArnd Bergmann2017-11-031-2/+0
* gpio: mb86s70: Revert "Return error if requesting an already assigned gpio"Ard Biesheuvel2017-10-311-5/+0
* gpio: mb86s7x: share with other SoCs as moduleArd Biesheuvel2017-10-312-3/+7
* gpio: brcmstb: implement suspend/resume/shutdownDoug Berger2017-10-311-50/+151
* gpio: brcmstb: consolidate interrupt domainsDoug Berger2017-10-312-44/+146
* gpio: brcmstb: correct the configuration of level interruptsDoug Berger2017-10-311-2/+2
* gpio: brcmstb: switch to handle_level_irq flowDoug Berger2017-10-311-6/+12
* gpio: brcmstb: release the bgpio lock during irq handlersDoug Berger2017-10-311-5/+16
* gpio: brcmstb: allow all instances to be wakeup sourcesDoug Berger2017-10-311-7/+7
* gpio-adnp: Use common error handling code in adnp_gpio_dbg_show()Markus Elfring2017-10-311-16/+13
* gpio-rcar: use devm_ioremap_resource()Sergei Shtylyov2017-10-311-8/+6
* gpio-mmio: Use the new .get_multiple() callbackLinus Walleij2017-10-301-3/+84
* gpio: mmio: Make pin2mask() a private businessLinus Walleij2017-10-252-30/+23
* gpio: mpc8xxx: Do not reverse bits using bgpioLinus Walleij2017-10-251-6/+17
* gpio: brcmstb: Do not use gc->pin2mask()Linus Walleij2017-10-251-3/+3
* gpio: grgpio: Do not use gc->pin2mask()Linus Walleij2017-10-251-3/+3
* gpio: loongson1: fix bgpio usageLinus Walleij2017-10-251-4/+3
* gpio: dwapb: fix bgpio usageLinus Walleij2017-10-251-2/+2
* gpio: uniphier: add UniPhier GPIO controller driverMasahiro Yamada2017-10-234-0/+517
* dt-bindings: gpio: uniphier: add UniPhier GPIO bindingMasahiro Yamada2017-10-233-0/+71
* gpio: Fix loose spellingAndrew Jeffery2017-10-206-9/+9
* gpio: Add driver for Maxim MAX3191x industrial serializerLukas Wunner2017-10-193-0/+503
* dt-bindings: gpio: max3191x: Document new driverLukas Wunner2017-10-191-0/+59
* dt-bindings: Document common property for daisy-chained devicesLukas Wunner2017-10-191-0/+26
* gpiolib: clear irq handler and data in one goMartin Kaiser2017-10-191-2/+2
* pinctrl: armada-37xx: Stop using struct gpio_chip.irq_baseThierry Reding2017-10-191-2/+2
* Documentation: fix ref to gpio.txtTom Saeger2017-10-191-1/+1
* gpio: mark expected switch fall-throughsGustavo A. R. Silva2017-10-193-2/+6
* gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags for inputBartosz Golaszewski2017-10-191-0/+6
* gpiolib: only check line handle flags onceBartosz Golaszewski2017-10-191-7/+7
* gpio: Introduce ->get_multiple callbackLukas Wunner2017-10-195-22/+250
* bitops: Introduce assign_bit()Lukas Wunner2017-10-192-15/+31
* gpio: gpio-dwapb: add optional resetAlan Tull2017-10-192-0/+10
* gpio-rcar: document R8A77970 bindingsSergei Shtylyov2017-10-191-0/+1
* gpiolib: drop irq_base field from gpio_chip structGrygorii Strashko2017-10-191-2/+0
* gpio: rcar: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-081-6/+2
* tools: gpio: Print error string on IOCTL failuresJacopo Mondi2017-10-071-7/+10
* MAINTAINERS: Add entry for Synopsys DesignWare APB GPIO driverHoan Tran2017-10-061-0/+7
* gpio: Alter semantics of *raw* operations to actually be rawLinus Walleij2017-10-041-43/+47