Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752148AbdFNQpt (ORCPT ); Wed, 14 Jun 2017 12:45:49 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:35273 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750735AbdFNQpr (ORCPT ); Wed, 14 Jun 2017 12:45:47 -0400 Subject: Re: [PATCH 00/11] ARM: dts: imx6qdl: video capture support To: Shawn Guo Cc: Sascha Hauer , Fabio Estevam , Rob Herring , Mark Rutland , Russell King , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Steve Longerbeam References: <1497291844-14632-1-git-send-email-steve_longerbeam@mentor.com> <20170614150938.GB30112@dragon> From: Steve Longerbeam Message-ID: Date: Wed, 14 Jun 2017 09:45:43 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170614150938.GB30112@dragon> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1523 Lines: 39 On 06/14/2017 08:09 AM, Shawn Guo wrote: > On Mon, Jun 12, 2017 at 11:23:53AM -0700, Steve Longerbeam wrote: >> This series defines the i.MX6 internal video multiplexers and MIPI CSI-2 >> receiver device nodes, and their connections to eachother and the i.MX6 >> IPU CSI ports. >> >> It also implements video capture support on the SabreLite, SabreSD, and >> SabreAuto reference platforms, by defining the video sensor nodes on those >> platforms, and their connections to the video muxes and MIPI CSI-2 receiver. >> >> There should not be much of anything controversial in this series. The >> imx-media driver is set to be merged in time for 4.13, so please accept >> this series soon. >> >> >> Philipp Zabel (2): >> ARM: dts: imx6qdl: add multiplexer controls >> ARM: dts: imx6qdl: Add video multiplexers, mipi_csi, and their >> connections >> >> Steve Longerbeam (9): >> ARM: dts: imx6qdl: Add compatible, clocks, irqs to MIPI CSI-2 node >> ARM: dts: imx6qdl: add capture-subsystem device >> ARM: dts: imx6qdl-sabrelite: remove erratum ERR006687 workaround >> ARM: dts: imx6-sabrelite: add OV5642 and OV5640 camera sensors >> ARM: dts: imx6-sabresd: add OV5642 and OV5640 camera sensors >> ARM: dts: imx6-sabreauto: create i2cmux for i2c3 >> ARM: dts: imx6-sabreauto: add reset-gpios property for max7310_b >> ARM: dts: imx6-sabreauto: add pinctrl for gpt input capture >> ARM: dts: imx6-sabreauto: add the ADV7180 video decoder > > Applied all, thanks. > Thanks Shawn! Steve