All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V3 4/4] sandbox: clk: add clk enable/disable test code
Date: Fri, 23 Aug 2019 14:49:00 -0700	[thread overview]
Message-ID: <CAPnjgZ3-kqW+RxwyLeorC47Z67DyPMESVt_UXyVALEYLVQk9bg@mail.gmail.com> (raw)
In-Reply-To: <20190821135056.27052-4-peng.fan@nxp.com>

On Wed, 21 Aug 2019 at 07:35, Peng Fan <peng.fan@nxp.com> wrote:
>
> Since we added clk enable_count and prograte clk child enabling
> operation to clk parent, so add a new function sandbox_clk_enable_count
> to get enable_count for test usage.
>
> And add test code to get the enable_count after we enable/disable
> the device clk.
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>
> V3:
>  Fix build for sandbox
> V2:
>  New Patch
>
>  drivers/clk/clk_sandbox_ccf.c | 15 +++++++++++++++
>  include/sandbox-clk.h         |  3 +++
>  test/dm/clk_ccf.c             | 28 ++++++++++++++++++++++++++++
>  3 files changed, 46 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>

  reply	other threads:[~2019-08-23 21:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-21 13:35 [U-Boot] [PATCH V3 1/4] clk: introduce enable_count Peng Fan
2019-08-21 13:35 ` [U-Boot] [PATCH V3 2/4] clk: prograte clk enable/disable to parent Peng Fan
2019-08-21 13:35 ` [U-Boot] [PATCH V3 3/4] clk: support clk tree dump Peng Fan
2019-08-23 21:48   ` Simon Glass
2019-08-26  1:08     ` Peng Fan
2019-08-21 13:35 ` [U-Boot] [PATCH V3 4/4] sandbox: clk: add clk enable/disable test code Peng Fan
2019-08-23 21:49   ` Simon Glass [this message]
2019-08-23 21:48 ` [U-Boot] [PATCH V3 1/4] clk: introduce enable_count Simon Glass
2019-08-26  1:08   ` Peng Fan

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=CAPnjgZ3-kqW+RxwyLeorC47Z67DyPMESVt_UXyVALEYLVQk9bg@mail.gmail.com \
    --to=sjg@chromium.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.