[v6,0/6] Add CRG driver for Hi3798MV100 SoC

Message ID 20230321200031.1812026-1-mmyangfl@gmail.com
Headers
Series Add CRG driver for Hi3798MV100 SoC |

Message

Yangfl March 21, 2023, 8 p.m. UTC
  This series adds CRG driver for Hi3798MV100 SoC.

v2: move bindings to a separate patch
v3: fix bindings commit message, reorganize patches
v4: add ethernet and gpu clocks
v5: add complex clock
v6: migrate devm api

David Yang (6):
  clk: hisilicon: Rename Hi3798CV200 to Hi3798
  clk: hisilicon: Extract common functions
  clk: hisilicon: Migrate devm APIs
  clk: hisilicon: Add complex clock for Hi3798
  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/clk-hi3519.c            |  45 +-
 drivers/clk/hisilicon/clk-hi3559a.c           | 111 +--
 drivers/clk/hisilicon/clk-hi3620.c            |  12 +-
 drivers/clk/hisilicon/clk-hi3660.c            |  46 +-
 drivers/clk/hisilicon/clk-hi3670.c            |  52 +-
 drivers/clk/hisilicon/clk-hi6220.c            |  34 +-
 drivers/clk/hisilicon/clk-hip04.c             |   4 +-
 drivers/clk/hisilicon/clk-hisi-phase.c        |  15 +-
 drivers/clk/hisilicon/clk-hix5hd2.c           |  33 +-
 drivers/clk/hisilicon/clk.c                   | 245 +++----
 drivers/clk/hisilicon/clk.h                   |  89 +--
 drivers/clk/hisilicon/clkdivider-hi6220.c     |  23 +-
 drivers/clk/hisilicon/clkgate-separated.c     |  16 +-
 drivers/clk/hisilicon/crg-hi3516cv300.c       |  60 +-
 drivers/clk/hisilicon/crg-hi3798.c            | 692 ++++++++++++++++++
 drivers/clk/hisilicon/crg-hi3798cv200.c       | 401 ----------
 include/dt-bindings/clock/histb-clock.h       |  13 +
 20 files changed, 1060 insertions(+), 841 deletions(-)
 create mode 100644 drivers/clk/hisilicon/crg-hi3798.c
 delete mode 100644 drivers/clk/hisilicon/crg-hi3798cv200.c
  

Comments

Stephen Boyd March 21, 2023, 11:04 p.m. UTC | #1
Quoting David Yang (2023-03-21 13:00:21)
> This series adds CRG driver for Hi3798MV100 SoC.
> 
> v2: move bindings to a separate patch
> v3: fix bindings commit message, reorganize patches
> v4: add ethernet and gpu clocks
> v5: add complex clock
> v6: migrate devm api

Some general comments. Typically we link to previous rounds with lore
links like
https://lore.kernel.org/r/message.id.of.previous.cover.letter

and also generate patches with `git format-patch --base` so we know what
baseline kernel version was used to develop on. And, please send your
emails To: something/somebody. Right now the To: header is empty, so it
looks like spam.