* [lm-sensors] [PATCH 0/3] lm87 changes for Solarflare NICs [2nd try]
@ 2008-06-09 11:06 Ben Hutchings
2008-07-06 11:26 ` [lm-sensors] [PATCH 0/3] lm87 changes for Solarflare NICs [2nd Jean Delvare
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Ben Hutchings @ 2008-06-09 11:06 UTC (permalink / raw)
To: lm-sensors
This patch series splits the previous patch into 3 parts.
Ben.
Ben Hutchings (3):
lm87: Converted into a new-style driver
lm87: Add support for configuration through platform_data
lm87: Expose sensor values to kernel users
drivers/hwmon/lm87.c | 363 +++++++++++++++++++++++++++++++-------------------
include/linux/lm87.h | 132 ++++++++++++++++++
2 files changed, 357 insertions(+), 138 deletions(-)
create mode 100644 include/linux/lm87.h
--
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [lm-sensors] [PATCH 0/3] lm87 changes for Solarflare NICs [2nd
2008-06-09 11:06 [lm-sensors] [PATCH 0/3] lm87 changes for Solarflare NICs [2nd try] Ben Hutchings
@ 2008-07-06 11:26 ` Jean Delvare
2008-07-06 12:21 ` Ben Hutchings
2008-07-06 15:41 ` Jean Delvare
2 siblings, 0 replies; 4+ messages in thread
From: Jean Delvare @ 2008-07-06 11:26 UTC (permalink / raw)
To: lm-sensors
Hi Ben,
On Mon, 9 Jun 2008 12:06:04 +0100, Ben Hutchings wrote:
> This patch series splits the previous patch into 3 parts.
>
> Ben.
>
> Ben Hutchings (3):
> lm87: Converted into a new-style driver
> lm87: Add support for configuration through platform_data
> lm87: Expose sensor values to kernel users
>
> drivers/hwmon/lm87.c | 363 +++++++++++++++++++++++++++++++-------------------
> include/linux/lm87.h | 132 ++++++++++++++++++
> 2 files changed, 357 insertions(+), 138 deletions(-)
> create mode 100644 include/linux/lm87.h
I have been delaying the review of these patches because I am working
in parallel on a better way to handle both legacy i2c clients and
new-style ones in the same driver. This would basically obsolete your
first patch in this series. I'd rather get this ready in time to be
merged in 2.6.26-rc1, for the lm87 driver and all other hwmon drivers
alike, and then I will have more time to look into the other patches
you sent.
Thanks,
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [lm-sensors] [PATCH 0/3] lm87 changes for Solarflare NICs [2nd
2008-06-09 11:06 [lm-sensors] [PATCH 0/3] lm87 changes for Solarflare NICs [2nd try] Ben Hutchings
2008-07-06 11:26 ` [lm-sensors] [PATCH 0/3] lm87 changes for Solarflare NICs [2nd Jean Delvare
@ 2008-07-06 12:21 ` Ben Hutchings
2008-07-06 15:41 ` Jean Delvare
2 siblings, 0 replies; 4+ messages in thread
From: Ben Hutchings @ 2008-07-06 12:21 UTC (permalink / raw)
To: lm-sensors
Jean Delvare wrote:
[...]
> I have been delaying the review of these patches because I am working
> in parallel on a better way to handle both legacy i2c clients and
> new-style ones in the same driver. This would basically obsolete your
> first patch in this series. I'd rather get this ready in time to be
> merged in 2.6.26-rc1, for the lm87 driver and all other hwmon drivers
> alike, and then I will have more time to look into the other patches
> you sent.
OK, thanks. How about max664x?
Ben.
--
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [lm-sensors] [PATCH 0/3] lm87 changes for Solarflare NICs [2nd
2008-06-09 11:06 [lm-sensors] [PATCH 0/3] lm87 changes for Solarflare NICs [2nd try] Ben Hutchings
2008-07-06 11:26 ` [lm-sensors] [PATCH 0/3] lm87 changes for Solarflare NICs [2nd Jean Delvare
2008-07-06 12:21 ` Ben Hutchings
@ 2008-07-06 15:41 ` Jean Delvare
2 siblings, 0 replies; 4+ messages in thread
From: Jean Delvare @ 2008-07-06 15:41 UTC (permalink / raw)
To: lm-sensors
On Sun, 6 Jul 2008 13:21:56 +0100, Ben Hutchings wrote:
> Jean Delvare wrote:
> [...]
> > I have been delaying the review of these patches because I am working
> > in parallel on a better way to handle both legacy i2c clients and
> > new-style ones in the same driver. This would basically obsolete your
> > first patch in this series. I'd rather get this ready in time to be
> > merged in 2.6.26-rc1, for the lm87 driver and all other hwmon drivers
> > alike, and then I will have more time to look into the other patches
> > you sent.
>
> OK, thanks. How about max664x?
I'll try to give it a quick review later today.
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-07-06 15:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-09 11:06 [lm-sensors] [PATCH 0/3] lm87 changes for Solarflare NICs [2nd try] Ben Hutchings
2008-07-06 11:26 ` [lm-sensors] [PATCH 0/3] lm87 changes for Solarflare NICs [2nd Jean Delvare
2008-07-06 12:21 ` Ben Hutchings
2008-07-06 15:41 ` Jean Delvare
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.