linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Guenter Roeck <guenter.roeck@ericsson.com>
To: "Éric Piel" <eric.piel@tremplin-utc.net>
Cc: "linux-i2c@vger.kernel.org" <linux-i2c@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"lm-sensors@lm-sensors.org" <lm-sensors@lm-sensors.org>
Subject: Re: [lm-sensors] [PATCH 00/12] lis3 accelerator feature update
Date: Sun, 24 Oct 2010 10:01:20 -0700	[thread overview]
Message-ID: <20101024170120.GA14747@ericsson.com> (raw)
In-Reply-To: <20101024163529.GA14650@ericsson.com>

On Sun, Oct 24, 2010 at 12:35:29PM -0400, Guenter Roeck wrote:
> On Sun, Oct 24, 2010 at 11:35:48AM -0400, Guenter Roeck wrote:
> > On Sun, Oct 24, 2010 at 11:05:33AM -0400, Éric Piel wrote:
> > > Op 22-10-10 13:57, Samu Onkalo schreef:
> > > > 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.
> > > Thanks Samu for persevering with the automatic power down feature. 
> > > Hopefully I'll find also some time to activate it on the hp_accel side.
> > > 
> > > For now, I've reviewed the changes and everything looked fine, as well 
> > > as tested them on my HP laptop (with a 12 bits sensor). Although most of 
> > > the changes are not visible on this platform, at least there shouldn't 
> > > be any regression.
> > > 
> > Great, thanks.
> > 
> > Unfortunately, the patches don't apply to my staging branch, probably
> > because of the other pending lis3 changes.
> > 
> > Samu, please rebase your patches to 
> > 	git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging.git hwmon-next
> > and resubmit.
> > 
> Never mind. Played a bit with git, learned something new, and got it all merged.
> Now compiling.
> 
> Eric, once I pushed the changes into above branch (hopefully by tonight),
> would be great if you could give it another test run.
> 
Compiled and applied to hwmon-next. I'll let it rest there for a couple of days
before sending it off to Linus. Eric, would be great if you can sanity test
the merged version.

Thanks,
Guenter

  reply	other threads:[~2010-10-24 17:01 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-22 11:57 [PATCH 00/12] lis3 accelerator feature update Samu Onkalo
2010-10-22 11:57 ` [PATCH 01/12] hwmon: lis3: pm_runtime support Samu Onkalo
2010-10-22 16:13   ` Jonathan Cameron
2010-10-24 14:03   ` Éric Piel
2010-10-22 11:57 ` [PATCH 02/12] hwmon: lis3: regulator control Samu Onkalo
2010-10-22 16:11   ` Jonathan Cameron
2010-10-24 14:59   ` Éric Piel
2010-10-22 11:57 ` [PATCH 03/12] hwmon: lis3: Cleanup interrupt handling Samu Onkalo
2010-10-24 14:18   ` Éric Piel
2010-10-22 11:57 ` [PATCH 04/12] hwmon: lis3: Update coordinates at polled device open Samu Onkalo
2010-10-24 14:19   ` Éric Piel
2010-10-22 11:57 ` [PATCH 05/12] hwmon: lis3: Power on corrections Samu Onkalo
2010-10-24 14:22   ` Éric Piel
2010-10-22 11:57 ` [PATCH 06/12] hwmon: lis3: restore axis enabled bits Samu Onkalo
2010-10-24 14:24   ` Éric Piel
2010-10-22 11:57 ` [PATCH 07/12] hwmon: lis3: New parameters to platform data Samu Onkalo
2010-10-22 16:17   ` Jonathan Cameron
2010-10-24 14:27   ` Éric Piel
2010-10-22 11:57 ` [PATCH 08/12] hwmon: lis3: Adjust fuzziness for 8 bit device Samu Onkalo
2010-10-24 14:33   ` Éric Piel
2010-10-22 11:57 ` [PATCH 09/12] hwmon: lis3: use block read to access data registers Samu Onkalo
2010-10-22 16:20   ` Jonathan Cameron
2010-10-24 14:53   ` Éric Piel
2010-10-22 11:57 ` [PATCH 10/12] hwmon: lis3: Enhance lis3 selftest with IRQ line test Samu Onkalo
2010-10-24 14:58   ` Éric Piel
2010-10-22 11:57 ` [PATCH 11/12] hwmon: lis3: Short explanations of platform data fields Samu Onkalo
2010-10-22 16:25   ` Jonathan Cameron
2010-10-22 11:57 ` [PATCH 12/12] hwmon: lis3: Release resources is case of failure Samu Onkalo
2010-10-24 14:59   ` Éric Piel
2010-10-22 20:08 ` [PATCH 00/12] lis3 accelerator feature update Guenter Roeck
2010-10-22 23:44   ` Éric Piel
2010-10-23  1:05     ` Guenter Roeck
2010-10-24 15:05 ` Éric Piel
2010-10-24 15:35   ` Guenter Roeck
2010-10-24 16:35     ` [lm-sensors] " Guenter Roeck
2010-10-24 17:01       ` Guenter Roeck [this message]
2010-10-25  6:10   ` samu.p.onkalo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101024170120.GA14747@ericsson.com \
    --to=guenter.roeck@ericsson.com \
    --cc=eric.piel@tremplin-utc.net \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lm-sensors@lm-sensors.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).