Add CRG driver for Hi3798CV200 and Hi3516CV200 SoCs. Jiancheng Xue (2): clk: hisilicon: add CRG driver for Hi3798CV200 SoC clk: hisilicon: add CRG driver for Hi3516CV300 SoC .../clock/{hi3519-crg.txt => hisi-crg.txt} | 12 +- drivers/clk/hisilicon/Kconfig | 16 + drivers/clk/hisilicon/Makefile | 2 + drivers/clk/hisilicon/crg-hi3516cv300.c | 330 ++++++++++++++++++++ drivers/clk/hisilicon/crg-hi3798cv200.c | 337 +++++++++++++++++++++ drivers/clk/hisilicon/crg.h | 34 +++ include/dt-bindings/clock/hi3516cv300-clock.h | 48 +++ include/dt-bindings/clock/histb-clock.h | 66 ++++ 8 files changed, 841 insertions(+), 4 deletions(-) rename Documentation/devicetree/bindings/clock/{hi3519-crg.txt => hisi-crg.txt} (80%) create mode 100644 drivers/clk/hisilicon/crg-hi3516cv300.c create mode 100644 drivers/clk/hisilicon/crg-hi3798cv200.c create mode 100644 drivers/clk/hisilicon/crg.h create mode 100644 include/dt-bindings/clock/hi3516cv300-clock.h create mode 100644 include/dt-bindings/clock/histb-clock.h -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html