mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 0/4] Allow to probe clks added in overlays
Date: Wed, 22 Mar 2023 09:32:41 +0100	[thread overview]
Message-ID: <20230322083245.251340-1-s.hauer@pengutronix.de> (raw)

We recently gained support for applying overlays to the barebox live
tree and to probe devices from it. This works well for most devices
but not for clks declared with CLK_OF_DECLARE. This series adds support
for these as well.

Sascha Hauer (4):
  clk: clk-gpio: Turn into driver
  clk: of: drop arguments from of_clk_init()
  clk: of: make of_clk_init() safe for being called multiple times
  commands: of_overlay: Allow to register clocks from overlay

 commands/of_overlay.c  |  8 ++++++--
 drivers/clk/clk-gpio.c | 20 ++++++++++----------
 drivers/clk/clk.c      | 30 +++++++++++++++++++++---------
 drivers/of/base.c      |  2 +-
 include/linux/clk.h    |  5 ++---
 5 files changed, 40 insertions(+), 25 deletions(-)

-- 
2.30.2




             reply	other threads:[~2023-03-22  8:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-22  8:32 Sascha Hauer [this message]
2023-03-22  8:32 ` [PATCH 1/4] clk: clk-gpio: Turn into driver Sascha Hauer
2023-03-22  8:32 ` [PATCH 2/4] clk: of: drop arguments from of_clk_init() Sascha Hauer
2023-03-22  8:32 ` [PATCH 3/4] clk: of: make of_clk_init() safe for being called multiple times Sascha Hauer
2023-03-22  8:32 ` [PATCH 4/4] commands: of_overlay: Allow to register clocks from overlay Sascha Hauer
2023-03-22  9:25   ` Sascha Hauer

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=20230322083245.251340-1-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.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