All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH 2/2] hwmon: (w83627ehf) Describe undocumented pwm attributes
@ 2012-02-09 16:57 Guenter Roeck
  2012-03-13  8:07 ` Jean Delvare
  2012-03-13 10:46 ` Guenter Roeck
  0 siblings, 2 replies; 3+ messages in thread
From: Guenter Roeck @ 2012-02-09 16:57 UTC (permalink / raw)
  To: lm-sensors

Add description of pwm[1-4]_start_output, pwm[1-4]_step_output,
pwm[1-4]_stop_output, and pwm[1-4]_max_output attributes to driver
documentation.

Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
---
 Documentation/hwmon/w83627ehf |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Documentation/hwmon/w83627ehf b/Documentation/hwmon/w83627ehf
index 3f44dbd..ea75fe4 100644
--- a/Documentation/hwmon/w83627ehf
+++ b/Documentation/hwmon/w83627ehf
@@ -143,6 +143,11 @@ pwm[1-4]_min_output - minimum fan speed (range 1 - 255), when the temperature
 pwm[1-4]_stop_time  - how many milliseconds [ms] must elapse to switch
                       corresponding fan off. (when the temperature was below
                       defined range).
+pwm[1-4]_start_output-minimum fan speed (range 1 - 255) when spinning up
+pwm[1-4]_step_output- rate of fan speed change (1 - 255)
+pwm[1-4]_stop_output- minimum fan speed (range 1 - 255) when spinning down
+pwm[1-4]_max_output - maximum fan speed (range 1 - 255), when the temperature
+                      is above defined range.
 
 Note: last two functions are influenced by other control bits, not yet exported
       by the driver, so a change might not have any effect.
-- 
1.7.3.1


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

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

* Re: [lm-sensors] [PATCH 2/2] hwmon: (w83627ehf) Describe undocumented pwm attributes
  2012-02-09 16:57 [lm-sensors] [PATCH 2/2] hwmon: (w83627ehf) Describe undocumented pwm attributes Guenter Roeck
@ 2012-03-13  8:07 ` Jean Delvare
  2012-03-13 10:46 ` Guenter Roeck
  1 sibling, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2012-03-13  8:07 UTC (permalink / raw)
  To: lm-sensors

On Thu, 9 Feb 2012 08:57:23 -0800, Guenter Roeck wrote:
> Add description of pwm[1-4]_start_output, pwm[1-4]_step_output,
> pwm[1-4]_stop_output, and pwm[1-4]_max_output attributes to driver
> documentation.

Would be nice to have these standardized at some point... But meanwhile
I agree it's best described in the driver documentation file.

> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
> ---
>  Documentation/hwmon/w83627ehf |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/Documentation/hwmon/w83627ehf b/Documentation/hwmon/w83627ehf
> index 3f44dbd..ea75fe4 100644
> --- a/Documentation/hwmon/w83627ehf
> +++ b/Documentation/hwmon/w83627ehf
> @@ -143,6 +143,11 @@ pwm[1-4]_min_output - minimum fan speed (range 1 - 255), when the temperature
>  pwm[1-4]_stop_time  - how many milliseconds [ms] must elapse to switch
>                        corresponding fan off. (when the temperature was below
>                        defined range).
> +pwm[1-4]_start_output-minimum fan speed (range 1 - 255) when spinning up
> +pwm[1-4]_step_output- rate of fan speed change (1 - 255)
> +pwm[1-4]_stop_output- minimum fan speed (range 1 - 255) when spinning down
> +pwm[1-4]_max_output - maximum fan speed (range 1 - 255), when the temperature
> +                      is above defined range.
>  
>  Note: last two functions are influenced by other control bits, not yet exported

"last two" should probably become "last six".

>        by the driver, so a change might not have any effect.

Other than this:

Acked-by: Jean Delvare <khali@linux-fr.org>

-- 
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] 3+ messages in thread

* Re: [lm-sensors] [PATCH 2/2] hwmon: (w83627ehf) Describe undocumented pwm attributes
  2012-02-09 16:57 [lm-sensors] [PATCH 2/2] hwmon: (w83627ehf) Describe undocumented pwm attributes Guenter Roeck
  2012-03-13  8:07 ` Jean Delvare
@ 2012-03-13 10:46 ` Guenter Roeck
  1 sibling, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2012-03-13 10:46 UTC (permalink / raw)
  To: lm-sensors

On Tue, Mar 13, 2012 at 04:07:53AM -0400, Jean Delvare wrote:
> On Thu, 9 Feb 2012 08:57:23 -0800, Guenter Roeck wrote:
> > Add description of pwm[1-4]_start_output, pwm[1-4]_step_output,
> > pwm[1-4]_stop_output, and pwm[1-4]_max_output attributes to driver
> > documentation.
> 
> Would be nice to have these standardized at some point... But meanwhile
> I agree it's best described in the driver documentation file.
> 
> > Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
> > ---
> >  Documentation/hwmon/w83627ehf |    5 +++++
> >  1 files changed, 5 insertions(+), 0 deletions(-)
> > 
> > diff --git a/Documentation/hwmon/w83627ehf b/Documentation/hwmon/w83627ehf
> > index 3f44dbd..ea75fe4 100644
> > --- a/Documentation/hwmon/w83627ehf
> > +++ b/Documentation/hwmon/w83627ehf
> > @@ -143,6 +143,11 @@ pwm[1-4]_min_output - minimum fan speed (range 1 - 255), when the temperature
> >  pwm[1-4]_stop_time  - how many milliseconds [ms] must elapse to switch
> >                        corresponding fan off. (when the temperature was below
> >                        defined range).
> > +pwm[1-4]_start_output-minimum fan speed (range 1 - 255) when spinning up
> > +pwm[1-4]_step_output- rate of fan speed change (1 - 255)
> > +pwm[1-4]_stop_output- minimum fan speed (range 1 - 255) when spinning down
> > +pwm[1-4]_max_output - maximum fan speed (range 1 - 255), when the temperature
> > +                      is above defined range.
> >  
> >  Note: last two functions are influenced by other control bits, not yet exported
> 
> "last two" should probably become "last six".
> 
> >        by the driver, so a change might not have any effect.
> 
> Other than this:
> 
> Acked-by: Jean Delvare <khali@linux-fr.org>
> 
Thanks, updated and applied.

Guenter


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

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

end of thread, other threads:[~2012-03-13 10:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-09 16:57 [lm-sensors] [PATCH 2/2] hwmon: (w83627ehf) Describe undocumented pwm attributes Guenter Roeck
2012-03-13  8:07 ` Jean Delvare
2012-03-13 10:46 ` 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.