From: Jacopo Mondi Date: Mon, 28 May 2018 16:37:10 +0000 (-0400) Subject: media: arch: sh: ms7724se: Use new renesas-ceu camera driver X-Git-Tag: v5.15~8227^2~381 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a3c230b415169b7110a5d937145a56fc12b13bf;p=platform%2Fkernel%2Flinux-starfive.git media: arch: sh: ms7724se: Use new renesas-ceu camera driver Use the new renesas-ceu camera driver is ms7724se board file instead of the soc_camera based sh_mobile_ceu_camera driver. Get rid of soc_camera specific components, and register CEU0 and CEU1 with no active video subdevices. Memory for the 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. While at there update license to SPDX header and sort headers alphabetically. No need to udapte the clock source names, as commit c2f9b05fd5c1 ("media: arch: sh: ecovec: Use new renesas-ceu camera driver") already updated it to the new ceu driver name for all SH7724 boards (possibly breaking ms7724se before this commit). Compile tested only. Signed-off-by: Jacopo Mondi Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/arch/sh/boards/mach-se/7724/setup.c b/arch/sh/boards/mach-se/7724/setup.c index 2559525..fdbec22a 100644 --- a/arch/sh/boards/mach-se/7724/setup.c +++ b/arch/sh/boards/mach-se/7724/setup.c @@ -1,43 +1,49 @@ +// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/se/7724/setup.c * * Copyright (C) 2009 Renesas Solutions Corp. * * Kuninori Morimoto - * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. */ +#include +#include +#include +#include -#include +#include + +#include #include +#include +#include +#include +#include #include -#include -#include +#include #include +#include #include -#include +#include #include #include -#include -#include -#include -#include -#include #include #include +#include +#include #include -#include