The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [RFC][PATCH 0/2] Clocklib: generic clocks framework
@ 2008-05-22 21:19 Dmitry Baryshkov
  2008-05-22 21:21 ` [RFC][PATCH 1/2] Clocklib: add generic framework for managing clocks Dmitry Baryshkov
  2008-05-22 21:21 ` [RFC][PATCH 2/2] Clocklib: Refactor PXA arm arch to use clocklib Dmitry Baryshkov
  0 siblings, 2 replies; 10+ messages in thread
From: Dmitry Baryshkov @ 2008-05-22 21:19 UTC (permalink / raw)
  To: linux-kernel
  Cc: akpm, Haavard Skinnemoen, Russell King, Paul Mundt, pHilipp Zabel,
	Pavel Machek, tony, paul, David Brownell

Hi,

In the followup mails I'd like to introduce a bit new approach for
"clocklib".
First, it's based on kobjects. So we do get sysfs integration nearly for
free. Also now struct clk is completely opaque. So we can change it's
implementation without impacting clocks providers.

Also in clk_ops I've merged (as suggested by Haavard) the set_rate and
round_rate calls since they usually have lots of common code.

The clk_set_parent() isn't implemented yet, but this code is only an RFC!

-- 
With best wishes
Dmitry


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

end of thread, other threads:[~2008-05-28 19:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-22 21:19 [RFC][PATCH 0/2] Clocklib: generic clocks framework Dmitry Baryshkov
2008-05-22 21:21 ` [RFC][PATCH 1/2] Clocklib: add generic framework for managing clocks Dmitry Baryshkov
2008-05-27 22:09   ` Andrew Morton
2008-05-27 23:41     ` Dmitry Baryshkov
2008-05-28  7:44       ` Haavard Skinnemoen
2008-05-28 12:44         ` Dmitry
2008-05-28 13:56           ` Haavard Skinnemoen
2008-05-28 15:34             ` Dmitry Baryshkov
2008-05-28 19:52               ` Haavard Skinnemoen
2008-05-22 21:21 ` [RFC][PATCH 2/2] Clocklib: Refactor PXA arm arch to use clocklib Dmitry Baryshkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox