summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-168-33/+14
|\
| * Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij2017-11-0948-407/+2640
| |\
| * | gpio: Cut old SX150X Kconfig optionLinus Walleij2017-10-171-9/+0
| * | gpio: pxa: Use library functionsLinus Walleij2017-10-071-12/+2
| * | pinctrl/gpio: Unify namespace for cross-callsLinus Walleij2017-09-227-14/+14
* | | Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-141-0/+13
|\ \ \
| * \ \ Merge branch 'for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Wolfram Sang2017-11-011-0/+13
| |\ \ \
| | * | | gpio: Make it possible for consumers to enforce open drainLinus Walleij2017-10-301-0/+13
| | |/ /
* | | | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-1448-407/+2638
|\ \ \ \
| * | | | gpio: tegra186: Remove tegra186_gpio_lock_classAxel Lin2017-11-131-3/+0
| | |_|/ | |/| |
| * | | gpio: Fix undefined lock_dep_classLinus Walleij2017-11-081-1/+1
| * | | gpio: Automatically add lockdep keysThierry Reding2017-11-081-29/+12
| * | | gpio: Introduce struct gpio_irq_chip.firstThierry Reding2017-11-081-1/+2
| * | | gpio: Disambiguate struct gpio_irq_chip.nestedThierry Reding2017-11-081-14/+10
| * | | gpio: Add Tegra186 supportThierry Reding2017-11-083-0/+633
| * | | gpio: Export gpiochip_irq_{map,unmap}()Thierry Reding2017-11-081-3/+5
| * | | gpio: Implement tighter IRQ chip integrationThierry Reding2017-11-081-1/+107
| * | | gpio: Move lock_key into struct gpio_irq_chipThierry Reding2017-11-081-2/+2
| * | | gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding2017-11-083-12/+12
| * | | gpio: Move irq_nested into struct gpio_irq_chipThierry Reding2017-11-081-4/+4
| * | | gpio: Move irq_chained_parent to struct gpio_irq_chipThierry Reding2017-11-081-5/+12
| * | | gpio: Move irq_default_type to struct gpio_irq_chipThierry Reding2017-11-081-3/+3
| * | | gpio: Move irq_handler to struct gpio_irq_chipThierry Reding2017-11-081-2/+2
| * | | gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-0832-43/+45
| * | | gpio: Move irqchip into struct gpio_irq_chipThierry Reding2017-11-081-7/+7
| * | | 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-251-26/+19
| * | | 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-233-0/+516
| * | | gpio: Fix loose spellingAndrew Jeffery2017-10-203-6/+6
| * | | gpio: Add driver for Maxim MAX3191x industrial serializerLukas Wunner2017-10-193-0/+503
| * | | gpiolib: clear irq handler and data in one goMartin Kaiser2017-10-191-2/+2
| * | | 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-192-11/+172
OpenPOWER on IntegriCloud