linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] SI570 clock driver
@ 2013-09-13  0:55 Soren Brinkmann
  2013-09-13  0:55 ` [PATCH] clk: si570: Add a driver for SI570 oscillators Soren Brinkmann
  0 siblings, 1 reply; 18+ messages in thread
From: Soren Brinkmann @ 2013-09-13  0:55 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2013-09-18 20:41 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-13  0:55 [PATCH] SI570 clock driver Soren Brinkmann
2013-09-13  0:55 ` [PATCH] clk: si570: Add a driver for SI570 oscillators Soren Brinkmann
2013-09-13 17:00   ` Guenter Roeck
2013-09-13 17:26     ` Sören Brinkmann
2013-09-13 19:48       ` Guenter Roeck
2013-09-13 21:05         ` Sören Brinkmann
2013-09-13 21:14           ` Guenter Roeck
2013-09-14  8:01       ` Sebastian Hesselbarth
2013-09-16 16:34   ` Stephen Warren
2013-09-16 16:49     ` Guenter Roeck
2013-09-16 16:59       ` Stephen Warren
2013-09-16 17:35         ` Guenter Roeck
2013-09-16 18:37           ` Stephen Warren
2013-09-16 19:14             ` Guenter Roeck
2013-09-17  7:59             ` Sebastian Hesselbarth
2013-09-17 13:08               ` Guenter Roeck
2013-09-17 16:14               ` Stephen Warren
2013-09-18 20:41                 ` Sören Brinkmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).