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 3/7] rockchip: rk3328: add clock driver
Date: Thu, 23 Feb 2017 09:19:58 -0700	[thread overview]
Message-ID: <CAPnjgZ2eY+p2yT95kaK6OY5Zc-3Xacmhyyn7z0KdxLuEFOnYVA@mail.gmail.com> (raw)
In-Reply-To: <1487835476-22596-4-git-send-email-kever.yang@rock-chips.com>

On 23 February 2017 at 00:37, Kever Yang <kever.yang@rock-chips.com> wrote:
> Add rk3328 clock driver and cru structure definition.
>
> Signed-off-by: William Zhang <william.zhang@rock-chips.com>
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
>
> Changes in v3:
> - remove I2C reg value MACRO definition
>
> Changes in v2:
> - split rockchip_get_cru into arch/arm/mach-rockchip
> - fix include header file order
> - drop MACRO for I2C reg access
> - use OSC_HZ for 24*1024*1024
>
>  arch/arm/include/asm/arch-rockchip/cru_rk3328.h |  70 +++
>  arch/arm/mach-rockchip/rk3328/Makefile          |   1 +
>  arch/arm/mach-rockchip/rk3328/clk_rk3328.c      |  31 ++
>  drivers/clk/rockchip/Makefile                   |   1 +
>  drivers/clk/rockchip/clk_rk3328.c               | 581 ++++++++++++++++++++++++
>  5 files changed, 684 insertions(+)
>  create mode 100644 arch/arm/include/asm/arch-rockchip/cru_rk3328.h
>  create mode 100644 arch/arm/mach-rockchip/rk3328/clk_rk3328.c
>  create mode 100644 drivers/clk/rockchip/clk_rk3328.c

Applied to u-boot-rockchip, thanks!

  reply	other threads:[~2017-02-23 16:19 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-23  7:37 [U-Boot] [PATCH v3 0/7] add support for rk3328 SoC Kever Yang
2017-02-23  7:37 ` [U-Boot] [PATCH v3 1/7] rockchip: rk3328: add device tree file Kever Yang
2017-02-23 16:19   ` Simon Glass
2017-02-23  7:37 ` [U-Boot] [PATCH v3 2/7] rockchip: rk3328: add soc basic support Kever Yang
2017-02-23 16:19   ` Simon Glass
2017-02-23  7:37 ` [U-Boot] [PATCH v3 3/7] rockchip: rk3328: add clock driver Kever Yang
2017-02-23 16:19   ` Simon Glass [this message]
2017-02-23  7:37 ` [U-Boot] [PATCH v3 4/7] rockchip: rk3328: add pinctrl driver Kever Yang
2017-02-23 16:20   ` Simon Glass
2017-02-23  7:37 ` [U-Boot] [PATCH v3 5/7] rockchip: rk3328: add sysreset driver Kever Yang
2017-02-23 16:20   ` Simon Glass
2017-02-23  7:37 ` [U-Boot] [PATCH v3 6/7] rockchip: rk3328: add evb-rk3328 support Kever Yang
2017-02-23 16:20   ` Simon Glass
2017-02-23  7:37 ` [U-Boot] [PATCH v3 7/7] rockchip: rk3288: add defconfig for evb-rk3328 Kever Yang
2017-02-23 16:20   ` Simon Glass
2017-02-24  0:46     ` Kever Yang
2017-03-08 21:01       ` 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=CAPnjgZ2eY+p2yT95kaK6OY5Zc-3Xacmhyyn7z0KdxLuEFOnYVA@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.