diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-01-20 04:23:41 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-01-20 04:23:41 -0500 |
commit | 06efe0e54018cb19cf0807447dc3ac747ffcfd1c (patch) | |
tree | ae5dcb7d12943a0d977f68c40b0d79052f346b11 /MAINTAINERS | |
parent | eef8f4c2acac6fae84f2d959a145fa3cad4d00c9 (diff) | |
parent | dbe752a34d4bd862de154d1e1f8eb9b649601f77 (diff) |
Merge tag 'pinctrl-v3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Pull pin control fixes from Linus Walleij:
"Here is a (hopefully final) slew of pin control fixes for the v3.19
series. The deadlock fix is kind of serious and tagged for stable,
the rest is business as usual.
- Fix two deadlocks around the pin control mutexes, a long-standing
issue that manifest itself in plug/unplug of pin controllers.
(Tagged for stable.)
- Handle an error path with zero functions in the Qualcomm pin
controller.
- Drop a bogus second GPIO chip added in the Lantiq driver.
- Fix sudden IRQ loss on Rockchip pin controllers.
- Register the GIT tree in MAINTAINERS"
* tag 'pinctrl-v3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
pinctrl: MAINTAINERS: add git tree reference
pinctrl: qcom: Don't iterate past end of function array
pinctrl: lantiq: remove bogus of_gpio_chip_add
pinctrl: Fix two deadlocks
pinctrl: rockchip: Avoid losing interrupts when supporting both edges
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 56de2e34c9f3..64e13d5c1e65 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -7410,6 +7410,7 @@ F: drivers/crypto/picoxcell* | |||
7410 | PIN CONTROL SUBSYSTEM | 7410 | PIN CONTROL SUBSYSTEM |
7411 | M: Linus Walleij <linus.walleij@linaro.org> | 7411 | M: Linus Walleij <linus.walleij@linaro.org> |
7412 | L: linux-gpio@vger.kernel.org | 7412 | L: linux-gpio@vger.kernel.org |
7413 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git | ||
7413 | S: Maintained | 7414 | S: Maintained |
7414 | F: drivers/pinctrl/ | 7415 | F: drivers/pinctrl/ |
7415 | F: include/linux/pinctrl/ | 7416 | F: include/linux/pinctrl/ |