From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?w4lyaWMgUGllbA==?= Subject: Re: [PATCH 00/12] lis3 accelerator feature update Date: Sat, 23 Oct 2010 01:44:48 +0200 Message-ID: <4CC221F0.5040608@tremplin-utc.net> References: <1287748654-2626-1-git-send-email-samu.p.onkalo@nokia.com> <1287778096.9690.401.camel@groeck-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1287778096.9690.401.camel@groeck-laptop> Sender: linux-kernel-owner@vger.kernel.org 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" List-Id: linux-i2c@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