From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754739Ab0JVXoz (ORCPT ); Fri, 22 Oct 2010 19:44:55 -0400 Received: from mailservice.tudelft.nl ([130.161.131.5]:60172 "EHLO mailservice.tudelft.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753630Ab0JVXoy (ORCPT ); Fri, 22 Oct 2010 19:44:54 -0400 X-Spam-Flag: NO X-Spam-Score: -21.89 Message-ID: <4CC221F0.5040608@tremplin-utc.net> Date: Sat, 23 Oct 2010 01:44:48 +0200 From: =?UTF-8?B?w4lyaWMgUGllbA==?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.11) Gecko/20101020 Mandriva/3.1.5-1mdv2011.0 (2011.0) Thunderbird/3.1.5 MIME-Version: 1.0 To: guenter.roeck@ericsson.com CC: Samu Onkalo , "khali@linux-fr.org" , "jic23@cam.ac.uk" , "lm-sensors@lm-sensors.org" , "linux-i2c@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 00/12] lis3 accelerator feature update References: <1287748654-2626-1-git-send-email-samu.p.onkalo@nokia.com> <1287778096.9690.401.camel@groeck-laptop> In-Reply-To: <1287778096.9690.401.camel@groeck-laptop> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Op 22-10-10 22:08, Guenter Roeck schreef: > On Fri, 2010-10-22 at 07:57 -0400, Samu Onkalo wrote: >> Changes are tested only with I2C interface using 8bit sensor since I don't >> have other possibilities. Some features are not enabled >> by default since I can't test them with all possible configurations. >> Platform data contains field which controls new features. >> > [ ... ] >> >> Samu Onkalo (12): >> hwmon: lis3: pm_runtime support >> hwmon: lis3: regulator control >> hwmon: lis3: Cleanup interrupt handling >> hwmon: lis3: Update coordinates at polled device open >> hwmon: lis3: Power on corrections >> hwmon: lis3: restore axis enabled bits >> hwmon: lis3: New parameters to platform data >> hwmon: lis3: Adjust fuzziness for 8 bit device >> hwmon: lis3: use block read to access data registers >> hwmon: lis3: Enhance lis3 selftest with IRQ line test >> hwmon: lis3: Short explanations of platform data fields >> hwmon: lis3: Release resources is case of failure >> >> drivers/hwmon/lis3lv02d.c | 304 ++++++++++++++++++++++++++++++++++------ >> drivers/hwmon/lis3lv02d.h | 18 +++ >> drivers/hwmon/lis3lv02d_i2c.c | 127 +++++++++++++++-- >> drivers/hwmon/lis3lv02d_spi.c | 2 +- >> include/linux/lis3lv02d.h | 50 +++++++- >> 5 files changed, 439 insertions(+), 62 deletions(-) >> > Eric, can you Ack this series ? Hi, I'll try to review, test and ack the series this weekend :-) Eric