Skip to content

Commit d968e50

Browse files
cazouhverkuil
authored andcommitted
media: rkvdec: Unstage the driver
The TODO list for unstaging being empty, the driver can now be moved to the main media folder. Also add myself as maintainer. Signed-off-by: Detlev Casanova <[email protected]> Reviewed-by: Nicolas Dufresne <[email protected]> Signed-off-by: Nicolas Dufresne <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent e165f6e commit d968e50

File tree

12 files changed

+10
-3
lines changed

12 files changed

+10
-3
lines changed

MAINTAINERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21487,6 +21487,14 @@ S: Maintained
2148721487
F: Documentation/devicetree/bindings/media/rockchip-rga.yaml
2148821488
F: drivers/media/platform/rockchip/rga/
2148921489

21490+
ROCKCHIP RKVDEC VIDEO DECODER DRIVER
21491+
M: Detlev Casanova <[email protected]>
21492+
21493+
21494+
S: Maintained
21495+
F: Documentation/devicetree/bindings/media/rockchip,vdec.yaml
21496+
F: drivers/media/platform/rockchip/rkvdec/
21497+
2149021498
ROCKCHIP RK3308 INTERNAL AUDIO CODEC
2149121499
M: Luca Ceresoli <[email protected]>
2149221500
S: Maintained

drivers/media/platform/rockchip/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ comment "Rockchip media platform drivers"
44

55
source "drivers/media/platform/rockchip/rga/Kconfig"
66
source "drivers/media/platform/rockchip/rkisp1/Kconfig"
7+
source "drivers/media/platform/rockchip/rkvdec/Kconfig"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
obj-y += rga/
33
obj-y += rkisp1/
4+
obj-y += rkvdec/

0 commit comments

Comments
 (0)