| From: |
| Dmitry Baryshkov <dbaryshkov@gmail.com> |
| To: |
| linux-kernel@vger.kernel.org |
| Subject: |
| [PATCH 0/6] Clocklib: generic clocks framework |
| Date: |
| Mon, 31 Mar 2008 12:39:47 +0400 |
| Message-ID: |
| <20080331083947.GA11282@doriath.ww600.siemens.net> |
| Cc: |
| akpm@linux-foundation.org,
Haavard Skinnemoen <haavard.skinnemoen@atmel.com>,
Russell King <rmk+lkml@arm.linux.org.uk>,
Paul Mundt <lethal@linux-sh.org>,
pHilipp Zabel <philipp.zabel@gmail.com>,
Pavel Machek <pavel@ucw.cz>, tony@atomide.com, paul@pwsan.com |
| Archive-link: |
| Article,
Thread
|
Hi,
Here is a new version based upon suggestions from Haavard and Russell.
Changes since last post:
* Split struct clk into clk and clk_ops
* Hide most non-generic things into clock type specific structs wrapping
struct clk.
* Provide at least partial documentation for structures and fields.
* Better /sys/kernel/debug/clock formatting
* Incorporates sa1100 and PXA patches.
--
With best wishes
Dmitry