diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-01-30 19:44:56 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-01-30 19:44:56 -0800 |
commit | 5921dfe8dc2acc132600aa3e6eba53ecc9cd4c32 (patch) | |
tree | 93aaacfd0fd8125c64e02e0354bc672dfa9aff50 /MAINTAINERS | |
parent | 73dc61cb386b0fdc488e8c6545817c1bbbb6e93e (diff) | |
parent | 41c9e95d641acc096975e70239742929b5971afa (diff) | |
download | op-kernel-dev-5921dfe8dc2acc132600aa3e6eba53ecc9cd4c32.zip op-kernel-dev-5921dfe8dc2acc132600aa3e6eba53ecc9cd4c32.tar.gz |
Merge tag 'staging-3.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Pull staging tree fixes from Greg KH:
"Here are two tiny staging tree fixes. One for the nvec driver to
resolve a reported problem, and one to add a MAINTAINERS entry for the
Android drivers"
* tag 'staging-3.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
MAINTAINERS: add Android driver entries
staging: nvec: specify a platform-device base id
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2ebb056..038f517 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -708,6 +708,16 @@ X: drivers/iio/*/adjd* F: drivers/staging/iio/*/ad* F: staging/iio/trigger/iio-trig-bfin-timer.c +ANDROID DRIVERS +M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +M: Arve Hjønnevåg <arve@android.com> +M: Riley Andrews <riandrews@android.com> +T: git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git +L: devel@driverdev.osuosl.org +S: Supported +F: drivers/android/ +F: drivers/staging/android/ + AOA (Apple Onboard Audio) ALSA DRIVER M: Johannes Berg <johannes@sipsolutions.net> L: linuxppc-dev@lists.ozlabs.org |