summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-13gpio: tegra186: Remove tegra186_gpio_lock_classAxel Lin
2017-11-09gpio: rcar: Add r8a77995 (R-Car D3) supportYoshihiro Shimoda
2017-11-09pinctrl: bcm2835: Fix some merge falloutLinus Walleij
2017-11-08gpio: Fix undefined lock_dep_classLinus Walleij
2017-11-08gpio: Automatically add lockdep keysThierry Reding
2017-11-08gpio: Introduce struct gpio_irq_chip.firstThierry Reding
2017-11-08gpio: Disambiguate struct gpio_irq_chip.nestedThierry Reding
2017-11-08gpio: Add Tegra186 supportThierry Reding
2017-11-08gpio: Export gpiochip_irq_{map,unmap}()Thierry Reding
2017-11-08gpio: Implement tighter IRQ chip integrationThierry Reding
2017-11-08gpio: Move lock_key into struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_nested into struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_chained_parent to struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_default_type to struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_handler to struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irqchip into struct gpio_irq_chipThierry Reding
2017-11-08gpio: Introduce struct gpio_irq_chipThierry Reding
2017-11-03pinctrl: armada-37xx: remove unused variableArnd Bergmann
2017-10-31gpio: mb86s70: Revert "Return error if requesting an already assigned gpio"Ard Biesheuvel
2017-10-31gpio: mb86s7x: share with other SoCs as moduleArd Biesheuvel
2017-10-31gpio: brcmstb: implement suspend/resume/shutdownDoug Berger
2017-10-31gpio: brcmstb: consolidate interrupt domainsDoug Berger
2017-10-31gpio: brcmstb: correct the configuration of level interruptsDoug Berger
2017-10-31gpio: brcmstb: switch to handle_level_irq flowDoug Berger
2017-10-31gpio: brcmstb: release the bgpio lock during irq handlersDoug Berger
2017-10-31gpio: brcmstb: allow all instances to be wakeup sourcesDoug Berger
2017-10-31gpio-adnp: Use common error handling code in adnp_gpio_dbg_show()Markus Elfring
2017-10-31gpio-rcar: use devm_ioremap_resource()Sergei Shtylyov
2017-10-30gpio-mmio: Use the new .get_multiple() callbackLinus Walleij
2017-10-25gpio: mmio: Make pin2mask() a private businessLinus Walleij
2017-10-25gpio: mpc8xxx: Do not reverse bits using bgpioLinus Walleij
2017-10-25gpio: brcmstb: Do not use gc->pin2mask()Linus Walleij
2017-10-25gpio: grgpio: Do not use gc->pin2mask()Linus Walleij
2017-10-25gpio: loongson1: fix bgpio usageLinus Walleij
2017-10-25gpio: dwapb: fix bgpio usageLinus Walleij
2017-10-23gpio: uniphier: add UniPhier GPIO controller driverMasahiro Yamada
2017-10-23dt-bindings: gpio: uniphier: add UniPhier GPIO bindingMasahiro Yamada
2017-10-20gpio: Fix loose spellingAndrew Jeffery
2017-10-19gpio: Add driver for Maxim MAX3191x industrial serializerLukas Wunner
2017-10-19dt-bindings: gpio: max3191x: Document new driverLukas Wunner
2017-10-19dt-bindings: Document common property for daisy-chained devicesLukas Wunner
2017-10-19gpiolib: clear irq handler and data in one goMartin Kaiser
2017-10-19pinctrl: armada-37xx: Stop using struct gpio_chip.irq_baseThierry Reding
2017-10-19Documentation: fix ref to gpio.txtTom Saeger
2017-10-19gpio: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-19gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags for inputBartosz Golaszewski
2017-10-19gpiolib: only check line handle flags onceBartosz Golaszewski
2017-10-19gpio: Introduce ->get_multiple callbackLukas Wunner