From: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
To: mturquette@baylibre.com, sboyd@kernel.org, robh@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org, jank@cadence.com
Cc: edgar.iglesias@amd.com, linux-clk@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH v1 0/2] clk: fixed-mmio: Add optional ready registers
Date: Sun, 25 May 2025 21:08:02 +0200 [thread overview]
Message-ID: <20250525190806.1204531-1-edgar.iglesias@gmail.com> (raw)
From: "Edgar E. Iglesias" <edgar.iglesias@amd.com>
I'm not sure if this is a good idea but while doing some stuff in emulation
I had a need to wait for a fixed-mmio-clock to go ready before using
devices it drives. I figured it may be useful to have a generic way to
describe a simple polling for readiness.
Cheers,
Edgar
Edgar E. Iglesias (2):
dt-bindings: clk: fixed-mmio-clock: Add optional ready reg
clk: fixed-mmio: Add optional poll for clk readiness
.../bindings/clock/fixed-mmio-clock.yaml | 38 ++++++++++++++++++-
drivers/clk/clk-fixed-mmio.c | 35 +++++++++++++++++
2 files changed, 72 insertions(+), 1 deletion(-)
base-commit: 4856ebd997159f198e3177e515bda01143727463
--
2.43.0
next reply other threads:[~2025-05-25 19:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-25 19:08 Edgar E. Iglesias [this message]
2025-05-25 19:08 ` [PATCH v1 1/2] dt-bindings: clk: fixed-mmio-clock: Add optional ready reg Edgar E. Iglesias
2025-05-26 4:53 ` Krzysztof Kozlowski
2025-05-26 11:28 ` Edgar E. Iglesias
2025-05-25 19:08 ` [PATCH v1 2/2] clk: fixed-mmio: Add optional poll for clk readiness Edgar E. Iglesias
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=20250525190806.1204531-1-edgar.iglesias@gmail.com \
--to=edgar.iglesias@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=edgar.iglesias@amd.com \
--cc=jank@cadence.com \
--cc=krzk+dt@kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=robh@kernel.org \
--cc=sboyd@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