This patch series adds a Clock Generation Unit (CGU) driver for the JZ4755 SoC. v7: - drop already applied patches - remove unused macros' - add explanation why CLK_OF_DECLARE_DRIVER used v6: - polish parent clock declarations - reparent "not sure" BCH clock to H1CLK - ack collected v5: - reword commit msg for documentation - reword cover letter v4: - absent commit msg fixed - +/- ack v3: - MACH_JZ4755 creation removed - AIC clock parent fixed - EXT/512 clock clarified (tested) - dt header license refined v2: - CGU patches moved into its own patchset - dual license for dt-bindings header - Krzysztof's ack picked up v1: - adds support for the whole JZ4755 Siarhei Volkau (1): clk: Add Ingenic JZ4755 CGU driver drivers/clk/ingenic/Kconfig | 10 + drivers/clk/ingenic/Makefile | 1 + drivers/clk/ingenic/jz4755-cgu.c | 346 +++++++++++++++++++++++++++++++ 3 files changed, 357 insertions(+) create mode 100644 drivers/clk/ingenic/jz4755-cgu.c -- 2.36.1