aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+13
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 48-407/+2638
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+5
2017-11-13gpio: tegra186: Remove tegra186_gpio_lock_classGravatar Axel Lin 1-3/+0
2017-11-08gpio: Fix undefined lock_dep_classGravatar Linus Walleij 1-1/+1
2017-11-08gpio: Automatically add lockdep keysGravatar Thierry Reding 1-29/+12
2017-11-08gpio: Introduce struct gpio_irq_chip.firstGravatar Thierry Reding 1-1/+2
2017-11-08gpio: Disambiguate struct gpio_irq_chip.nestedGravatar Thierry Reding 1-14/+10
2017-11-08gpio: Add Tegra186 supportGravatar Thierry Reding 3-0/+633
2017-11-08gpio: Export gpiochip_irq_{map,unmap}()Gravatar Thierry Reding 1-3/+5
2017-11-08gpio: Implement tighter IRQ chip integrationGravatar Thierry Reding 1-1/+107
2017-11-08gpio: Move lock_key into struct gpio_irq_chipGravatar Thierry Reding 1-2/+2
2017-11-08gpio: Move irq_valid_mask into struct gpio_irq_chipGravatar Thierry Reding 3-12/+12
2017-11-08gpio: Move irq_nested into struct gpio_irq_chipGravatar Thierry Reding 1-4/+4
2017-11-08gpio: Move irq_chained_parent to struct gpio_irq_chipGravatar Thierry Reding 1-5/+12
2017-11-08gpio: Move irq_default_type to struct gpio_irq_chipGravatar Thierry Reding 1-3/+3
2017-11-08gpio: Move irq_handler to struct gpio_irq_chipGravatar Thierry Reding 1-2/+2
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipGravatar Thierry Reding 32-43/+45
2017-11-08gpio: Move irqchip into struct gpio_irq_chipGravatar Thierry Reding 1-7/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 3-0/+3
2017-11-01Merge branch 'for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Wolfram Sang 1-0/+13
2017-10-31gpio: mb86s70: Revert "Return error if requesting an already assigned gpio"Gravatar Ard Biesheuvel 1-5/+0
2017-10-31gpio: mb86s7x: share with other SoCs as moduleGravatar Ard Biesheuvel 2-3/+7
2017-10-31gpio: brcmstb: implement suspend/resume/shutdownGravatar Doug Berger 1-50/+151
2017-10-31gpio: brcmstb: consolidate interrupt domainsGravatar Doug Berger 2-44/+146
2017-10-31gpio: brcmstb: correct the configuration of level interruptsGravatar Doug Berger 1-2/+2
2017-10-31gpio: brcmstb: switch to handle_level_irq flowGravatar Doug Berger 1-6/+12
2017-10-31gpio: brcmstb: release the bgpio lock during irq handlersGravatar Doug Berger 1-5/+16
2017-10-31gpio: brcmstb: allow all instances to be wakeup sourcesGravatar Doug Berger 1-7/+7
2017-10-31gpio-adnp: Use common error handling code in adnp_gpio_dbg_show()Gravatar Markus Elfring 1-16/+13
2017-10-31gpio-rcar: use devm_ioremap_resource()Gravatar Sergei Shtylyov 1-8/+6
2017-10-30gpio: Make it possible for consumers to enforce open drainGravatar Linus Walleij 1-0/+13
2017-10-30gpio-mmio: Use the new .get_multiple() callbackGravatar Linus Walleij 1-3/+84
2017-10-25gpio: mmio: Make pin2mask() a private businessGravatar Linus Walleij 1-26/+19
2017-10-25gpio: mpc8xxx: Do not reverse bits using bgpioGravatar Linus Walleij 1-6/+17
2017-10-25gpio: brcmstb: Do not use gc->pin2mask()Gravatar Linus Walleij 1-3/+3
2017-10-25gpio: grgpio: Do not use gc->pin2mask()Gravatar Linus Walleij 1-3/+3
2017-10-25gpio: loongson1: fix bgpio usageGravatar Linus Walleij 1-4/+3
2017-10-25gpio: dwapb: fix bgpio usageGravatar Linus Walleij 1-2/+2
2017-10-23gpio: uniphier: add UniPhier GPIO controller driverGravatar Masahiro Yamada 3-0/+516
2017-10-20gpio: Fix loose spellingGravatar Andrew Jeffery 3-6/+6
2017-10-19gpio: Add driver for Maxim MAX3191x industrial serializerGravatar Lukas Wunner 3-0/+503
2017-10-19gpiolib: clear irq handler and data in one goGravatar Martin Kaiser 1-2/+2
2017-10-19gpio: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 3-2/+6
2017-10-19gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags for inputGravatar Bartosz Golaszewski 1-0/+6
2017-10-19gpiolib: only check line handle flags onceGravatar Bartosz Golaszewski 1-7/+7
2017-10-19gpio: Introduce ->get_multiple callbackGravatar Lukas Wunner 2-11/+172
2017-10-19gpio: gpio-dwapb: add optional resetGravatar Alan Tull 1-0/+9
2017-10-08gpio: rcar: Use of_device_get_match_data() helperGravatar Geert Uytterhoeven 1-6/+2
2017-10-07gpio: omap: Fix lost edge interruptsGravatar Grygorii Strashko 1-9/+13