devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/4] clk: rockchip: support clock controller for px30 SoC
@ 2018-06-07  3:06 Elaine Zhang
  2018-06-07  3:06 ` [PATCH v1 1/4] dt-bindings: add bindings for px30 clock controller Elaine Zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Elaine Zhang @ 2018-06-07  3:06 UTC (permalink / raw)
  To: heiko
  Cc: sboyd, robh+dt, mark.rutland, mturquette, linux-clk, devicetree,
	linux-arm-kernel, linux-rockchip, linux-kernel, cl, xxx, xf,
	huangtao, Elaine Zhang

Elaine Zhang (4):
  dt-bindings: add bindings for px30 clock controller
  clk: rockchip: add dt-binding header for px30
  clk: rockchip: add support for half divider
  clk: rockchip: add clock controller for px30

 .../bindings/clock/rockchip,px30-cru.txt           |   67 ++
 drivers/clk/rockchip/Makefile                      |    2 +
 drivers/clk/rockchip/clk-half-divider.c            |  235 +++++
 drivers/clk/rockchip/clk-px30.c                    | 1080 ++++++++++++++++++++
 drivers/clk/rockchip/clk.c                         |   10 +
 drivers/clk/rockchip/clk.h                         |   86 +-
 include/dt-bindings/clock/px30-cru.h               |  402 ++++++++
 7 files changed, 1881 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/clock/rockchip,px30-cru.txt
 create mode 100644 drivers/clk/rockchip/clk-half-divider.c
 create mode 100644 drivers/clk/rockchip/clk-px30.c
 create mode 100644 include/dt-bindings/clock/px30-cru.h

-- 
1.9.1

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

end of thread, other threads:[~2018-06-07 10:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-07  3:06 [PATCH v1 0/4] clk: rockchip: support clock controller for px30 SoC Elaine Zhang
2018-06-07  3:06 ` [PATCH v1 1/4] dt-bindings: add bindings for px30 clock controller Elaine Zhang
2018-06-07  3:06 ` [PATCH v1 2/4] clk: rockchip: add dt-binding header for px30 Elaine Zhang
2018-06-07  7:56   ` Heiko Stübner
2018-06-07  3:06 ` [PATCH v1 3/4] clk: rockchip: add support for half divider Elaine Zhang
2018-06-07 10:57   ` Heiko Stübner
2018-06-07  3:06 ` [PATCH v1 4/4] clk: rockchip: add clock controller for px30 Elaine Zhang

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