From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from lelnx193.ext.ti.com ([198.47.27.77]:34483 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754863AbdACJEc (ORCPT ); Tue, 3 Jan 2017 04:04:32 -0500 Subject: Re: [PATCH v6 0/5] davinci: VPIF: add DT support To: Hans Verkuil , Kevin Hilman , Laurent Pinchart , Sakari Ailus , References: <20161207183025.20684-1-khilman@baylibre.com> CC: Axel Haslam , =?UTF-8?Q?Bartosz_Go=c5=82aszewski?= , Alexandre Bailon , David Lechner , Patrick Titiano , From: Sekhar Nori Message-ID: <4a03b56e-1e01-8b2c-c2a1-1b72d30f103a@ti.com> Date: Tue, 3 Jan 2017 14:33:00 +0530 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Hi Hans, On Friday 16 December 2016 03:17 PM, Hans Verkuil wrote: > On 07/12/16 19:30, Kevin Hilman wrote: >> Prepare the groundwork for adding DT support for davinci VPIF drivers. >> This series does some fixups/cleanups and then adds the DT binding and >> DT compatible string matching for DT probing. >> >> The controversial part from previous versions around async subdev >> parsing, and specifically hard-coding the input/output routing of >> subdevs, has been left out of this series. That part can be done as a >> follow-on step after agreement has been reached on the path forward. >> With this version, platforms can still use the VPIF capture/display >> drivers, but must provide platform_data for the subdevs and subdev >> routing. >> >> Tested video capture to memory on da850-lcdk board using composite >> input. > > Other than the comment for the first patch this series looks good. > > So once that's addressed I'll queue it up for 4.11. Can you provide an immutable commit (as it will reach v4.11) with with this series applied? I have some platform changes to queue for v4.11 that depend on the driver updates. Thanks, Sekhar From mboxrd@z Thu Jan 1 00:00:00 1970 From: nsekhar@ti.com (Sekhar Nori) Date: Tue, 3 Jan 2017 14:33:00 +0530 Subject: [PATCH v6 0/5] davinci: VPIF: add DT support In-Reply-To: References: <20161207183025.20684-1-khilman@baylibre.com> Message-ID: <4a03b56e-1e01-8b2c-c2a1-1b72d30f103a@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Hans, On Friday 16 December 2016 03:17 PM, Hans Verkuil wrote: > On 07/12/16 19:30, Kevin Hilman wrote: >> Prepare the groundwork for adding DT support for davinci VPIF drivers. >> This series does some fixups/cleanups and then adds the DT binding and >> DT compatible string matching for DT probing. >> >> The controversial part from previous versions around async subdev >> parsing, and specifically hard-coding the input/output routing of >> subdevs, has been left out of this series. That part can be done as a >> follow-on step after agreement has been reached on the path forward. >> With this version, platforms can still use the VPIF capture/display >> drivers, but must provide platform_data for the subdevs and subdev >> routing. >> >> Tested video capture to memory on da850-lcdk board using composite >> input. > > Other than the comment for the first patch this series looks good. > > So once that's addressed I'll queue it up for 4.11. Can you provide an immutable commit (as it will reach v4.11) with with this series applied? I have some platform changes to queue for v4.11 that depend on the driver updates. Thanks, Sekhar