[PATCH 0/5] Generic clocks framework

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Date: Saturday, February 2, 2008 - 6:54 pm

Hi,

Currently we have a generic clock api for using clocks.
This patchset tries to fill other side: an api for providing
clocks.
Currently each platform that wants to provide <linux/clk.h>
implementation is forced to reimplement everything from scratch.
This leads for major code duplication. E.g. the ARM arch
contains 13 implementations (one for each mach). Also there are
implementations for AVR, MIPS, PowerPC and SH.

This patchset implements the "management" part, so each platform
would have to only implement few platform-specific parts.

-- 
With best wishes
Dmitry

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/5] Generic clocks framework, Dmitry Baryshkov, (Sat Feb 2, 6:54 pm)
[PATCH 5/5] Use clocklib for sa1100 sub-arch., Dmitry Baryshkov, (Sat Feb 2, 7:00 pm)
[PATCH 4/5] Use correct clock for IrDA on pxa, Dmitry Baryshkov, (Sat Feb 2, 7:00 pm)
[PATCH 3/5] Use clocklib for ARM pxa sub-arch., Dmitry Baryshkov, (Sat Feb 2, 7:00 pm)
[PATCH 1/5] Add generic framework for managing clocks., Dmitry Baryshkov, (Sat Feb 2, 7:00 pm)
[PATCH 2/5] Clocklib debugfs support, Dmitry Baryshkov, (Sat Feb 2, 6:59 pm)