Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752640AbdLKOt0 (ORCPT ); Mon, 11 Dec 2017 09:49:26 -0500 Received: from galahad.ideasonboard.com ([185.26.127.97]:57423 "EHLO galahad.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751512AbdLKOtX (ORCPT ); Mon, 11 Dec 2017 09:49:23 -0500 From: Laurent Pinchart To: Jacopo Mondi Cc: magnus.damm@gmail.com, geert@glider.be, mchehab@kernel.org, hverkuil@xs4all.nl, linux-renesas-soc@vger.kernel.org, linux-media@vger.kernel.org, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 07/10] v4l: i2c: Copy ov772x soc_camera sensor driver Date: Mon, 11 Dec 2017 16:49:24 +0200 Message-ID: <3757887.b3TU9SkMDe@avalon> Organization: Ideas on Board Oy In-Reply-To: <1510743363-25798-8-git-send-email-jacopo+renesas@jmondi.org> References: <1510743363-25798-1-git-send-email-jacopo+renesas@jmondi.org> <1510743363-25798-8-git-send-email-jacopo+renesas@jmondi.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 756 Lines: 26 Hi Jacopo, Thank you for the patch. On Wednesday, 15 November 2017 12:56:00 EET Jacopo Mondi wrote: > Copy the soc_camera based driver in v4l2 sensor driver directory. > This commit just copies the original file without modifying it. You might want to explain why you're not patching the Kconfig and Makefile here, that is because you will first convert the driver away from soc-camera in the next commit. Apart from that, Acked-by: Laurent Pinchart > Signed-off-by: Jacopo Mondi > --- > drivers/media/i2c/ov772x.c | 1124 +++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 1124 insertions(+) > create mode 100644 drivers/media/i2c/ov772x.c -- Regards, Laurent Pinchart