[PATCH 0/5] Add CRG driver for Hi3798MV100 SoC

David Yang posted 5 patches 3 years, 1 month ago
There is a newer version of this series
.../devicetree/bindings/clock/hisi-crg.txt    |   2 +
drivers/clk/hisilicon/Kconfig                 |   6 +-
drivers/clk/hisilicon/Makefile                |   2 +-
drivers/clk/hisilicon/crg-hi3798.c            | 606 ++++++++++++++++++
drivers/clk/hisilicon/crg-hi3798cv200.c       | 401 ------------
include/dt-bindings/clock/histb-clock.h       |  13 +
6 files changed, 625 insertions(+), 405 deletions(-)
create mode 100644 drivers/clk/hisilicon/crg-hi3798.c
delete mode 100644 drivers/clk/hisilicon/crg-hi3798cv200.c
[PATCH 0/5] Add CRG driver for Hi3798MV100 SoC
Posted by David Yang 3 years, 1 month ago
This series adds CRG driver for Hi3798MV100 SoC.

David Yang (5):
  clk: hisilicon: Rename Hi3798CV200 to Hi3798
  clk: hisilicon: Extract common functions
  clk: hisilicon: Rename some symbols for Hi3798CV200
  clk: hisilicon: Add inner clocks for Hi3798MV100
  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            | 606 ++++++++++++++++++
 drivers/clk/hisilicon/crg-hi3798cv200.c       | 401 ------------
 include/dt-bindings/clock/histb-clock.h       |  13 +
 6 files changed, 625 insertions(+), 405 deletions(-)
 create mode 100644 drivers/clk/hisilicon/crg-hi3798.c
 delete mode 100644 drivers/clk/hisilicon/crg-hi3798cv200.c

-- 
2.39.1