devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] SI570 clock driver
@ 2013-09-13  0:55 Soren Brinkmann
       [not found] ` <1379033737-30015-1-git-send-email-soren.brinkmann-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 18+ messages in thread
From: Soren Brinkmann @ 2013-09-13  0:55 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren,
	Ian Campbell, Rob Landley, Mike Turquette, Grant Likely,
	Guenter Roeck
  Cc: devicetree, linux-doc, linux-kernel, linux-arm-kernel, Hyun Kwon,
	Soren Brinkmann

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
     [not found] ` <1379033737-30015-1-git-send-email-soren.brinkmann-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
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
     [not found]           ` <20130913194822.GA12117-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2013-09-13 21:05             ` Sören Brinkmann
2013-09-13 21:14               ` Guenter Roeck
     [not found]         ` <c6755ff6-104d-40fe-a753-0e165cff1e10-dAX9Bq04yCSXHCJdrdq+zrjjLBE8jN/0@public.gmane.org>
2013-09-14  8:01           ` Sebastian Hesselbarth
2013-09-16 16:34     ` Stephen Warren
2013-09-16 16:49       ` Guenter Roeck
     [not found]         ` <20130916164927.GB21352-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2013-09-16 16:59           ` Stephen Warren
     [not found]             ` <5237390E.5070203-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-09-16 17:35               ` Guenter Roeck
     [not found]                 ` <20130916173540.GA3481-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
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).