From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:56973 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751319AbdEDKDN (ORCPT ); Thu, 4 May 2017 06:03:13 -0400 Message-ID: <1493892191.2381.17.camel@pengutronix.de> Subject: Re: [PATCH v2 2/2] [media] platform: add video-multiplexer subdevice driver From: Philipp Zabel To: Sakari Ailus Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org, Steve Longerbeam , Peter Rosin , Pavel Machek , Rob Herring , Mark Rutland , Vladimir Zapolskiy , kernel@pengutronix.de, Sascha Hauer , Steve Longerbeam Date: Thu, 04 May 2017 12:03:11 +0200 In-Reply-To: <20170504094845.GV7456@valkosipuli.retiisi.org.uk> References: <20170502150913.2168-1-p.zabel@pengutronix.de> <20170502150913.2168-2-p.zabel@pengutronix.de> <20170503192836.GN7456@valkosipuli.retiisi.org.uk> <1493881652.2381.6.camel@pengutronix.de> <20170504071703.GS7456@valkosipuli.retiisi.org.uk> <1493889978.2381.11.camel@pengutronix.de> <20170504094845.GV7456@valkosipuli.retiisi.org.uk> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: On Thu, 2017-05-04 at 12:48 +0300, Sakari Ailus wrote: > Hi Philipp, > > On Thu, May 04, 2017 at 11:26:18AM +0200, Philipp Zabel wrote: > > Hi Sakari, > > > > On Thu, 2017-05-04 at 10:17 +0300, Sakari Ailus wrote: > > > Hi Philipp, > > > > > > On Thu, May 04, 2017 at 09:07:32AM +0200, Philipp Zabel wrote: > > > > On Wed, 2017-05-03 at 22:28 +0300, Sakari Ailus wrote: > > > > > Hi Philipp, > > > > > > > > > > Thanks for continuing working on this! > > > > > > > > > > I have some minor comments below... > > > > > > > > Thank you for the comments. > > > > > > > > [...] > > > > > Could you rebase this on the V4L2 fwnode patchset here, please? > > > > > > > > > > > > > > > > > > > > The conversion is rather simple, as shown here: > > > > > > > > > > > > > > > > > > What is the status of this patchset? Will this be merged soon? > > > > > > I intend to send a pull request once the next rc1 tag is pulled on > > > media-tree master. It depends on patches in linux-pm tree that aren't in > > > media-tree yet. > > > > I get conflicts trying to merge v4l2-acpi into v4.11 or media-tree > > master. Could you provide an updated version? > > What kind of conflicts? I wonder if something somewhere is out of sync. :-) > My v4l2-acpi branch is on top of current media-tree master and appears to > merge cleanly to v4.11 as well. > > It still wouldn't compile though as it depends on the fwnode graph patches. > > I've merged those here: > > My bad, I accidentally used an old git remote that still pointed to git://git.retiisi.org.uk/~sailus/linux.git. Fixed that now. thanks Philipp