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 18:05:33 -0700 Message-ID: <20101023010533.GA8156@ericsson.com> References: <1287748654-2626-1-git-send-email-samu.p.onkalo@nokia.com> <1287778096.9690.401.camel@groeck-laptop> <4CC221F0.5040608@tremplin-utc.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <4CC221F0.5040608-VkQ1JFuSMpfAbQlEx87xDw@public.gmane.org> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: =?iso-8859-1?Q?=C9ric?= Piel Cc: Samu Onkalo , "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, Oct 22, 2010 at 07:44:48PM -0400, =C9ric Piel wrote: > 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 configuration= s. > >> 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 :-) >=20 Thanks! Guenter