From patchwork Mon Sep 10 12:29:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 10594109 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D6D9F14E0 for ; Mon, 10 Sep 2018 12:29:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C740228EB2 for ; Mon, 10 Sep 2018 12:29:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BB98928EB6; Mon, 10 Sep 2018 12:29:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 544D328EB2 for ; Mon, 10 Sep 2018 12:29:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728153AbeIJRXa (ORCPT ); Mon, 10 Sep 2018 13:23:30 -0400 Received: from lb2-smtp-cloud7.xs4all.net ([194.109.24.28]:59576 "EHLO lb2-smtp-cloud7.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727649AbeIJRXa (ORCPT ); Mon, 10 Sep 2018 13:23:30 -0400 Received: from [192.168.2.10] ([212.251.195.8]) by smtp-cloud7.xs4all.net with ESMTPA id zLJvf2xnBw2L8zLJyfKRhN; Mon, 10 Sep 2018 14:29:38 +0200 To: Linux Media Mailing List Cc: Philipp Zabel From: Hans Verkuil Subject: [GIT PULL FOR v4.20] i.MX PXP scaler/CSC driver Message-ID: <4654cafe-4e7c-cf73-dd69-56da98f09567@xs4all.nl> Date: Mon, 10 Sep 2018 14:29:35 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Language: en-US X-CMAE-Envelope: MS4wfFvaycu+APXwvzEAbcvoJ4ZVeBoUeiN3nrW+83heB8W4tRJCtZXGYGCoQ2DYtn6NNIPZhYL5/4cLPwZaBqyJtz5B8KDyxTXg+aIKjZXlVfdqnGoqxwcI vdebVQk/h20aeCg0nvEdxQk2sdLj2AoEWPu7eWfK7kNkUIlHbX1reLGdo2KtDJB1QAYRBMrQgICH3i67BODUyHFWFGzLkcc1h/w= Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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