All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH 0/5] hwmon: Series of patches for LM63 driver
@ 2012-01-10  3:41 Guenter Roeck
  2012-01-10  4:15 ` [lm-sensors] [PATCH 0/5] hwmon: Series of patches for LM63 Guenter Roeck
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Guenter Roeck @ 2012-01-10  3:41 UTC (permalink / raw)
  To: lm-sensors

From: Guenter Roeck <guenter.roeck@ericsson.com>

Add support for LM96163 and a couple of additional sysfs attributes.

Tested with LM63 and LM96163.

_______________________________________________
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/5] hwmon: Series of patches for LM63
  2012-01-10  3:41 [lm-sensors] [PATCH 0/5] hwmon: Series of patches for LM63 driver Guenter Roeck
@ 2012-01-10  4:15 ` Guenter Roeck
  2012-01-10  7:06 ` Jean Delvare
  2012-01-10 14:42 ` Guenter Roeck
  2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2012-01-10  4:15 UTC (permalink / raw)
  To: lm-sensors

On Mon, Jan 09, 2012 at 10:41:58PM -0500, Guenter Roeck wrote:
> From: Guenter Roeck <guenter.roeck@ericsson.com>
> 
> Add support for LM96163 and a couple of additional sysfs attributes.
> 
> Tested with LM63 and LM96163.

Just noticed that I sent out most of that series in November.
Completely forgot about that, and thought it got lost. Oh well.

Take it as a reminder that some of it is still waiting for review,
and at least the update_interval patch is new.

Guenter

_______________________________________________
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/5] hwmon: Series of patches for LM63
  2012-01-10  3:41 [lm-sensors] [PATCH 0/5] hwmon: Series of patches for LM63 driver Guenter Roeck
  2012-01-10  4:15 ` [lm-sensors] [PATCH 0/5] hwmon: Series of patches for LM63 Guenter Roeck
@ 2012-01-10  7:06 ` Jean Delvare
  2012-01-10 14:42 ` Guenter Roeck
  2 siblings, 0 replies; 4+ messages in thread
From: Jean Delvare @ 2012-01-10  7:06 UTC (permalink / raw)
  To: lm-sensors

Hi Guenter,

On Mon, 9 Jan 2012 20:15:44 -0800, Guenter Roeck wrote:
> On Mon, Jan 09, 2012 at 10:41:58PM -0500, Guenter Roeck wrote:
> > From: Guenter Roeck <guenter.roeck@ericsson.com>
> > 
> > Add support for LM96163 and a couple of additional sysfs attributes.
> > 
> > Tested with LM63 and LM96163.
> 
> Just noticed that I sent out most of that series in November.
> Completely forgot about that, and thought it got lost. Oh well.
> 
> Take it as a reminder that some of it is still waiting for review,
> and at least the update_interval patch is new.

Incidentally this was on my to-do list for today. It happens that I
have an LM64 on an old graphics card so I will even be able to test
your changes (and mine) on it.

-- 
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/5] hwmon: Series of patches for LM63
  2012-01-10  3:41 [lm-sensors] [PATCH 0/5] hwmon: Series of patches for LM63 driver Guenter Roeck
  2012-01-10  4:15 ` [lm-sensors] [PATCH 0/5] hwmon: Series of patches for LM63 Guenter Roeck
  2012-01-10  7:06 ` Jean Delvare
@ 2012-01-10 14:42 ` Guenter Roeck
  2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2012-01-10 14:42 UTC (permalink / raw)
  To: lm-sensors

On Tue, Jan 10, 2012 at 02:06:30AM -0500, Jean Delvare wrote:
> Hi Guenter,
> 
> On Mon, 9 Jan 2012 20:15:44 -0800, Guenter Roeck wrote:
> > On Mon, Jan 09, 2012 at 10:41:58PM -0500, Guenter Roeck wrote:
> > > From: Guenter Roeck <guenter.roeck@ericsson.com>
> > > 
> > > Add support for LM96163 and a couple of additional sysfs attributes.
> > > 
> > > Tested with LM63 and LM96163.
> > 
> > Just noticed that I sent out most of that series in November.
> > Completely forgot about that, and thought it got lost. Oh well.
> > 
> > Take it as a reminder that some of it is still waiting for review,
> > and at least the update_interval patch is new.
> 
> Incidentally this was on my to-do list for today. It happens that I
> have an LM64 on an old graphics card so I will even be able to test
> your changes (and mine) on it.
> 
Excellent.

For the LM96163 register dump I sent to you earlier, turns out I had to set the 
correct sensor type (3904 vs. the default thermal diode). I should add support
for temp2_type for that chip.

Guenter

_______________________________________________
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:[~2012-01-10 14:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-10  3:41 [lm-sensors] [PATCH 0/5] hwmon: Series of patches for LM63 driver Guenter Roeck
2012-01-10  4:15 ` [lm-sensors] [PATCH 0/5] hwmon: Series of patches for LM63 Guenter Roeck
2012-01-10  7:06 ` Jean Delvare
2012-01-10 14:42 ` Guenter Roeck

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.