diff options
author | Ezequiel Garcia <ezequiel@collabora.com> | 2018-12-05 11:09:52 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-12-05 13:37:31 -0500 |
commit | 775fec69008d30ed5e4ce9fa7701c5591e424c87 (patch) | |
tree | e905292e0b25f58a66c55de1cad8d536be32a962 /MAINTAINERS | |
parent | 7f22507b1397acd90481d79085c902789b62157f (diff) | |
download | linux-stable-775fec69008d30ed5e4ce9fa7701c5591e424c87.tar.gz linux-stable-775fec69008d30ed5e4ce9fa7701c5591e424c87.tar.bz2 linux-stable-775fec69008d30ed5e4ce9fa7701c5591e424c87.zip |
media: add Rockchip VPU JPEG encoder driver
Add a mem2mem driver for the VPU available on Rockchip SoCs.
Currently only JPEG encoding is supported, for RK3399 and RK3288
platforms.
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
[hverkuil-cisco@xs4all.nl: fix checkpatch.pl alignment warning]
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c7890dd6b85f..11341f3ac65c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12841,6 +12841,13 @@ S: Maintained F: drivers/media/platform/rockchip/rga/ F: Documentation/devicetree/bindings/media/rockchip-rga.txt +ROCKCHIP VPU CODEC DRIVER +M: Ezequiel Garcia <ezequiel@collabora.com> +L: linux-media@vger.kernel.org +S: Maintained +F: drivers/staging/media/platform/rockchip/vpu/ +F: Documentation/devicetree/bindings/media/rockchip-vpu.txt + ROCKER DRIVER M: Jiri Pirko <jiri@resnulli.us> L: netdev@vger.kernel.org |