From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <51D53B72.6020309@metafoo.de> Date: Thu, 04 Jul 2013 11:08:02 +0200 From: Lars-Peter Clausen MIME-Version: 1.0 To: Alexandre Belloni CC: Shawn Guo , Jonathan Cameron , jimwall@q.com, brian@crystalfontz.com, Maxime Ripard , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org, Rob Landley , Rob Herring , Grant Likely Subject: Re: [PATCHv3 1/3] iio: Add Nuvoton NAU7802 ADC driver References: <1372094699-3832-1-git-send-email-alexandre.belloni@free-electrons.com> <1372094699-3832-2-git-send-email-alexandre.belloni@free-electrons.com> In-Reply-To: <1372094699-3832-2-git-send-email-alexandre.belloni@free-electrons.com> Content-Type: text/plain; charset=ISO-8859-1 List-ID: On 06/24/2013 07:24 PM, Alexandre Belloni wrote: > The Nuvoton NAU7802 ADC is a 24-bit 2-channels I2C ADC, with adjustable > gain and sampling rates. > > Signed-off-by: Alexandre Belloni > Signed-off-by: Maxime Ripard Reviewed-by: Lars-Peter Clausen One remark though. Multiline comments should be like /* * foo * bar */ not /* foo * bar */ But not need to resend the patch just for this - Lars From mboxrd@z Thu Jan 1 00:00:00 1970 From: lars@metafoo.de (Lars-Peter Clausen) Date: Thu, 04 Jul 2013 11:08:02 +0200 Subject: [PATCHv3 1/3] iio: Add Nuvoton NAU7802 ADC driver In-Reply-To: <1372094699-3832-2-git-send-email-alexandre.belloni@free-electrons.com> References: <1372094699-3832-1-git-send-email-alexandre.belloni@free-electrons.com> <1372094699-3832-2-git-send-email-alexandre.belloni@free-electrons.com> Message-ID: <51D53B72.6020309@metafoo.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/24/2013 07:24 PM, Alexandre Belloni wrote: > The Nuvoton NAU7802 ADC is a 24-bit 2-channels I2C ADC, with adjustable > gain and sampling rates. > > Signed-off-by: Alexandre Belloni > Signed-off-by: Maxime Ripard Reviewed-by: Lars-Peter Clausen One remark though. Multiline comments should be like /* * foo * bar */ not /* foo * bar */ But not need to resend the patch just for this - Lars