diff options
author | Sakari Ailus <[email protected]> | 2019-06-20 10:17:53 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2019-06-24 15:07:51 -0400 |
commit | 86d617d6c79d79288ca608b6fb0a2467b0e8ddbb (patch) | |
tree | 129bcc9a94fdc6a398bd58d3450af4fee5d036c0 | |
parent | 92cd14408be36310743db9b874a13cf6eb3120c1 (diff) |
media: MAINTAINERS: Add maintainers for Media Controller
When Media Controller was merged to mainline long, long time ago, no-one
bothered to think what its MAINTAINERS entry should be. Now that Media
Controller is moved into its own directory, address this at the same time.
So tell people to mail patches to myself and Laurent Pinchart.
Note that the patches are still merged through the Media tree, just like
any other driver or framework bits that have separate "mail patches to"
entries different from the main drivers/media one.
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Laurent Pinchart <[email protected]>
Acked-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r-- | MAINTAINERS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 065b4016e888..866969b36a13 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9643,6 +9643,17 @@ L: [email protected] S: Maintained F: drivers/iio/dac/cio-dac.c +MEDIA CONTROLLER FRAMEWORK +M: Sakari Ailus <[email protected]> +M: Laurent Pinchart <[email protected]> +W: https://www.linuxtv.org +T: git git://linuxtv.org/media_tree.git +S: Supported +F: drivers/media/mc/ +F: include/media/media-*.h +F: include/uapi/linux/media.h + MEDIA DRIVERS FOR ASCOT2E M: Sergey Kozlov <[email protected]> M: Abylay Ospan <[email protected]> |