devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 0/2] Enable Hi3559A SOC clock
@ 2021-03-23 11:29 Dongjiu Geng
  2021-03-23 11:29 ` [PATCH v8 1/2] dt-bindings: Document the hi3559a clock bindings Dongjiu Geng
  2021-03-23 11:29 ` [PATCH v8 2/2] clk: hisilicon: Add clock driver for hi3559A SoC Dongjiu Geng
  0 siblings, 2 replies; 5+ messages in thread
From: Dongjiu Geng @ 2021-03-23 11:29 UTC (permalink / raw)
  To: mturquette, sboyd, robh+dt, linux-clk, devicetree, linux-kernel,
	gengdongjiu1

This patchset is separated  from this series: https://lore.kernel.org/patchwork/cover/1353321/

v7->v8:
Mainly address Stephen's comments
1. Add const for some function and variables
2. Remove the useless function and variables
3. Add a define for a mask width

Dongjiu Geng (2):
  dt-bindings: Document the hi3559a clock bindings
  clk: hisilicon: Add clock driver for hi3559A SoC

 .../clock/hisilicon,hi3559av100-clock.yaml         |  59 ++
 drivers/clk/hisilicon/Kconfig                      |   7 +
 drivers/clk/hisilicon/Makefile                     |   1 +
 drivers/clk/hisilicon/clk-hi3559a.c                | 847 +++++++++++++++++++++
 drivers/clk/hisilicon/clk.c                        |   2 +-
 drivers/clk/hisilicon/clk.h                        |   2 +-
 include/dt-bindings/clock/hi3559av100-clock.h      | 165 ++++
 7 files changed, 1081 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/hisilicon,hi3559av100-clock.yaml
 create mode 100644 drivers/clk/hisilicon/clk-hi3559a.c
 create mode 100644 include/dt-bindings/clock/hi3559av100-clock.h

-- 
2.7.4


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

end of thread, other threads:[~2021-06-28  3:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23 11:29 [PATCH v8 0/2] Enable Hi3559A SOC clock Dongjiu Geng
2021-03-23 11:29 ` [PATCH v8 1/2] dt-bindings: Document the hi3559a clock bindings Dongjiu Geng
2021-06-28  3:05   ` Stephen Boyd
2021-03-23 11:29 ` [PATCH v8 2/2] clk: hisilicon: Add clock driver for hi3559A SoC Dongjiu Geng
2021-06-28  3:06   ` Stephen Boyd

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