From: khali@linux-fr.org (Jean Delvare)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] [PATCH 1/1] i2c: m41txx driver for ST i2c RTC chips
Date: Thu, 23 Mar 2006 20:52:08 +0000 [thread overview]
Message-ID: <20060323215208.2486cccf.khali@linux-fr.org> (raw)
In-Reply-To: <20060217011359.GA16247@mag.az.mvista.com>
> > I still have a problem with your patch (sorry). It's really doing to
> > many things at once. Namely, it adds support for new chips, converts
> > from tasklet to workqueue, cleans up a few things (e.g. BIN2BCD instead
> > of BIN_TO_BCD, which is a good move), and also includes some whitespace
> > changes (some of which is NOT OK, please don't attempt to align equal
> > signs with spaces in regular code!)
>
> You mean things like the following?
>
> sec = buf[m41t00_chip->sec] & 0x7f;
> min = buf[m41t00_chip->min] & 0x7f;
> hour = buf[m41t00_chip->hour] & 0x3f;
>
> I just want to make sure I change the right code.
Yes, this is the kind of thing I was referring to.
Thanks,
--
Jean Delvare
next prev parent reply other threads:[~2006-03-23 20:52 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 ` [lm-sensors] [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 Jean Delvare
2006-03-28 12:21 ` [PATCH 2.6.16-mm1 3/3] rtc: add support for m41t81 & m41t85 chips to m41t00 driver 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 ` Jean Delvare [this message]
2006-03-24 1:14 ` [lm-sensors] [PATCH 1/1] i2c: m41txx driver for ST i2c RTC chips 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=20060323215208.2486cccf.khali@linux-fr.org \
--to=khali@linux-fr.org \
--cc=lm-sensors@vger.kernel.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 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.