Address comments from Rob and Stephen. Rebase to 4.10-rc1 Zhangfei Gao (2): dt-bindings: Document the hi3660 clock bindings clk: hisilicon: Add clock driver for hi3660 SoC .../devicetree/bindings/clock/hi3660-clock.txt | 42 ++ drivers/clk/hisilicon/Kconfig | 7 + drivers/clk/hisilicon/Makefile | 1 + drivers/clk/hisilicon/clk-hi3660.c | 592 +++++++++++++++++++++ include/dt-bindings/clock/hi3660-clock.h | 194 +++++++ 5 files changed, 836 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/hi3660-clock.txt create mode 100644 drivers/clk/hisilicon/clk-hi3660.c create mode 100644 include/dt-bindings/clock/hi3660-clock.h -- 2.7.4 -- 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