From: Guenter Roeck <linux@roeck-us.net>
To: linux-aspeed@lists.ozlabs.org
Subject: [v2 3/3] hwmon: Add Aspeed ast2600 TACH support
Date: Thu, 3 Nov 2022 07:30:59 -0700 [thread overview]
Message-ID: <20221103143059.GB145042@roeck-us.net> (raw)
In-Reply-To: <E9E92BC7-CB1A-487F-9E5D-2A403A01CB17@aspeedtech.com>
On Thu, Nov 03, 2022 at 05:40:44AM +0000, Billy Tsai wrote:
> On 2022/11/3, 12:30 PM, "Guenter Roeck" <groeck7 at gmail.com on behalf of linux@roeck-us.net> wrote:
>
> On Thu, Nov 03, 2022 at 03:52:59AM +0000, Billy Tsai wrote:
> > >
> > > Can't I use a min/max RPM to let the driver know a reasonable timeout/polling period when
> > > the driver is trying to get RPM?
> > > Beacause that our tach controller have the falg to indicates the hardware detected the change
> > > in the input signal. I need the proper timout to rule out slow RPMs.
>
> > If the chip measures the fan speed continuously, why would that ever be a
> > problem, and why wait in the first place instead of just taking the most
> > recent result ?
>
> > Pretty much every other driver is doing that, so I really don't understand
> > why that would not work here.
>
> When the fan speed drop from a very fast RPM to a very slow RPM. Especially when it is close to stopping.
> The most recent result will be no meaningful value. The slower RPM needs more time to sample it. E.g., If
> we want to measure the fan with 600 RPM, the controller needs at least 100ms. During this time period, we
> will always get the wrong value. So, our tach controller have the flag to avoid this problem:
> TACH_ASPEED_VALUE_UPDATE: tach value updated since last read
> This flag will be set when the controller detected the change of the signal and clear by read it.
> In order to use this flag, the controller needs the proper timeout based on minimum RPM to avoid waiting forever.
>
I am not going to accept this patch as-is. If userspace wants to have
values accurate down to ms, this kind of approach is just wrong. Users
will have to live with the fact that measurements may be a bit (in the
< 1 second range) out of date. Many older drivers even implement code
which avoids reading registers again for a second or longer. Older
temperature sensors may take several seconds to provide new readings.
That is not a reason to block userspace until a new value is available.
I do not see that as a problem. In my opinion it is much more of a
problem if the driver returns a completely bad value such as 0 or even
an error code because its software parameters did not match reality and
the driver didn't wait long enough for a new value. That would be _much_
worse than providing a value which is a few 100 ms out of date, and your
code is vulnerable to that problem.
Besides, for a fan to reduce its speed that quickly, it has to be manually
stopped. Normally fans take several seconds to stop if power is taken away
completely. Your code is adding a lot of complexity (and unnecessary
attributes) for no good reason.
Guenter
next prev parent reply other threads:[~2022-11-03 14:30 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-01 9:51 [v2 0/3] upport pwm/tach driver for aspeed ast26xx Billy Tsai
2022-11-01 9:51 ` [v2 1/3] dt-bindings: Add bindings for aspeed pwm-tach Billy Tsai
2022-11-01 18:40 ` Rob Herring
2022-11-02 3:21 ` Billy Tsai
2022-11-02 18:19 ` Rob Herring
2022-11-03 7:39 ` Billy Tsai
2022-11-14 8:26 ` Billy Tsai
2022-11-01 9:51 ` [v2 2/3] pwm: Add Aspeed ast2600 PWM support Billy Tsai
2022-11-01 10:03 ` Christophe JAILLET
2022-11-01 9:51 ` [v2 3/3] hwmon: Add Aspeed ast2600 TACH support Billy Tsai
2022-11-01 10:16 ` Christophe JAILLET
2022-11-01 13:14 ` Guenter Roeck
2022-11-02 6:54 ` Billy Tsai
2022-11-02 17:01 ` Guenter Roeck
2022-11-03 3:52 ` Billy Tsai
2022-11-03 4:30 ` Guenter Roeck
2022-11-03 5:40 ` Billy Tsai
2022-11-03 14:30 ` Guenter Roeck [this message]
2022-11-08 7:17 ` Billy Tsai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221103143059.GB145042@roeck-us.net \
--to=linux@roeck-us.net \
--cc=linux-aspeed@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox