All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Warren <swarren@wwwdotorg.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] clk: convert API to match reset/mailbox style
Date: Thu, 2 Jun 2016 11:00:13 -0600	[thread overview]
Message-ID: <5750661D.4050402@wwwdotorg.org> (raw)
In-Reply-To: <20160523174710.1712-1-swarren@wwwdotorg.org>

On 05/23/2016 11:47 AM, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
>
> The following changes are made to the clock API:
> * The concept of "clocks" and "peripheral clocks" are unified; each clock
>    provider now implements a single set of clocks. This provides a simpler
>    conceptual interface to clients, and better aligns with device tree
>    clock bindings.
> * Clocks are now identified with a single "struct clk", rather than
>    requiring clients to store the clock provider device and clock identity
>    values separately. For simple clock consumers, this isolates clients
>    from internal details of the clock API.
> * clk.h is split into clk_client.h and clk_uclass.h to make it obvious
>    which parts are relevant to consumers and providers. This aligns with
>    the recently added reset and mailbox APIs.
> * clk_ops .of_xlate(), .request(), and .free() are added so providers
>    can customize these operations if needed. This also aligns with the
>    recently added reset and mailbox APIs.
> * clk_disable() is added.
> * All users of the current clock APIs are updated.
> * Sandbox clock tests are updated to exercise clock lookup via DT, and
>    clock enable/disable.
> * rkclk_get_clk() is removed and replaced with standard APIs.
>
> Buildman shows no clock-related errors for any board for which buildman
> can download a toolchain.
>
> test/py passes for sandbox (which invokes the dm clk test amongst
> others).

Simon, does this look good?

(Note I'll be away on vacation Jun 4-15 so won't be able to respond for 
a while)

  reply	other threads:[~2016-06-02 17:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-23 17:47 [U-Boot] [PATCH] clk: convert API to match reset/mailbox style Stephen Warren
2016-06-02 17:00 ` Stephen Warren [this message]
2016-06-02 17:48   ` Daniel Schwierzeck
2016-06-02 20:03     ` Stephen Warren
2016-06-02 21:46       ` Daniel Schwierzeck
2016-06-02 22:02         ` Stephen Warren
2016-06-02 22:08           ` Daniel Schwierzeck
2016-06-02 21:20   ` Simon Glass
2016-06-08  2:43 ` Simon Glass
2016-06-08  4:42   ` Simon Glass

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=5750661D.4050402@wwwdotorg.org \
    --to=swarren@wwwdotorg.org \
    --cc=u-boot@lists.denx.de \
    /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.