diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-11-03 21:06:22 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-11-03 21:06:22 -0800 |
commit | 980d0d51b1c9617a472b2c0fcbe33d2d15eadc4c (patch) | |
tree | 79007bcc72b43a1a2499caa6f57714b0f2699d1c /MAINTAINERS | |
parent | f3ed88a6bce69942b44fa7927a92cd52011881d7 (diff) | |
parent | d90c33818967c5e5371961604ad98b4dea4fa3f4 (diff) | |
download | linux-980d0d51b1c9617a472b2c0fcbe33d2d15eadc4c.tar.gz linux-980d0d51b1c9617a472b2c0fcbe33d2d15eadc4c.tar.bz2 linux-980d0d51b1c9617a472b2c0fcbe33d2d15eadc4c.zip |
Merge tag 'pinctrl-v3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Pull pin-control fixes from Linus Walleij:
"This kernel cycle has been calm for both pin control and GPIO so far
but here are three pin control patches for you anyway, only really
dealing with Baytrail:
- Two fixes for the Baytrail driver affecting IRQs and output state
in sysfs
- Use the linux-gpio mailing list also for pinctrl patches"
* tag 'pinctrl-v3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
pinctrl: baytrail: show output gpio state correctly on Intel Baytrail
pinctrl: use linux-gpio mailing list
pinctrl: baytrail: Clear DIRECT_IRQ bit
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f155c2a1255e..5d6136b8959e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7180,6 +7180,7 @@ F: drivers/crypto/picoxcell* PIN CONTROL SUBSYSTEM M: Linus Walleij <linus.walleij@linaro.org> +L: linux-gpio@vger.kernel.org S: Maintained F: drivers/pinctrl/ F: include/linux/pinctrl/ |