| From: |
| Dmitry Baryshkov <dbaryshkov@gmail.com> |
| To: |
| linux-kernel@vger.kernel.org |
| Subject: |
| [PATCH 0/3] Genclk: generic framework for clocks managing [v3.1] |
| Date: |
| Tue, 8 Jul 2008 17:42:42 +0400 |
| Message-ID: |
| <20080708134242.GA6176@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,
David Brownell <david-b@pacbell.net>,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
ian <spyro@f2s.com> |
| Archive-link: |
| Article,
Thread
|
Hi,
This is again a set of patches to unify the management of clocks and
allow easy registration and unregistration of them. This is neccessary
to cleanly support such devices as toshiba mobile companion chips,
sa1111 companion, ASIC3 companion, etc. Also it brings code unification,
especially for a lot of arm sub-arches which share nearly the same code.
Changes from the previous patchset:
* Change the name as requested by Ben: clocklib -> generic clk (genclk)
* Move from lib/clocklib.c to kernel/genclk/*
* Fix locking in generic code
* Rebase PXA patch to the current Russell's tree.
* Interlock access to CKEN registers on PXA.
--
With best wishes
Dmitry