All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH v2 0/3] tmp401: Add support for TI's TMP401/411
@ 2009-05-19  8:05 Andre Prendel
  2009-05-19  8:29 ` [lm-sensors] [PATCH v2 0/3] tmp401: Add support for TI's Hans de Goede
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andre Prendel @ 2009-05-19  8:05 UTC (permalink / raw)
  To: lm-sensors

Hello Jean, Hans,

this is version v2 of the tmp401 driver patch series.

I've added some documentation and fixed the issues of your review (see
changes in patch 2/3).

Thanks,
Andre
---
 Documentation/hwmon/sysfs-interface |   19 
 Documentation/hwmon/tmp401          |   42 ++
 drivers/hwmon/Kconfig               |   10 
 drivers/hwmon/Makefile              |    1 
 drivers/hwmon/tmp401.c              |  689 ++++++++++++++++++++++++++++++++++++
 5 files changed, 761 insertions(+)

_______________________________________________
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 v2 0/3] tmp401: Add support for TI's
  2009-05-19  8:05 [lm-sensors] [PATCH v2 0/3] tmp401: Add support for TI's TMP401/411 Andre Prendel
@ 2009-05-19  8:29 ` Hans de Goede
  2009-05-19 14:36 ` Jean Delvare
  2009-05-19 15:33 ` Andre Prendel
  2 siblings, 0 replies; 4+ messages in thread
From: Hans de Goede @ 2009-05-19  8:29 UTC (permalink / raw)
  To: lm-sensors



On 05/19/2009 10:05 AM, Andre Prendel wrote:
> Hello Jean, Hans,
>
> this is version v2 of the tmp401 driver patch series.
>
> I've added some documentation and fixed the issues of your review (see
> changes in patch 2/3).
>

All 3 look good!

Acked-by: Hans de Goede <hdegoede@redhat.com>

Regards,

Hans

_______________________________________________
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 v2 0/3] tmp401: Add support for TI's
  2009-05-19  8:05 [lm-sensors] [PATCH v2 0/3] tmp401: Add support for TI's TMP401/411 Andre Prendel
  2009-05-19  8:29 ` [lm-sensors] [PATCH v2 0/3] tmp401: Add support for TI's Hans de Goede
@ 2009-05-19 14:36 ` Jean Delvare
  2009-05-19 15:33 ` Andre Prendel
  2 siblings, 0 replies; 4+ messages in thread
From: Jean Delvare @ 2009-05-19 14:36 UTC (permalink / raw)
  To: lm-sensors

On Tue, 19 May 2009 10:29:33 +0200, Hans de Goede wrote:
> On 05/19/2009 10:05 AM, Andre Prendel wrote:
> > Hello Jean, Hans,
> >
> > this is version v2 of the tmp401 driver patch series.
> >
> > I've added some documentation and fixed the issues of your review (see
> > changes in patch 2/3).
> >
> 
> All 3 look good!
> 
> Acked-by: Hans de Goede <hdegoede@redhat.com>

Good. I've applied all 3 patches. I did some cleanups between patch 1
and patch 2 so that patch 2 doesn't change the coding style for code
that was just added by patch 1. The end result is pretty much the same,
but this makes patch 2 much easier to read.

All 3 patches are now visible at:
ftp://ftp.kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
and are scheduled for merge into kernel 2.6.31.

Please update wiki/Devices to reflect the current status.

-- 
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 v2 0/3] tmp401: Add support for TI's
  2009-05-19  8:05 [lm-sensors] [PATCH v2 0/3] tmp401: Add support for TI's TMP401/411 Andre Prendel
  2009-05-19  8:29 ` [lm-sensors] [PATCH v2 0/3] tmp401: Add support for TI's Hans de Goede
  2009-05-19 14:36 ` Jean Delvare
@ 2009-05-19 15:33 ` Andre Prendel
  2 siblings, 0 replies; 4+ messages in thread
From: Andre Prendel @ 2009-05-19 15:33 UTC (permalink / raw)
  To: lm-sensors

On Tue, May 19, 2009 at 04:36:30PM +0200, Jean Delvare wrote:
> On Tue, 19 May 2009 10:29:33 +0200, Hans de Goede wrote:
> > On 05/19/2009 10:05 AM, Andre Prendel wrote:
> > > Hello Jean, Hans,
> > >
> > > this is version v2 of the tmp401 driver patch series.
> > >
> > > I've added some documentation and fixed the issues of your review (see
> > > changes in patch 2/3).
> > >
> > 
> > All 3 look good!
> > 
> > Acked-by: Hans de Goede <hdegoede@redhat.com>
> 
> Good. I've applied all 3 patches. I did some cleanups between patch 1
> and patch 2 so that patch 2 doesn't change the coding style for code
> that was just added by patch 1. The end result is pretty much the same,
> but this makes patch 2 much easier to read.
> 
> All 3 patches are now visible at:
> ftp://ftp.kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
> and are scheduled for merge into kernel 2.6.31.

So I'm on the kernel walk of fame soon, that's great, thanks :)

> 
> Please update wiki/Devices to reflect the current status.
Done.

> -- 
> Jean Delvare

Andre

_______________________________________________
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:[~2009-05-19 15:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-19  8:05 [lm-sensors] [PATCH v2 0/3] tmp401: Add support for TI's TMP401/411 Andre Prendel
2009-05-19  8:29 ` [lm-sensors] [PATCH v2 0/3] tmp401: Add support for TI's Hans de Goede
2009-05-19 14:36 ` Jean Delvare
2009-05-19 15:33 ` Andre Prendel

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.