From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Date: Fri, 22 Dec 2017 11:56:07 +0000 Subject: Re: [PATCH v1 05/10] arch: sh: migor: Use new renesas-ceu camera driver Message-Id: <5334251.lvKN80GZGW@avalon> List-Id: References: <1510743363-25798-1-git-send-email-jacopo+renesas@jmondi.org> <1742042.6TTT7UTHfg@avalon> <20171221203125.GH27115@w540> In-Reply-To: <20171221203125.GH27115@w540> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: jacopo mondi Cc: Jacopo Mondi , magnus.damm@gmail.com, geert@glider.be, linux-renesas-soc@vger.kernel.org, linux-sh@vger.kernel.org Hi Jacopo, On Thursday, 21 December 2017 22:31:25 EET jacopo mondi wrote: > On Tue, Dec 12, 2017 at 12:00:43PM +0200, Laurent Pinchart wrote: > > 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