[PATCH] SI570 clock driver
Soren Brinkmann
soren.brinkmann at xilinx.com
Thu Sep 12 20:55:36 EDT 2013
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
More information about the linux-arm-kernel
mailing list