Hi, This series adds support for the Rockchip PX30 SoC in the V4L2 M2M RGA driver. It also contains a fix for the YUV2YUV case that was not properly handled. Changes since v2: - Used RK3288 compatible in PX30 dts, removed PX30 compatible from driver; - Added cleanup patch with format macros; - Added comment about CSC mode fix. Changes since v1: - Rebased on media tree master (changed dt binding to yaml); - Removed spurious line removal. Cheers, Paul Paul Kocialkowski (4): dt-bindings: rockchip-rga: Add PX30 compatible arm64: dts: rockchip: Add RGA support to the PX30 media: rockchip: rga: Introduce color fmt macros and refactor CSC mode logic media: rockchip: rga: Only set output CSC mode for RGB input .../bindings/media/rockchip-rga.yaml | 3 ++ arch/arm64/boot/dts/rockchip/px30.dtsi | 11 +++++++ drivers/media/platform/rockchip/rga/rga-hw.c | 29 ++++++++++--------- drivers/media/platform/rockchip/rga/rga-hw.h | 5 ++++ 4 files changed, 35 insertions(+), 13 deletions(-) -- 2.26.0