From: Eric Biggers <ebiggers@kernel.org>
To: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Cc: Konrad Dybcio <konradybcio@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Bartosz Golaszewski <brgl@kernel.org>,
linux-crypto@vger.kernel.org,
Herbert Xu <herbert@gondor.apana.org.au>,
linux-arm-msm@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Demi Marie Obenour <demiobenour@gmail.com>,
Kuldeep Singh <kuldeep.singh@oss.qualcomm.com>,
Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Subject: Re: [PATCH] crypto: qce - Remove driver
Date: Wed, 29 Jul 2026 10:18:50 -0700 [thread overview]
Message-ID: <20260729171850.GA4454@quark> (raw)
In-Reply-To: <50d9d0e4-28c9-42b6-8b71-e75682b4959c@oss.qualcomm.com>
On Wed, Jul 29, 2026 at 06:55:20PM +0200, Konrad Dybcio wrote:
> >> Unfortunately removing it drains way more battery, because the buses
> >> never hit sync_state and are kept at their maximum frequencies:
> >>
> >> [ 18.021823] qnoc-glymur interconnect-1: sync_state() pending due to 1dfa000.crypto
> >> [ 18.029605] qnoc-glymur 16e0000.interconnect: sync_state() pending due to 1dfa000.crypto
> >>
> >> (it transiently also pins DRAM and friends to max-freq which absolutely
> >> kills battery life)
> >
> > Isn't that easily fixable by marking the node as "disabled" in the
> > device tree, or even just deleting it entirely?
>
> Avoided? Yes. Fixed? No. The DT is valid but Linux can't deal with it
> [since the driver is gone]
If needed we can keep a stub driver that just disables power and doesn't
register anything with the crypto API. I can send a patch that does
that.
This is an interesting twist though, because it means the claim that
people can just disable this driver in their kconfig to avoid the
problems in it (which is being used as justification for keeping it) is
actually false as well. As well as the claim that adding the node to
the DT file is "just describing the hardware" and has no impact.
This would also imply that no driver using this sync_state mechanism can
ever be completely removed from Linux, ever, which seems odd.
- Eric
next prev parent reply other threads:[~2026-07-29 17:19 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20260724050645.223799-1-ebiggers@kernel.org>
2026-07-24 5:28 ` [PATCH] crypto: qce - Remove driver Greg Kroah-Hartman
2026-07-24 7:36 ` Bartosz Golaszewski
2026-07-24 8:41 ` Greg Kroah-Hartman
2026-07-24 9:29 ` Bartosz Golaszewski
2026-07-24 14:14 ` Eric Biggers
2026-07-24 14:47 ` Bartosz Golaszewski
2026-07-24 15:04 ` Greg Kroah-Hartman
2026-07-24 15:09 ` Eric Biggers
2026-07-24 15:25 ` Greg Kroah-Hartman
2026-07-24 15:51 ` Eric Biggers
2026-07-27 13:26 ` Bartosz Golaszewski
2026-07-28 15:30 ` Eric Biggers
2026-07-28 15:22 ` Eric Biggers
2026-07-29 8:02 ` Konrad Dybcio
2026-07-29 14:55 ` Eric Biggers
2026-07-29 16:55 ` Konrad Dybcio
2026-07-29 17:18 ` Eric Biggers [this message]
2026-07-29 12:02 ` Bartosz Golaszewski
2026-07-29 17:38 ` Eric Biggers
[not found] ` <amM22cX7KTqyOoOk@sumit-xelite>
2026-07-24 13:51 ` Eric Biggers
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=20260729171850.GA4454@quark \
--to=ebiggers@kernel.org \
--cc=brgl@kernel.org \
--cc=demiobenour@gmail.com \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=gregkh@linuxfoundation.org \
--cc=herbert@gondor.apana.org.au \
--cc=konrad.dybcio@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=kuldeep.singh@oss.qualcomm.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.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