public inbox for linux-rockchip@lists.infradead.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: mturquette@baylibre.com, sboyd@codeaurora.org
Cc: linux-clk@vger.kernel.org, linux-rockchip@lists.infradead.org,
	zhengxing@rock-chips.com, zhangqing@rock-chips.com,
	wxt@rock-chips.com, Heiko Stuebner <heiko@sntech.de>
Subject: [PATCH 0/3] clk: rockchip: introduce a clock type for factor clocks
Date: Thu, 28 Jan 2016 01:01:43 +0100	[thread overview]
Message-ID: <1453939306-984-1-git-send-email-heiko@sntech.de> (raw)

We're currently creating factor clocks manually during clock init.
That worked well in the beginning, but since the rk3288 we also see
combined gate-factor clocks and the overall number of factor clocks
we create manually seems to be rising. And also sometimes created
artificial separations that do not come from the clock hirarchy.

So I finished something I started some 6 months ago to finally be
able to model factor clocks inside the clock-tree where they belong.

Heiko Stuebner (3):
  clk: rockchip: rk3036: fix parent of hclk_vcodec
  clk: rockchip: add a factor clock type
  clk: rockchip: convert manually created factor clocks to the new type

 drivers/clk/rockchip/clk-rk3036.c | 32 ++++++-----------------
 drivers/clk/rockchip/clk-rk3188.c | 10 +++-----
 drivers/clk/rockchip/clk-rk3228.c | 33 +++++-------------------
 drivers/clk/rockchip/clk-rk3288.c | 23 +++++------------
 drivers/clk/rockchip/clk-rk3368.c | 29 ++++++---------------
 drivers/clk/rockchip/clk.c        | 53 +++++++++++++++++++++++++++++++++++++++
 drivers/clk/rockchip/clk.h        | 28 +++++++++++++++++++++
 7 files changed, 110 insertions(+), 98 deletions(-)

-- 
2.6.4


             reply	other threads:[~2016-01-28  0:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-28  0:01 Heiko Stuebner [this message]
2016-01-28  0:01 ` [PATCH 1/3] clk: rockchip: rk3036: fix parent of hclk_vcodec Heiko Stuebner
2016-01-28  0:01 ` [PATCH 2/3] clk: rockchip: add a factor clock type Heiko Stuebner
2016-01-28  0:01 ` [PATCH 3/3] clk: rockchip: convert manually created factor clocks to the new type Heiko Stuebner
2016-02-05 19:05 ` [PATCH 0/3] clk: rockchip: introduce a clock type for factor clocks Heiko Stübner

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=1453939306-984-1-git-send-email-heiko@sntech.de \
    --to=heiko@sntech.de \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@codeaurora.org \
    --cc=wxt@rock-chips.com \
    --cc=zhangqing@rock-chips.com \
    --cc=zhengxing@rock-chips.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox