linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Add more clock compatible features and support the RK3399 clock
@ 2016-03-10  3:46 Xing Zheng
  2016-03-10  3:46 ` [PATCH v4 1/4] dt-bindings: add bindings for rk3399 clock controller Xing Zheng
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Xing Zheng @ 2016-03-10  3:46 UTC (permalink / raw)
  To: 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 v4:
- fix some define errors due to careless

Changes in v3:
- rename pclkin_cif to pclkin_cifmux, add diagram and comment for
  pclkin_cifmux
- add the clk_test node
- modify the cif_testout path
- include two new patches that dt-bindings and header file from
  Jianqun's patch series

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

Xing Zheng (4):
  dt-bindings: add bindings for rk3399 clock controller
  clk: rockchip: add dt-binding header for rk3399
  clk: rockchip: add new pll-type for rk3399 and similar socs
  clk: rockchip: add clock controller for the RK3399

 .../bindings/clock/rockchip,rk3399-cru.txt         |   82 +
 drivers/clk/rockchip/Makefile                      |    1 +
 drivers/clk/rockchip/clk-pll.c                     |  271 +++-
 drivers/clk/rockchip/clk-rk3399.c                  | 1567 ++++++++++++++++++++
 drivers/clk/rockchip/clk.h                         |   27 +-
 include/dt-bindings/clock/rk3399-cru.h             |  720 +++++++++
 6 files changed, 2665 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.txt
 create mode 100644 drivers/clk/rockchip/clk-rk3399.c
 create mode 100644 include/dt-bindings/clock/rk3399-cru.h

-- 
1.7.9.5

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

end of thread, other threads:[~2016-03-12 11:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-10  3:46 [PATCH v4 0/4] Add more clock compatible features and support the RK3399 clock Xing Zheng
2016-03-10  3:46 ` [PATCH v4 1/4] dt-bindings: add bindings for rk3399 clock controller Xing Zheng
2016-03-10  3:47 ` [PATCH v4 3/4] clk: rockchip: add new pll-type for rk3399 and similar socs Xing Zheng
2016-03-12 11:13   ` Heiko Stübner
2016-03-10  3:47 ` [PATCH v4 4/4] clk: rockchip: add clock controller for the RK3399 Xing Zheng

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).