All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] #2073: VT1211 Driver review + docs
@ 2006-06-27 14:54 Juerg Haefliger
  2006-06-27 16:41 ` Jim Cromie
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Juerg Haefliger @ 2006-06-27 14:54 UTC (permalink / raw)
  To: lm-sensors

Rudolf,

I know you're busy but is there a chance that someone gives the vt1211
a final review and merge it into main line soon? It's been around for
a while now.
Is there anything I can do to help?

Thanks
...juerg


On 6/4/06, lm-sensors <lm-sensors-notify at lm-sensors.org> wrote:
> #2073: VT1211 Driver review + docs
> --------------------+-------------------------------------------------------
>  Reporter:  ruik    |       Owner:  ruik
>      Type:  task    |      Status:  new
>  Priority:  major   |   Milestone:
> Component:  kernel  |     Version:
>  Keywords:          |
> --------------------+-------------------------------------------------------
>  [http://lists.lm-sensors.org/pipermail/lm-sensors/2006-June/016329.html
>  VT1211 driver review]
>
>  Needs review. Khali thinks not yet for 2.6.18
>
> --
> Ticket URL: <http://www.lm-sensors.org/ticket/2073>
> lm-sensors <http://lm-sensors.org/>
> Linux hardware monitoring


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [lm-sensors] #2073: VT1211 Driver review + docs
  2006-06-27 14:54 [lm-sensors] #2073: VT1211 Driver review + docs Juerg Haefliger
@ 2006-06-27 16:41 ` Jim Cromie
  2006-06-27 17:48 ` Juerg Haefliger
  2006-06-30  8:56 ` Rudolf Marek
  2 siblings, 0 replies; 4+ messages in thread
From: Jim Cromie @ 2006-06-27 16:41 UTC (permalink / raw)
  To: lm-sensors

Juerg Haefliger wrote:
> Rudolf,
>
> I know you're busy but is there a chance that someone gives the vt1211
> a final review and merge it into main line soon? It's been around for
> a while now.
> Is there anything I can do to help?
>
> Thanks
> ...juerg
>
>   
> On 6/4/06, lm-sensors <lm-sensors-notify at lm-sensors.org> wrote:
>   
>> #2073: VT1211 Driver review + docs
>> --------------------+-------------------------------------------------------
>>  Reporter:  ruik    |       Owner:  ruik
>>      Type:  task    |      Status:  new
>>  Priority:  major   |   Milestone:
>> Component:  kernel  |     Version:
>>  Keywords:          |
>> --------------------+-------------------------------------------------------
>>  [http://lists.lm-sensors.org/pipermail/lm-sensors/2006-June/016329.html
>>  VT1211 driver review]
>>
>>     

your patch passes the leading, trailing whitespace tests (which you know):
    cat -TE attachment-0001.obj | grep '^+ ' |more
    cat -TE attachment-0001.obj | grep ' $' |more



2 trivial notes:

+	default:
+		printk(KERN_ERR DRVNAME ": Unknown attr fetch\n");


since these are in your callbacks, which have a struct device *dev,
you could change them to 

	dev_err(dev, "Unknown attr.....
+	}



Also, just below here:

+		/* pwm & temp auto point registers */
+		data->pwm_auto_pwm[0][0] = 255;	/* hard wired */
+		data->pwm_auto_pwm[0][1] = vt1211_read8(data,



you could have done those initializations in a loop. 
Im assuming this would shrink the object by a teeny amount.



And one 'idle-curiosity' question:
what happens when you rmmod  then modprobe ? any surprises ?




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [lm-sensors] #2073: VT1211 Driver review + docs
  2006-06-27 14:54 [lm-sensors] #2073: VT1211 Driver review + docs Juerg Haefliger
  2006-06-27 16:41 ` Jim Cromie
@ 2006-06-27 17:48 ` Juerg Haefliger
  2006-06-30  8:56 ` Rudolf Marek
  2 siblings, 0 replies; 4+ messages in thread
From: Juerg Haefliger @ 2006-06-27 17:48 UTC (permalink / raw)
  To: lm-sensors

> your patch passes the leading, trailing whitespace tests (which you know):
>     cat -TE attachment-0001.obj | grep '^+ ' |more
>     cat -TE attachment-0001.obj | grep ' $' |more

good to know :-)


> 2 trivial notes:
>
> +       default:
> +               printk(KERN_ERR DRVNAME ": Unknown attr fetch\n");
>
>
> since these are in your callbacks, which have a struct device *dev,
> you could change them to
>
>         dev_err(dev, "Unknown attr.....
> +       }
>
>
> Also, just below here:
>
> +               /* pwm & temp auto point registers */
> +               data->pwm_auto_pwm[0][0] = 255; /* hard wired */
> +               data->pwm_auto_pwm[0][1] = vt1211_read8(data,
>
> you could have done those initializations in a loop.
> Im assuming this would shrink the object by a teeny amount.
>

Those issues are minor enough that I waive them at this point. Once
the patch is in the main line I'm happy to do increments. But I want
this thing in now :-)


> And one 'idle-curiosity' question:
> what happens when you rmmod  then modprobe ? any surprises ?

No prob, works fine.

Thanks
...juerg


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [lm-sensors] #2073: VT1211 Driver review + docs
  2006-06-27 14:54 [lm-sensors] #2073: VT1211 Driver review + docs Juerg Haefliger
  2006-06-27 16:41 ` Jim Cromie
  2006-06-27 17:48 ` Juerg Haefliger
@ 2006-06-30  8:56 ` Rudolf Marek
  2 siblings, 0 replies; 4+ messages in thread
From: Rudolf Marek @ 2006-06-30  8:56 UTC (permalink / raw)
  To: lm-sensors

Hi Juerg,

Sorry now it is Jean turn, and he decided that it should wait until 2.6.18 is
out. Moreover I did not have free time to do anything for lm-sensors ;(

Please be patient Jean knows it but again the reviews are very time consumpting.

Regards
Rudolf


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-06-30  8:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-27 14:54 [lm-sensors] #2073: VT1211 Driver review + docs Juerg Haefliger
2006-06-27 16:41 ` Jim Cromie
2006-06-27 17:48 ` Juerg Haefliger
2006-06-30  8:56 ` Rudolf Marek

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.