All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Stephen Boyd <sboyd@kernel.org>
Cc: Michael Turquette <mturquette@baylibre.com>, linux-clk@vger.kernel.org
Subject: Re: [PATCH v1] clk: Move struct clk_core to use struct fwnode_handle
Date: Wed, 10 Feb 2021 13:01:53 +0200	[thread overview]
Message-ID: <YCO9IZ4IHI2gruds@smile.fi.intel.com> (raw)
In-Reply-To: <161291514590.418021.17536537656317500613@swboyd.mtv.corp.google.com>

On Tue, Feb 09, 2021 at 03:59:05PM -0800, Stephen Boyd wrote:
> Quoting Andy Shevchenko (2021-02-09 09:09:52)
> > fwnode is an abstraction on the different types of firmware nodes.
> > In order to allow clocks to be linked with any type of such node,
> > start a conversion to the struct fwnode_handle instead of being
> > stuck with struct device_node.
> 
> Is ACPI going to support clk hardware? We're "stuck" with device nodes
> mostly because there isn't a clk framework for ACPI.

Here I'm not talking about ACPI vs. DT vs. anything, the pure motivation is to
make less divergence of standalone OF vs. fwnode (see IRQ domain APIs, for
example, which allows to use them in regmap IRQ APIs).

-- 
With Best Regards,
Andy Shevchenko



  reply	other threads:[~2021-02-10 11:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-09 17:09 [PATCH v1] clk: Move struct clk_core to use struct fwnode_handle Andy Shevchenko
2021-02-09 23:59 ` Stephen Boyd
2021-02-10 11:01   ` Andy Shevchenko [this message]
2021-02-11  2:25     ` Stephen Boyd
2021-02-11 10:37       ` Andy Shevchenko
2021-02-11 19:09         ` Stephen Boyd

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=YCO9IZ4IHI2gruds@smile.fi.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=linux-clk@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.