Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751087AbdL2MsP (ORCPT ); Fri, 29 Dec 2017 07:48:15 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:36939 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750869AbdL2MsM (ORCPT ); Fri, 29 Dec 2017 07:48:12 -0500 X-Google-Smtp-Source: ACJfBotHatA2A6N4ipM2dvwsOTrE993bBjL8QSSCl038Eq2LdhuvpdbilI1n6jSnCvDmBPC3iKm/I/jg8yZa6NsPRV0= MIME-Version: 1.0 In-Reply-To: <1514469681-15602-7-git-send-email-jacopo+renesas@jmondi.org> References: <1514469681-15602-1-git-send-email-jacopo+renesas@jmondi.org> <1514469681-15602-7-git-send-email-jacopo+renesas@jmondi.org> From: Philippe Ombredanne Date: Fri, 29 Dec 2017 13:47:30 +0100 Message-ID: Subject: Re: [PATCH v2 6/9] v4l: i2c: Copy ov772x soc_camera sensor driver To: Jacopo Mondi Cc: Laurent Pinchart , Magnus Damm , geert@glider.be, Mauro Carvalho Chehab , Hans Verkuil , Rob Herring , Mark Rutland , linux-renesas-soc@vger.kernel.org, Linux Media Mailing List , linux-sh@vger.kernel.org, "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , LKML Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1644 Lines: 46 Jacopo, On Thu, Dec 28, 2017 at 3:01 PM, Jacopo Mondi wrote: > Copy the soc_camera based driver in v4l2 sensor driver directory. > This commit just copies the original file without modifying it. > No modification to KConfig and Makefile as soc_camera framework > dependencies need to be removed first in next commit. > > Signed-off-by: Jacopo Mondi > Acked-by: Laurent Pinchart > --- > drivers/media/i2c/ov772x.c | 1124 ++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 1124 insertions(+) > create mode 100644 drivers/media/i2c/ov772x.c > > diff --git a/drivers/media/i2c/ov772x.c b/drivers/media/i2c/ov772x.c > new file mode 100644 > index 0000000..8063835 > --- /dev/null > +++ b/drivers/media/i2c/ov772x.c > @@ -0,0 +1,1124 @@ > +/* > + * ov772x Camera Driver > + * > + * Copyright (C) 2008 Renesas Solutions Corp. > + * Kuninori Morimoto > + * > + * Based on ov7670 and soc_camera_platform driver, > + * > + * Copyright 2006-7 Jonathan Corbet > + * Copyright (C) 2008 Magnus Damm > + * Copyright (C) 2008, Guennadi Liakhovetski > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free Software Foundation. > + */ Do you mind using a simpler SPDX identifier instead of this long legalese boilerplate? This is documented in Thomas doc patches. This applies to your entire patch set of course. Thanks! -- Cordially Philippe Ombredanne