From: Jonathan Cameron <jic23@kernel.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: "Mike Looijmans" <mike.looijmans@topic.nl>,
linux-iio <linux-iio@vger.kernel.org>,
"Dan Robertson" <dan@dlrobertson.com>,
"Gaëtan André" <rvlander@gaetanandre.eu>,
"Jonathan Bakker" <xc-racer2@live.ca>,
"Lars-Peter Clausen" <lars@metafoo.de>,
"Peter Meerwald-Stadler" <pmeerw@pmeerw.net>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v6 2/2] iio: accel: Add support for the Bosch-Sensortec BMI088
Date: Sun, 24 Jan 2021 13:23:44 +0000 [thread overview]
Message-ID: <20210124132344.7181bd06@archlinux> (raw)
In-Reply-To: <CACRpkdZTJbAFK0j8U84pyW6za-SGJqGWnvertj8sXxc8Ou8VeA@mail.gmail.com>
On Sun, 24 Jan 2021 00:21:13 +0100
Linus Walleij <linus.walleij@linaro.org> wrote:
> On Sat, Jan 23, 2021 at 4:35 PM Jonathan Cameron <jic23@kernel.org> wrote:
> > [Me]
> > > Next, I think it is better to let suspend/resume, i.e. system PM
> > > reuse runtime PM since you're implementing that. This is why
> > > we invented PM runtime force resume and force suspend.
> >
> > Here the driver is turning more off for full suspend than in the
> > runtime path. If that results in significant extra delay then
> > it's not appropriate to have that in the runtime suspend path.
>
> I see the point.
>
> The resume path calls bmi088_accel_enable() which incurs
> a 5ms delay.
>
> The runtime resume path incurs a 1 ms delay.
>
> The runtime autosuspend kicks in after 2 ms.
>
> > Maybe the simplification of not doing the deeper power saving
> > mode is worth the extra power cost or extra delay, but
> > I'm not yet convinced.
>
> I would personally set the autosuspend to ~20ms and just use
> one path and take a hit of 5 ms whenever we go down between
> measures if it is a system that is for human interaction, but for
> control systems this more complex set-up may be better for
> response latencies.
>
> The current approach may be better tuned to perfection and
> we are all perfectionists :D
>
> I'm just worrying a little about bugs and maintainability.
Fully understood. Though for things like this I like to leave
it at the discretion of the driver author as fairly safe they
are a user of the device.
May well make sense to go with the longer times as you
suggest though! Over to you Mike :)
Jonathan
>
> Yours,
> Linus Walleij
next prev parent reply other threads:[~2021-01-24 13:24 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-19 12:46 [PATCH v6 1/2] dt-bindings: iio: accel: Add bmi088 accelerometer bindings Mike Looijmans
[not found] ` <1b153bce-a66a-45ee-a5c6-963ea6fb1c82.949ef384-8293-46b8-903f-40a477c056ae.c9179140-7138-467c-85e9-419e68c95bd4@emailsignatures365.codetwo.com>
[not found] ` <1b153bce-a66a-45ee-a5c6-963ea6fb1c82.949ef384-8293-46b8-903f-40a477c056ae.06120990-9bfb-4196-a6ce-19c5b16aae9a@emailsignatures365.codetwo.com>
2021-01-19 12:46 ` [PATCH v6 2/2] iio: accel: Add support for the Bosch-Sensortec BMI088 Mike Looijmans
[not found] ` <1b153bce-a66a-45ee-a5c6-963ea6fb1c82.949ef384-8293-46b8-903f-40a477c056ae.c4ec3c42-7acb-4ce8-997f-adf405d31335@emailsignatures365.codetwo.com>
2021-01-20 10:09 ` kernel test robot
2021-01-20 20:22 ` Jonathan Cameron
2021-01-21 9:02 ` Mike Looijmans
2021-01-22 22:38 ` Linus Walleij
2021-01-23 15:35 ` Jonathan Cameron
2021-01-23 23:21 ` Linus Walleij
[not found] ` <1b153bce-a66a-45ee-a5c6-963ea6fb1c82.949ef384-8293-46b8-903f-40a477c056ae.e23f1b65-3084-4bd7-abd5-c186f8c4c35c@emailsignatures365.codetwo.com>
2021-01-24 13:23 ` Jonathan Cameron [this message]
2021-01-25 7:59 ` Mike Looijmans
2021-01-19 23:28 ` [PATCH v6 1/2] dt-bindings: iio: accel: Add bmi088 accelerometer bindings Rob Herring
2021-01-20 1:31 ` Rob Herring
2021-01-20 7:21 ` Mike Looijmans
2021-01-20 18:50 ` Jonathan Cameron
2021-01-21 8:46 ` Mike Looijmans
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=20210124132344.7181bd06@archlinux \
--to=jic23@kernel.org \
--cc=dan@dlrobertson.com \
--cc=lars@metafoo.de \
--cc=linus.walleij@linaro.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mike.looijmans@topic.nl \
--cc=pmeerw@pmeerw.net \
--cc=rvlander@gaetanandre.eu \
--cc=xc-racer2@live.ca \
/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