public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add CRG driver for Hi3798MV100 SoC
@ 2023-03-07  3:22 David Yang
  2023-03-07  3:22 ` [PATCH v3 1/4] clk: hisilicon: Rename Hi3798CV200 to Hi3798 David Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: David Yang @ 2023-03-07  3:22 UTC (permalink / raw)
  To: mmyangfl
  Cc: Michael Turquette, Stephen Boyd, Rob Herring, Krzysztof Kozlowski,
	linux-clk, devicetree, linux-kernel

This series adds CRG driver for Hi3798MV100 SoC.

v2: move bindings to a separate patch
v3: fix bindings commit message, reorganize patches

David Yang (4):
  clk: hisilicon: Rename Hi3798CV200 to Hi3798
  clk: hisilicon: Extract common functions
  dt-bindings: clock: Add Hi3798MV100 CRG
  clk: hisilicon: Add CRG driver for Hi3798MV100 SoC

 .../devicetree/bindings/clock/hisi-crg.txt    |   2 +
 drivers/clk/hisilicon/Kconfig                 |   6 +-
 drivers/clk/hisilicon/Makefile                |   2 +-
 drivers/clk/hisilicon/crg-hi3798.c            | 611 ++++++++++++++++++
 drivers/clk/hisilicon/crg-hi3798cv200.c       | 401 ------------
 include/dt-bindings/clock/histb-clock.h       |  10 +
 6 files changed, 627 insertions(+), 405 deletions(-)
 create mode 100644 drivers/clk/hisilicon/crg-hi3798.c
 delete mode 100644 drivers/clk/hisilicon/crg-hi3798cv200.c

-- 
2.39.2


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

end of thread, other threads:[~2023-03-07  3:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-07  3:22 [PATCH v3 0/4] Add CRG driver for Hi3798MV100 SoC David Yang
2023-03-07  3:22 ` [PATCH v3 1/4] clk: hisilicon: Rename Hi3798CV200 to Hi3798 David Yang
2023-03-07  3:22 ` [PATCH v3 2/4] clk: hisilicon: Extract common functions David Yang
2023-03-07  3:22 ` [PATCH v3 3/4] dt-bindings: clock: Add Hi3798MV100 CRG David Yang
2023-03-07  3:22 ` [PATCH v3 4/4] clk: hisilicon: Add CRG driver for Hi3798MV100 SoC David Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox