All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH v2 0/5] Add more clock compatible features and support the RK3399 clock
@ 2016-03-01 10:14 ` Xing Zheng
  0 siblings, 0 replies; 29+ messages in thread
From: Xing Zheng @ 2016-03-01 10:14 UTC (permalink / raw)
  To: linux-rockchip
  Cc: heiko, huangtao, jay.xu, elaine.zhang, Xing Zheng,
	Michael Turquette, Stephen Boyd, linux-kernel, linux-clk,
	linux-arm-kernel


Hi,
  The patch series add support more mux parameters and multiple
clock providers for the rockchip features of the clock framework,
and support the clock controller for the RK3399.


Changes in v2:
- rename the aplll/apllb to lpll/bpll
- add drv/sample clock nodes for sdmmc/sdio

Xing Zheng (5):
  clk: rockchip: add more mux parameters for new pll sources
  clk: rockchip: Add support for multiple clock providers
  clk: rockchip: add new pll-type for rk3399 and similar socs
  clk: rockchip: add a COMPOSITE_FRACMUX_NOGATE type
  clk: rockchip: add clock controller for the RK3399

 drivers/clk/rockchip/Makefile     |    1 +
 drivers/clk/rockchip/clk-cpu.c    |   14 +-
 drivers/clk/rockchip/clk-pll.c    |  309 +++++++-
 drivers/clk/rockchip/clk-rk3036.c |   20 +-
 drivers/clk/rockchip/clk-rk3188.c |   54 +-
 drivers/clk/rockchip/clk-rk3228.c |   20 +-
 drivers/clk/rockchip/clk-rk3288.c |   22 +-
 drivers/clk/rockchip/clk-rk3368.c |   27 +-
 drivers/clk/rockchip/clk-rk3399.c | 1553 +++++++++++++++++++++++++++++++++++++
 drivers/clk/rockchip/clk.c        |  148 ++--
 drivers/clk/rockchip/clk.h        |   96 ++-
 11 files changed, 2140 insertions(+), 124 deletions(-)
 create mode 100644 drivers/clk/rockchip/clk-rk3399.c

-- 
1.7.9.5

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

end of thread, other threads:[~2016-03-09  2:20 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01 10:14 [RESEND PATCH v2 0/5] Add more clock compatible features and support the RK3399 clock Xing Zheng
2016-03-01 10:14 ` Xing Zheng
2016-03-01 10:14 ` Xing Zheng
2016-03-01 10:14 ` [RESEND PATCH v2 1/5] clk: rockchip: add more mux parameters for new pll sources Xing Zheng
2016-03-01 10:14   ` Xing Zheng
2016-03-09  1:12   ` Heiko Stuebner
2016-03-09  1:12     ` Heiko Stuebner
2016-03-09  1:12     ` Heiko Stuebner
2016-03-09  1:12     ` Heiko Stuebner
2016-03-01 10:14 ` [RESEND PATCH v2 2/5] clk: rockchip: Add support for multiple clock providers Xing Zheng
2016-03-01 10:14   ` Xing Zheng
2016-03-01 10:14 ` [RESEND PATCH v2 3/5] clk: rockchip: add new pll-type for rk3399 and similar socs Xing Zheng
2016-03-01 10:14   ` Xing Zheng
2016-03-09  1:22   ` Heiko Stuebner
2016-03-09  1:22     ` Heiko Stuebner
2016-03-09  1:22     ` Heiko Stuebner
2016-03-09  2:20     ` Xing Zheng
2016-03-09  2:20       ` Xing Zheng
2016-03-01 10:14 ` [RESEND PATCH v2 4/5] clk: rockchip: add a COMPOSITE_FRACMUX_NOGATE type Xing Zheng
2016-03-01 10:14   ` Xing Zheng
2016-03-01 10:15 ` [RESEND PATCH v2 5/5] clk: rockchip: add clock controller for the RK3399 Xing Zheng
2016-03-01 10:15   ` Xing Zheng
2016-03-08 23:34   ` Doug Anderson
2016-03-08 23:34     ` Doug Anderson
2016-03-09  0:51     ` Jianqun Xu
2016-03-09  0:51       ` Jianqun Xu
2016-03-09  0:51       ` Jianqun Xu
2016-03-09  1:26       ` Xing Zheng
2016-03-09  1:26         ` Xing Zheng

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.