linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] clk: rockchip: allow adjusting pll rates on init
@ 2014-11-20 19:38 Heiko Stuebner
  2014-11-20 19:38 ` [PATCH v2 1/4] clk: rockchip: add ability to specify pll-specific flags Heiko Stuebner
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Heiko Stuebner @ 2014-11-20 19:38 UTC (permalink / raw)
  To: linux-arm-kernel

It was found that some firmware versions initialized the pll rates using
suboptimal parameters to achieve frequencies the actual rate table contained
better parameters for.

Therefore this series first adds the possibility to create pll-specific flags
and then adds a flag to adjust the pll rate on init to the parameters from
the rate table.

changes since v1:
- move population of pll_mux before registering the core pll clock
  null pointer exception in the _set_rate callback when called from init

Heiko Stuebner (4):
  clk: rockchip: add ability to specify pll-specific flags
  clk: rockchip: setup pll_mux data earlier
  clk: rockchip: add optional sync to pll rate parameters
  clk: rockchip: add ROCKCHIP_PLL_SYNC_RATE flag to some plls

 drivers/clk/rockchip/clk-pll.c    | 81 +++++++++++++++++++++++++++++++--------
 drivers/clk/rockchip/clk-rk3188.c |  8 ++--
 drivers/clk/rockchip/clk-rk3288.c | 10 ++---
 drivers/clk/rockchip/clk.c        |  3 +-
 drivers/clk/rockchip/clk.h        | 13 ++++++-
 5 files changed, 88 insertions(+), 27 deletions(-)

-- 
2.1.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-11-25 11:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-20 19:38 [PATCH v2 0/4] clk: rockchip: allow adjusting pll rates on init Heiko Stuebner
2014-11-20 19:38 ` [PATCH v2 1/4] clk: rockchip: add ability to specify pll-specific flags Heiko Stuebner
2014-11-20 19:38 ` [PATCH v2 2/4] clk: rockchip: setup pll_mux data earlier Heiko Stuebner
2014-11-20 19:38 ` [PATCH v2 3/4] clk: rockchip: add optional sync to pll rate parameters Heiko Stuebner
2014-11-20 19:38 ` [PATCH v2 4/4] clk: rockchip: add ROCKCHIP_PLL_SYNC_RATE flag to some plls Heiko Stuebner
2014-11-21  2:56 ` [PATCH v2 0/4] clk: rockchip: allow adjusting pll rates on init Kever Yang
2014-11-25  6:11   ` Mike Turquette
2014-11-25 11:28 ` Heiko Stübner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).