[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1379033737-30015-1-git-send-email-soren.brinkmann@xilinx.com>
Date: Thu, 12 Sep 2013 17:55:36 -0700
From: Soren Brinkmann <soren.brinkmann@...inx.com>
To: Rob Herring <rob.herring@...xeda.com>,
Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Stephen Warren <swarren@...dotorg.org>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Rob Landley <rob@...dley.net>,
Mike Turquette <mturquette@...aro.org>,
Grant Likely <grant.likely@...aro.org>,
Guenter Roeck <linux@...ck-us.net>
Cc: devicetree@...r.kernel.org, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
Hyun Kwon <hyunk@...inx.com>,
Soren Brinkmann <soren.brinkmann@...inx.com>
Subject: [PATCH] SI570 clock driver
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists