diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-12-17 11:47:40 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-12-17 11:47:40 -0800 |
commit | 0eda4020ae53cc057a04ccc802a67f2a5336f8ef (patch) | |
tree | 163423e87c30c4857de0401b1e155f26406e2405 /MAINTAINERS | |
parent | a5905a9205164023191e47f62ef9b3929ddcc48e (diff) | |
parent | 8808b64daac68a2c85366c767a3ef850824ede74 (diff) | |
download | op-kernel-dev-0eda4020ae53cc057a04ccc802a67f2a5336f8ef.zip op-kernel-dev-0eda4020ae53cc057a04ccc802a67f2a5336f8ef.tar.gz |
Merge tag 'gpio-v3.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Pull GPIO fixes from Linus Walleij:
"All but one are long-standing bug fixes that are also tagged for
stable
- Driver bug fixes for SH PFC, TWL4030, MSM and RCAR.
- Update the MAINTAINERS"
* tag 'gpio-v3.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
gpio: rcar: Fix level interrupt handling
gpio: msm: Fix irq mask/unmask by writing bits instead of numbers
gpio: twl4030: Fix regression for twl gpio LED output
sh-pfc: Fix PINMUX_GPIO macro
MAINTAINERS: update GPIO maintainers entry
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1344816..75e3db9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3761,9 +3761,11 @@ F: include/uapi/linux/gigaset_dev.h GPIO SUBSYSTEM M: Linus Walleij <linus.walleij@linaro.org> -S: Maintained +M: Alexandre Courbot <gnurou@gmail.com> L: linux-gpio@vger.kernel.org -F: Documentation/gpio.txt +T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git +S: Maintained +F: Documentation/gpio/ F: drivers/gpio/ F: include/linux/gpio* F: include/asm-generic/gpio.h |