summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorLines
2018-01-16gpio: mmio: Also read bits that are zeroLinus Walleij-14/+16
2018-01-10gpio: Add missing open drain/source handling to gpiod_set_value_cansleep()Geert Uytterhoeven-12/+23
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner-1/+1
2017-12-29gpio: brcmstb: Make really use of the new lockdep classThomas Gleixner-1/+1
2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn-12/+26
2017-12-22gpio: fix "gpio-line-names" property retrievalChristophe Leroy-13/+12
2017-12-22gpio: gpio-reg: fix buildGrygorii Strashko-2/+2
2017-12-02gpio: pca953x: fix vendor prefix for PCA9654Sergei Shtylyov-1/+1
2017-11-30gpio: davinci: Assign first bank regs for unbanked caseKeerthy-1/+1
2017-11-30gpio: 74x164: Fix crash during .remove()Geert Uytterhoeven-2/+2
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-33/+14
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+13
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-407/+2638
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+5
2017-11-13gpio: tegra186: Remove tegra186_gpio_lock_classAxel Lin-3/+0
2017-11-09Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij-407/+2640
2017-11-08gpio: Fix undefined lock_dep_classLinus Walleij-1/+1
2017-11-08gpio: Automatically add lockdep keysThierry Reding-29/+12
2017-11-08gpio: Introduce struct gpio_irq_chip.firstThierry Reding-1/+2
2017-11-08gpio: Disambiguate struct gpio_irq_chip.nestedThierry Reding-14/+10
2017-11-08gpio: Add Tegra186 supportThierry Reding-0/+633
2017-11-08gpio: Export gpiochip_irq_{map,unmap}()Thierry Reding-3/+5
2017-11-08gpio: Implement tighter IRQ chip integrationThierry Reding-1/+107
2017-11-08gpio: Move lock_key into struct gpio_irq_chipThierry Reding-2/+2
2017-11-08gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding-12/+12
2017-11-08gpio: Move irq_nested into struct gpio_irq_chipThierry Reding-4/+4
2017-11-08gpio: Move irq_chained_parent to struct gpio_irq_chipThierry Reding-5/+12
2017-11-08gpio: Move irq_default_type to struct gpio_irq_chipThierry Reding-3/+3
2017-11-08gpio: Move irq_handler to struct gpio_irq_chipThierry Reding-2/+2
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding-43/+45
2017-11-08gpio: Move irqchip into struct gpio_irq_chipThierry Reding-7/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+3
2017-11-01Merge branch 'for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Wolfram Sang-0/+13
2017-10-31gpio: mb86s70: Revert "Return error if requesting an already assigned gpio"Ard Biesheuvel-5/+0
2017-10-31gpio: mb86s7x: share with other SoCs as moduleArd Biesheuvel-3/+7
2017-10-31gpio: brcmstb: implement suspend/resume/shutdownDoug Berger-50/+151
2017-10-31gpio: brcmstb: consolidate interrupt domainsDoug Berger-44/+146
2017-10-31gpio: brcmstb: correct the configuration of level interruptsDoug Berger-2/+2
2017-10-31gpio: brcmstb: switch to handle_level_irq flowDoug Berger-6/+12
2017-10-31gpio: brcmstb: release the bgpio lock during irq handlersDoug Berger-5/+16
2017-10-31gpio: brcmstb: allow all instances to be wakeup sourcesDoug Berger-7/+7
2017-10-31gpio-adnp: Use common error handling code in adnp_gpio_dbg_show()Markus Elfring-16/+13
2017-10-31gpio-rcar: use devm_ioremap_resource()Sergei Shtylyov-8/+6
2017-10-30gpio: Make it possible for consumers to enforce open drainLinus Walleij-0/+13
2017-10-30gpio-mmio: Use the new .get_multiple() callbackLinus Walleij-3/+84
2017-10-25gpio: mmio: Make pin2mask() a private businessLinus Walleij-26/+19
2017-10-25gpio: mpc8xxx: Do not reverse bits using bgpioLinus Walleij-6/+17
2017-10-25gpio: brcmstb: Do not use gc->pin2mask()Linus Walleij-3/+3
2017-10-25gpio: grgpio: Do not use gc->pin2mask()Linus Walleij-3/+3
2017-10-25gpio: loongson1: fix bgpio usageLinus Walleij-4/+3