All of lore.kernel.org
 help / color / mirror / Atom feed
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: rockchip: add cpuclk handling - clock-tree part
Date: Sat, 27 Sep 2014 18:13:33 +0200	[thread overview]
Message-ID: <2910342.TyvTvsiepE@phil> (raw)

Hi Mike,

as requested yesterday here is the cpuclk series as pull request, based on
your clk-next branch.

I've put the clock-id addition into a separate branch, so that it could
also get pulled into arm-soc ... if we get another kernel-rc.

So if still possible, please pull the following.


Thanks
Heiko


The following changes since commit b52f4914f3be3ff50e7308e3ce03a2ce71195ecc:

  asm-generic: COMMON_CLK defines __clk_{get,put} (2014-09-25 18:00:45 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v3.18-rockchip-cpuclk

for you to fetch changes up to 0e5bdb3f9fa5c2bd4452c258de78122ef15f62d6:

  clk: rockchip: switch to using the new cpuclk type for armclk (2014-09-27 17:57:46 +0200)

----------------------------------------------------------------
CPU clock handling for Rockchip SoCs

----------------------------------------------------------------
Doug Anderson (1):
      clk: rockchip: change pll rate without a clk-notifier

Heiko Stuebner (7):
      clk: rockchip: add binding id for ARMCLK
      Merge branch 'v3.18-next/armclkid' into v3.18-next/cpuclk
      clk: rockchip: fix rk3066 pll status register location
      clk: rockchip: reparent aclk_cpu_pre to the gpll
      clk: rockchip: make tightly bound armclk child-clocks read-only
      clk: rockchip: add new clock-type for the cpuclk
      clk: rockchip: switch to using the new cpuclk type for armclk

Jianqun (1):
      clk: rockchip: fix rk3288 pll status register location

 drivers/clk/rockchip/Makefile                 |   1 +
 drivers/clk/rockchip/clk-cpu.c                | 329 ++++++++++++++++++++++++++
 drivers/clk/rockchip/clk-pll.c                |  63 +----
 drivers/clk/rockchip/clk-rk3188.c             | 161 +++++++++++--
 drivers/clk/rockchip/clk-rk3288.c             |  93 +++++++-
 drivers/clk/rockchip/clk.c                    |  21 ++
 drivers/clk/rockchip/clk.h                    |  37 +++
 include/dt-bindings/clock/rk3188-cru-common.h |   1 +
 include/dt-bindings/clock/rk3288-cru.h        |   1 +
 9 files changed, 629 insertions(+), 78 deletions(-)
 create mode 100644 drivers/clk/rockchip/clk-cpu.c

             reply	other threads:[~2014-09-27 16:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-27 16:13 Heiko Stübner [this message]
2014-09-27 19:51 ` [GIT PULL] ARM: rockchip: add cpuclk handling - clock-tree part Mike Turquette

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=2910342.TyvTvsiepE@phil \
    --to=heiko@sntech.de \
    --cc=linux-arm-kernel@lists.infradead.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.