From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Subject: Re: [PATCH 00/12] lis3 accelerator feature update Date: Fri, 22 Oct 2010 13:08:16 -0700 Message-ID: <1287778096.9690.401.camel@groeck-laptop> References: <1287748654-2626-1-git-send-email-samu.p.onkalo@nokia.com> Reply-To: guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1287748654-2626-1-git-send-email-samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Samu Onkalo Cc: "eric.piel-VkQ1JFuSMpfAbQlEx87xDw@public.gmane.org" , "khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org" , "jic23-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org" , "lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org" , "linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: linux-i2c@vger.kernel.org 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 ? Guenter