Hi Mauro, I hope there is still a possibility to get this new driver merged for 4.21. This driver went through a few more revisions than expected, but v8 looks solid to me. Regards, Hans The following changes since commit e159b6074c82fe31b79aad672e02fa204dbbc6d8: media: vimc: fix start stream when link is disabled (2018-12-07 13:08:41 -0500) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-aspeed for you to fetch changes up to 9c4f50751e7cef9125d68b1c77c54534a457147e: media: platform: Add Aspeed Video Engine driver (2018-12-11 18:12:18 +0100) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Eddie James (2): dt-bindings: media: Add Aspeed Video Engine binding documentation media: platform: Add Aspeed Video Engine driver Documentation/devicetree/bindings/media/aspeed-video.txt | 26 + MAINTAINERS | 8 + drivers/media/platform/Kconfig | 9 + drivers/media/platform/Makefile | 1 + drivers/media/platform/aspeed-video.c | 1729 +++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 1773 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/aspeed-video.txt create mode 100644 drivers/media/platform/aspeed-video.c