All of lore.kernel.org
 help / color / mirror / Atom feed
From: sjg at google.com <sjg@google.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/7] rockchip: rk3368: Add clock driver
Date: Tue, 23 May 2017 20:48:06 -0400	[thread overview]
Message-ID: <CAPnjgZ378Yu2gP_g0c2sk3VjBZhEJj+Qi49Cn3jT7ktNLg1M-A@mail.gmail.com> (raw)
In-Reply-To: <CAPnjgZ3aAu+9Zs+VyyAgPT+PqZM5054gO2yM1r1+ANHQ6tNoDg@mail.gmail.com>

On 15 May 2017 at 03:49, Andy Yan <andy.yan@rock-chips.com> wrote:
> Add driver to setup the various PLLs and peripheral
> clocks on the RK3368.
>
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
> ---
>
> Changes in v2:
>  - fix typo in subject
>  - remove CRU base definition in cru head file
>  - Drop extra blank lines
>
>  arch/arm/include/asm/arch-rockchip/cru_rk3368.h | 124 ++++++++++
>  drivers/clk/rockchip/Makefile                   |   1 +
>  drivers/clk/rockchip/clk_rk3368.c               | 291 ++++++++++++++++++++++++
>  3 files changed, 416 insertions(+)
>  create mode 100644 arch/arm/include/asm/arch-rockchip/cru_rk3368.h
>  create mode 100644 drivers/clk/rockchip/clk_rk3368.c

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

Applied to u-boot-rockchip, thanks!

  reply	other threads:[~2017-05-24  0:48 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-15  9:49 [U-Boot] [PATCH v2 0/7] Add basic support for Rockchip RK3368 SOC Andy Yan
2017-05-15  9:49 ` [U-Boot] [PATCH v2 1/7] rockchip: rk3368: Add clock driver Andy Yan
2017-05-17  1:38   ` Simon Glass
2017-05-24  0:48     ` sjg at google.com [this message]
2017-05-15  9:50 ` [U-Boot] [PATCH v2 2/7] rockchip: rk3368: Add pinctrl driver Andy Yan
2017-05-17  1:38   ` Simon Glass
2017-05-24  0:48     ` sjg at google.com
2017-05-15  9:51 ` [U-Boot] [PATCH v2 3/7] rockchip: rk3368: Add core start-up code for RK3368 Andy Yan
2017-05-24  0:48   ` sjg at google.com
2017-05-15  9:53 ` [U-Boot] (no subject) Andy Yan
2017-05-15  9:53 ` [U-Boot] [PATCH v2 5/7] rockchip: rk3368: add Sheep board Andy Yan
2017-05-17  1:38   ` Simon Glass
2017-05-17  1:53     ` Andy Yan
2017-05-24  0:48       ` sjg at google.com
2017-05-15  9:54 ` [U-Boot] [PATCH v2 6/7] rockchip: rk3368: Add initial support for RK3368 based GeekBox Andy Yan
2017-05-15 13:23   ` Andreas Färber
2017-05-16  0:47     ` Andy Yan
2017-05-17  1:38   ` Simon Glass
2017-05-24  0:48     ` sjg at google.com
2017-05-15  9:54 ` [U-Boot] [PATCH v2 7/7] rockchip: rk3368: Add PX5 Evaluation board Andy Yan
2017-05-24  0:48   ` sjg at google.com
2017-05-15 10:19 ` [U-Boot] [PATCH v2 4/7] rockchip: rk3368: Add sysreset driver Andy Yan
2017-05-24  0:48   ` sjg at google.com

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=CAPnjgZ378Yu2gP_g0c2sk3VjBZhEJj+Qi49Cn3jT7ktNLg1M-A@mail.gmail.com \
    --to=sjg@google.com \
    --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.