From mboxrd@z Thu Jan 1 00:00:00 1970 From: jacopo mondi Date: Thu, 21 Dec 2017 20:31:25 +0000 Subject: Re: [PATCH v1 05/10] arch: sh: migor: Use new renesas-ceu camera driver Message-Id: <20171221203125.GH27115@w540> List-Id: References: <1510743363-25798-1-git-send-email-jacopo+renesas@jmondi.org> <1510743363-25798-6-git-send-email-jacopo+renesas@jmondi.org> <1742042.6TTT7UTHfg@avalon> In-Reply-To: <1742042.6TTT7UTHfg@avalon> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Laurent Pinchart Cc: Jacopo Mondi , magnus.damm@gmail.com, geert@glider.be, linux-renesas-soc@vger.kernel.org, linux-sh@vger.kernel.org Hi Laurent, On Tue, Dec 12, 2017 at 12:00:43PM +0200, Laurent Pinchart wrote: > Hi Jacopo, > > Thank you for the patch. > > On Wednesday, 15 November 2017 12:55:58 EET Jacopo Mondi wrote: > > Migo-R platform uses sh_mobile_ceu camera driver, which is now being > > replaced by a proper V4L2 camera driver named 'renesas-ceu'. > > > > Move Migo-R platform to use the v4l2 renesas-ceu camera driver > > interface and get rid of soc_camera defined components used to register > > sensor drivers. > > > > Also, memory for CEU video buffers is now reserved with membocks APIs, > > and need to be declared as dma_coherent during machine initialization to > > remove that architecture specific part from CEU driver. > > > > Signed-off-by: Jacopo Mondi > > --- > > arch/sh/boards/mach-migor/setup.c | 164 ++++++++++++++++------------------ > > 1 file changed, 76 insertions(+), 88 deletions(-) > > > > diff --git a/arch/sh/boards/mach-migor/setup.c > > b/arch/sh/boards/mach-migor/setup.c index 98aa094..10a9b3c 100644 > > --- a/arch/sh/boards/mach-migor/setup.c > > +++ b/arch/sh/boards/mach-migor/setup.c > > @@ -27,7 +27,7 @@ > > #include > > #include > > #include