From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtprelay.synopsys.com ([198.182.60.111]:44128 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388909AbeIUVQy (ORCPT ); Fri, 21 Sep 2018 17:16:54 -0400 Subject: Re: [V2, 0/5] platform: dwc: Add of DesignWare MIPI CSI-2 Host To: Maxime Ripard , Luis Oliveira CC: , , , , Mauro Carvalho Chehab , Hans Verkuil , "Geert Uytterhoeven" , Laurent Pinchart , Arnd Bergmann , Jacob Chen , Neil Armstrong , Keiichi Watanabe , Kate Stewart , Philipp Zabel , Todor Tomov References: <20180920111648.27000-1-lolivei@synopsys.com> <20180921143708.tw62sci3il5ydmlq@flea> From: Luis Oliveira Message-ID: Date: Fri, 21 Sep 2018 16:27:23 +0100 MIME-Version: 1.0 In-Reply-To: <20180921143708.tw62sci3il5ydmlq@flea> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: On 21-Sep-18 15:37, Maxime Ripard wrote: > Hi Luis, > > On Thu, Sep 20, 2018 at 01:16:38PM +0200, Luis Oliveira wrote: >> This adds support for Synopsys MIPI CSI-2 Host and MIPI D-PHY. >> The patch series include support for initialization/configuration of the >> DW MIPI CSI-2 controller and DW MIPI D-PHY and both include a reference >> platform driver. >> >> This will enable future SoCs to use this standard approach and possibly >> create a more clean environment. >> >> This series also documents the dt-bindings needed for the platform drivers. >> >> This was applied in: https://git.linuxtv.org/media_tree.git > > I'm currently working on some MIPI D-PHY support through the generic > phy framework that could benefit your patches. > > https://lwn.net/Articles/764173/ > > Feel free to comment on that serie if you have any particular > constraints or if you believe that some issues should be addressed. Hi Maxime, I will check that, thanks! > > Thanks! > Maxime >