From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from saturn.retrosnub.co.uk ([178.18.118.26]:45549 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753480AbaAAMGD (ORCPT ); Wed, 1 Jan 2014 07:06:03 -0500 Message-ID: <52C404A2.9030106@kernel.org> Date: Wed, 01 Jan 2014 12:05:54 +0000 From: Jonathan MIME-Version: 1.0 To: Kevin Tsai , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Rob Landley , Grant Likely , Peter Huewe , Jason Gunthorpe , Teddy Reed , Kent Yoder , Arnaud Ebalard , Peter Meerwald , Lars-Peter Clausen , Oleksandr Kravchenko , Jacek Anaszewski CC: devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-iio@vger.kernel.org Subject: Re: [PATCH V4 1/1] iio: add Capella CM32181 ambient light sensor driver. References: <1387850035-4030-1-git-send-email-ktsai@capellamicro.com> In-Reply-To: <1387850035-4030-1-git-send-email-ktsai@capellamicro.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 24/12/13 01:53, Kevin Tsai wrote: > Add Capella Microsystem CM32181 Ambient Light Sensor IIO driver. > This driver will convert raw data to lux value under open-air > condition. Change the calibscale based on the cover material. > > Signed-off-by: Kevin Tsai > --- Hi Kevin, It is good practice to list here (nothing from here goes in final commit message) any changes since the previous version. This just makes it clear whether you have responded to all review comments, particularly when there are multiple people reviewing the patch. Other than that, I'm happy with this and have applied it to the togreg branch of iio.git - initially pushed out as testing for build tests. Note I made one tiny white space change (dropped a blank line where there were two...