Pull request for v3 of this new driver (https://www.spinics.net/lists/arm-kernel/msg674871.html). Regards, Hans The following changes since commit d842a7cf938b6e0f8a1aa9f1aec0476c9a599310: media: adv7842: enable reduced fps detection (2018-08-31 10:03:51 -0400) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git pxp for you to fetch changes up to e04f2b108133c628747df35e5be42e2faa0325f7: MAINTAINERS: add entry for i.MX PXP media mem2mem driver (2018-09-10 13:36:55 +0200) ---------------------------------------------------------------- Philipp Zabel (3): dt-bindings: media: Add i.MX Pixel Pipeline binding media: imx-pxp: add i.MX Pixel Pipeline driver MAINTAINERS: add entry for i.MX PXP media mem2mem driver Documentation/devicetree/bindings/media/fsl-pxp.txt | 26 + MAINTAINERS | 7 + drivers/media/platform/Kconfig | 9 + drivers/media/platform/Makefile | 2 + drivers/media/platform/imx-pxp.c | 1752 +++++++++++++++++++++++++++++++++++++++++++++++ drivers/media/platform/imx-pxp.h | 1685 +++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 3481 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/fsl-pxp.txt create mode 100644 drivers/media/platform/imx-pxp.c create mode 100644 drivers/media/platform/imx-pxp.h