This is another try to submit a driver for SI570 programmable clock generators. The heart of the driver is Günther's code from https://github.com/groeck/si570, which is wrapped in the common clock infrastructure. Due to the lack of platforms with oder devices only the SI570 is actually tested. Thanks, Sören Soren Brinkmann (1): clk: si570: Add a driver for SI570 oscillators .../devicetree/bindings/clock/silabs,si570.txt | 31 ++ drivers/clk/Kconfig | 10 + drivers/clk/Makefile | 1 + drivers/clk/clk-si570.c | 546 +++++++++++++++++++++ 4 files changed, 588 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/silabs,si570.txt create mode 100644 drivers/clk/clk-si570.c -- 1.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html