Heiko, This driver was merged yesterday for 4.15, so you can go ahead and take the dts patches. Regards, Hans On 10/13/2017 01:22 PM, Hans Verkuil wrote: > On 10/13/17 13:20, Hans Verkuil wrote: >> Hi Mauro, >> >> Here is the new Rockchip RGA driver. > > Forgot to mention: Heiko will pick up the dts patches (not included in this > pull request) once this is merged for 4.15. > > Regards, > > Hans > >> >> Regards, >> >> Hans >> >> The following changes since commit 8382e556b1a2f30c4bf866f021b33577a64f9ebf: >> >> Simplify major/minor non-dynamic logic (2017-10-11 15:32:11 -0400) >> >> are available in the git repository at: >> >> git://linuxtv.org/hverkuil/media_tree.git rga >> >> for you to fetch changes up to 90218215bd095b0fa53fa928e4ce40a5861474d3: >> >> MAINTAINERS: add entry for Rockchip RGA driver (2017-10-13 12:30:01 +0200) >> >> ---------------------------------------------------------------- >> Jacob Chen (3): >> dt-bindings: Document the Rockchip RGA bindings >> rockchip/rga: v4l2 m2m support >> MAINTAINERS: add entry for Rockchip RGA driver >> >> Documentation/devicetree/bindings/media/rockchip-rga.txt | 33 ++ >> MAINTAINERS | 7 + >> drivers/media/platform/Kconfig | 15 + >> drivers/media/platform/Makefile | 2 + >> drivers/media/platform/rockchip/rga/Makefile | 3 + >> drivers/media/platform/rockchip/rga/rga-buf.c | 154 ++++++++ >> drivers/media/platform/rockchip/rga/rga-hw.c | 421 +++++++++++++++++++++ >> drivers/media/platform/rockchip/rga/rga-hw.h | 437 ++++++++++++++++++++++ >> drivers/media/platform/rockchip/rga/rga.c | 1012 ++++++++++++++++++++++++++++++++++++++++++++++++++ >> drivers/media/platform/rockchip/rga/rga.h | 125 +++++++ >> 10 files changed, 2209 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/media/rockchip-rga.txt >> create mode 100644 drivers/media/platform/rockchip/rga/Makefile >> create mode 100644 drivers/media/platform/rockchip/rga/rga-buf.c >> create mode 100644 drivers/media/platform/rockchip/rga/rga-hw.c >> create mode 100644 drivers/media/platform/rockchip/rga/rga-hw.h >> create mode 100644 drivers/media/platform/rockchip/rga/rga.c >> create mode 100644 drivers/media/platform/rockchip/rga/rga.h >> >