All of lore.kernel.org
 help / color / mirror / Atom feed
From: khali@linux-fr.org (Jean Delvare)
To: Andrew Morton <akpm@osdl.org>, "Mark A. Greer" <mgreer@mvista.com>
Cc: lm-sensors@lm-sensors.org, linux-kernel@vger.kernel.org
Subject: [lm-sensors] [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81
Date: Tue, 28 Mar 2006 12:21:14 +0000	[thread overview]
Message-ID: <20060328142114.e578cd7c.khali@linux-fr.org> (raw)
In-Reply-To: <20060327165120.35376d11.akpm@osdl.org>

Hi Mark, Andrew,

> Mark A. Greer wrote:
> >
> > Resend...
> > ---
> > 
> >  drivers/i2c/chips/m41t00.c |  294 ++++++++++++++++++++++++++++++++++-----------
> >  include/linux/m41t00.h     |   50 +++++++
> 

Andrew Morton wrote:
> Not sure what to make of this.  It has no changelog, it doesn't apply on
> top of your previous three patches:
> 
> rtc-m41t00-driver-should-use-workqueue-instead-of-tasklet.patch
> rtc-m41t00-driver-cleanup.patch
> rtc-add-support-for-m41t81-m41t85-chips-to-m41t00-driver.patch
> 
> and it doesn't apply when used to replace
> rtc-add-support-for-m41t81-m41t85-chips-to-m41t00-driver.patch.

Replacing works for me, after also replacing the two first patches of
the series with their new respective version. As for the changelog I
picked the one from the original third patch.

> An incremental patch against the three above patches would be ideal...

Well, the first two patches (workqueue and cleanup) look ok to me now,
so I'll send them to Greg now, together with one similar patch for the
ds1374 driver. The workqueue patches need to go to Linus soon, as they
fix a bug in these drivers, and I know that Greg has other i2c patches
waiting to go to Linus anyway. The cleanup patch can go in too, I
think, as it's simple enough.

As for the third patch, I have some more comments on it (sorry for
being slow) and it might need some tweaking, so it's probably better
(and easier) if Andrew just drops it for now, and it'll get back to him
when ready.

Mark, is it OK if this third patch adding the m41t81 and m41t85 support
spends some time in Andrew's tree and only goes in mainline for 2.6.18,
or do you need it in 2.6.17?

Thanks,
-- 
Jean Delvare


WARNING: multiple messages have this Message-ID (diff)
From: Jean Delvare <khali@linux-fr.org>
To: Andrew Morton <akpm@osdl.org>, "Mark A. Greer" <mgreer@mvista.com>
Cc: lm-sensors@lm-sensors.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 & m41t85 chips to m41t00 driver
Date: Tue, 28 Mar 2006 14:21:14 +0200	[thread overview]
Message-ID: <20060328142114.e578cd7c.khali@linux-fr.org> (raw)
In-Reply-To: <20060327165120.35376d11.akpm@osdl.org>

Hi Mark, Andrew,

> Mark A. Greer wrote:
> >
> > Resend...
> > ---
> > 
> >  drivers/i2c/chips/m41t00.c |  294 ++++++++++++++++++++++++++++++++++-----------
> >  include/linux/m41t00.h     |   50 +++++++
> 

Andrew Morton wrote:
> Not sure what to make of this.  It has no changelog, it doesn't apply on
> top of your previous three patches:
> 
> rtc-m41t00-driver-should-use-workqueue-instead-of-tasklet.patch
> rtc-m41t00-driver-cleanup.patch
> rtc-add-support-for-m41t81-m41t85-chips-to-m41t00-driver.patch
> 
> and it doesn't apply when used to replace
> rtc-add-support-for-m41t81-m41t85-chips-to-m41t00-driver.patch.

Replacing works for me, after also replacing the two first patches of
the series with their new respective version. As for the changelog I
picked the one from the original third patch.

> An incremental patch against the three above patches would be ideal...

Well, the first two patches (workqueue and cleanup) look ok to me now,
so I'll send them to Greg now, together with one similar patch for the
ds1374 driver. The workqueue patches need to go to Linus soon, as they
fix a bug in these drivers, and I know that Greg has other i2c patches
waiting to go to Linus anyway. The cleanup patch can go in too, I
think, as it's simple enough.

As for the third patch, I have some more comments on it (sorry for
being slow) and it might need some tweaking, so it's probably better
(and easier) if Andrew just drops it for now, and it'll get back to him
when ready.

Mark, is it OK if this third patch adding the m41t81 and m41t85 support
spends some time in Andrew's tree and only goes in mainline for 2.6.18,
or do you need it in 2.6.17?

Thanks,
-- 
Jean Delvare

  reply	other threads:[~2006-03-28 12:21 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-17  1:13 [lm-sensors] [PATCH 1/1] i2c: m41txx driver for ST i2c RTC chips Mark A. Greer
2006-02-26 11:47 ` Rudolf Marek
2006-02-27 17:09 ` Mark A. Greer
2006-03-05 20:34 ` Rudolf Marek
2006-03-06 11:45 ` Jean Delvare
2006-03-07 17:01 ` Mark A. Greer
2006-03-18  0:12 ` Mark A. Greer
2006-03-23 20:08 ` Jean Delvare
2006-03-23 20:38 ` Mark A. Greer
2006-03-24  1:18   ` [lm-sensors] [PATCH 2.6.16-mm1 1/3] rtc: m41t00 driver should use Mark A. Greer
2006-03-24  1:18     ` [PATCH 2.6.16-mm1 1/3] rtc: m41t00 driver should use workqueue instead of tasklet Mark A. Greer
2006-03-27 17:03     ` [lm-sensors] [PATCH 2.6.16-mm1 1/3] rtc: m41t00 driver should Jean Delvare
2006-03-27 17:03       ` [PATCH 2.6.16-mm1 1/3] rtc: m41t00 driver should use workqueue instead of tasklet Jean Delvare
2006-03-28  0:22       ` [lm-sensors] [PATCH 2.6.16-mm1 1/3] rtc: m41t00 driver should Mark A. Greer
2006-03-28  0:22         ` [PATCH 2.6.16-mm1 1/3] rtc: m41t00 driver should use workqueue instead of tasklet Mark A. Greer
2006-03-24  1:21   ` [lm-sensors] [PATCH 2.6.16-mm1 2/3] rtc: m41t00 driver cleanup Mark A. Greer
2006-03-24  1:21     ` Mark A. Greer
2006-03-27 17:11     ` [lm-sensors] " Jean Delvare
2006-03-27 17:11       ` Jean Delvare
2006-03-27 22:35       ` [lm-sensors] " Mark A. Greer
2006-03-27 22:35         ` Mark A. Greer
2006-03-28  0:23       ` [lm-sensors] " Mark A. Greer
2006-03-28  0:23         ` Mark A. Greer
2006-03-24  1:24   ` [lm-sensors] [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 & Mark A. Greer
2006-03-24  1:24     ` [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 & m41t85 chips to m41t00 driver Mark A. Greer
2006-03-26 22:58     ` [lm-sensors] [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 Andrew Morton
2006-03-26 22:58       ` [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 & m41t85 chips to m41t00 driver Andrew Morton
2006-03-27 22:34       ` [lm-sensors] [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 Mark A. Greer
2006-03-27 22:34         ` [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 & m41t85 chips to m41t00 driver Mark A. Greer
2006-03-28  0:26       ` [lm-sensors] [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 Mark A. Greer
2006-03-28  0:26         ` [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 & m41t85 chips to m41t00 driver Mark A. Greer
2006-03-28  0:51         ` [lm-sensors] [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 Andrew Morton
2006-03-28  0:51           ` [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 & m41t85 chips to m41t00 driver Andrew Morton
2006-03-28 12:21           ` Jean Delvare [this message]
2006-03-28 12:21             ` Jean Delvare
2006-03-28 17:15             ` [lm-sensors] [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 Mark A. Greer
2006-03-28 17:15               ` [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 & m41t85 chips to m41t00 driver Mark A. Greer
2006-03-28 15:54         ` [lm-sensors] [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 Jean Delvare
2006-03-28 15:54           ` [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 & m41t85 chips to m41t00 driver Jean Delvare
2006-03-28 18:11           ` [lm-sensors] [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 Mark A. Greer
2006-03-28 18:11             ` [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 & m41t85 chips to m41t00 driver Mark A. Greer
2006-03-28 18:30             ` [lm-sensors] [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 Jean Delvare
2006-03-28 18:30               ` [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 & m41t85 chips to m41t00 driver Jean Delvare
2006-03-28 23:12               ` [lm-sensors] [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 Mark A. Greer
2006-03-28 23:12                 ` [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 & m41t85 chips to m41t00 driver Mark A. Greer
2006-04-01 17:20                 ` [lm-sensors] [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 Jean Delvare
2006-04-01 17:20                   ` [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 & m41t85 chips to m41t00 driver Jean Delvare
2006-04-03 18:01                   ` [lm-sensors] [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 Mark A. Greer
2006-04-03 18:01                     ` [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 & m41t85 chips to m41t00 driver Mark A. Greer
2006-03-23 20:52 ` [lm-sensors] [PATCH 1/1] i2c: m41txx driver for ST i2c RTC chips Jean Delvare
2006-03-24  1:14 ` Mark A. Greer

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=20060328142114.e578cd7c.khali@linux-fr.org \
    --to=khali@linux-fr.org \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lm-sensors@lm-sensors.org \
    --cc=mgreer@mvista.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.