Age | Commit message (Expand) | Author | Files | Lines |
2017-12-29 | genirq/irqdomain: Rename early argument of irq_domain_activate_irq() | Thomas Gleixner | 1 | -1/+1 |
2017-12-29 | gpio: brcmstb: Make really use of the new lockdep class | Thomas Gleixner | 1 | -1/+1 |
2017-12-28 | kernel/irq: Extend lockdep class for request mutex | Andrew Lunn | 4 | -12/+26 |
2017-12-22 | gpio: fix "gpio-line-names" property retrieval | Christophe Leroy | 4 | -13/+12 |
2017-12-22 | gpio: gpio-reg: fix build | Grygorii Strashko | 1 | -2/+2 |
2017-12-03 | gpio: pca953x: fix vendor prefix for PCA9654 | Sergei Shtylyov | 1 | -1/+1 |
2017-11-30 | gpio: davinci: Assign first bank regs for unbanked case | Keerthy | 1 | -1/+1 |
2017-11-30 | gpio: 74x164: Fix crash during .remove() | Geert Uytterhoeven | 1 | -2/+2 |
2017-11-16 | Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 8 | -33/+14 |
2017-11-15 | Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+13 |
2017-11-15 | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 48 | -407/+2638 |
2017-11-14 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+5 |
2017-11-13 | gpio: tegra186: Remove tegra186_gpio_lock_class | Axel Lin | 1 | -3/+0 |
2017-11-09 | Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into devel | Linus Walleij | 48 | -407/+2640 |
2017-11-08 | gpio: Fix undefined lock_dep_class | Linus Walleij | 1 | -1/+1 |
2017-11-08 | gpio: Automatically add lockdep keys | Thierry Reding | 1 | -29/+12 |
2017-11-08 | gpio: Introduce struct gpio_irq_chip.first | Thierry Reding | 1 | -1/+2 |
2017-11-08 | gpio: Disambiguate struct gpio_irq_chip.nested | Thierry Reding | 1 | -14/+10 |
2017-11-08 | gpio: Add Tegra186 support | Thierry Reding | 3 | -0/+633 |
2017-11-08 | gpio: Export gpiochip_irq_{map,unmap}() | Thierry Reding | 1 | -3/+5 |
2017-11-08 | gpio: Implement tighter IRQ chip integration | Thierry Reding | 1 | -1/+107 |
2017-11-08 | gpio: Move lock_key into struct gpio_irq_chip | Thierry Reding | 1 | -2/+2 |
2017-11-08 | gpio: Move irq_valid_mask into struct gpio_irq_chip | Thierry Reding | 3 | -12/+12 |
2017-11-08 | gpio: Move irq_nested into struct gpio_irq_chip | Thierry Reding | 1 | -4/+4 |
2017-11-08 | gpio: Move irq_chained_parent to struct gpio_irq_chip | Thierry Reding | 1 | -5/+12 |
2017-11-08 | gpio: Move irq_default_type to struct gpio_irq_chip | Thierry Reding | 1 | -3/+3 |
2017-11-08 | gpio: Move irq_handler to struct gpio_irq_chip | Thierry Reding | 1 | -2/+2 |
2017-11-08 | gpio: Move irqdomain into struct gpio_irq_chip | Thierry Reding | 32 | -43/+45 |
2017-11-08 | gpio: Move irqchip into struct gpio_irq_chip | Thierry Reding | 1 | -7/+7 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 3 | -0/+3 |
2017-11-02 | Merge branch 'for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Wolfram Sang | 1 | -0/+13 |
2017-10-31 | gpio: mb86s70: Revert "Return error if requesting an already assigned gpio" | Ard Biesheuvel | 1 | -5/+0 |
2017-10-31 | gpio: mb86s7x: share with other SoCs as module | Ard Biesheuvel | 2 | -3/+7 |
2017-10-31 | gpio: brcmstb: implement suspend/resume/shutdown | Doug Berger | 1 | -50/+151 |
2017-10-31 | gpio: brcmstb: consolidate interrupt domains | Doug Berger | 2 | -44/+146 |
2017-10-31 | gpio: brcmstb: correct the configuration of level interrupts | Doug Berger | 1 | -2/+2 |
2017-10-31 | gpio: brcmstb: switch to handle_level_irq flow | Doug Berger | 1 | -6/+12 |
2017-10-31 | gpio: brcmstb: release the bgpio lock during irq handlers | Doug Berger | 1 | -5/+16 |
2017-10-31 | gpio: brcmstb: allow all instances to be wakeup sources | Doug Berger | 1 | -7/+7 |
2017-10-31 | gpio-adnp: Use common error handling code in adnp_gpio_dbg_show() | Markus Elfring | 1 | -16/+13 |
2017-10-31 | gpio-rcar: use devm_ioremap_resource() | Sergei Shtylyov | 1 | -8/+6 |
2017-10-30 | gpio: Make it possible for consumers to enforce open drain | Linus Walleij | 1 | -0/+13 |
2017-10-30 | gpio-mmio: Use the new .get_multiple() callback | Linus Walleij | 1 | -3/+84 |
2017-10-25 | gpio: mmio: Make pin2mask() a private business | Linus Walleij | 1 | -26/+19 |
2017-10-25 | gpio: mpc8xxx: Do not reverse bits using bgpio | Linus Walleij | 1 | -6/+17 |
2017-10-25 | gpio: brcmstb: Do not use gc->pin2mask() | Linus Walleij | 1 | -3/+3 |
2017-10-25 | gpio: grgpio: Do not use gc->pin2mask() | Linus Walleij | 1 | -3/+3 |
2017-10-25 | gpio: loongson1: fix bgpio usage | Linus Walleij | 1 | -4/+3 |
2017-10-25 | gpio: dwapb: fix bgpio usage | Linus Walleij | 1 | -2/+2 |
2017-10-23 | gpio: uniphier: add UniPhier GPIO controller driver | Masahiro Yamada | 3 | -0/+516 |