Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MAINTAINERS: merge sections for ROCKCHIP VIDEO DECODER DRIVER

Commit d968e50b5c26 ("media: rkvdec: Unstage the driver") moves the driver
from staging/media/ to media/platform/rockchip/ and adds a new section
ROCKCHIP RKVDEC VIDEO DECODER DRIVER in MAINTAINERS. It seems that it was
overlooked that the section ROCKCHIP VIDEO DECODER DRIVER in MAINTAINERS
already existed, referring to the same files before the driver was moved
as the new section refers to after the driver was moved.

So, merge the information from the two sections for ROCKCHIP (RKVDEC) VIDEO
DECODER DRIVER into one. This essentially results in adding the maintainer
of the previously existing section in the new section and then removing
that previously existing section.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>

authored by

Lukas Bulwahn and committed by
Hans Verkuil
bffcb127 bbcc6d16

+1 -8
+1 -8
MAINTAINERS
··· 21813 21813 21814 21814 ROCKCHIP RKVDEC VIDEO DECODER DRIVER 21815 21815 M: Detlev Casanova <detlev.casanova@collabora.com> 21816 + M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> 21816 21817 L: linux-media@vger.kernel.org 21817 21818 L: linux-rockchip@lists.infradead.org 21818 21819 S: Maintained ··· 21833 21832 S: Maintained 21834 21833 F: Documentation/devicetree/bindings/sound/rockchip,rk3576-sai.yaml 21835 21834 F: sound/soc/rockchip/rockchip_sai.* 21836 - 21837 - ROCKCHIP VIDEO DECODER DRIVER 21838 - M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> 21839 - L: linux-media@vger.kernel.org 21840 - L: linux-rockchip@lists.infradead.org 21841 - S: Maintained 21842 - F: Documentation/devicetree/bindings/media/rockchip,vdec.yaml 21843 - F: drivers/staging/media/rkvdec/ 21844 21835 21845 21836 ROCKER DRIVER 21846 21837 M: Jiri Pirko <jiri@resnulli.us>