Re: [RFC,PATCH 1/7 v2] Add a common struct clk

2010-01-12 Thread Francesco VIRLINZI
Hi Jeremy In November I already sent a proposal on a generic linux clk framework. On that I would suggest: +struct clk { + const struct clk_operations *ops; spinlock_t lock; const char *name; int id; unsigned long rate; +}; + +struct clk_

[Proposal] [PATCH] [RESEND] generic clock framework

2009-11-16 Thread Francesco VIRLINZI
Hi all I'm Francesco and I work in STMicroelectronics In the last ELC-E_2009 I spoke on a generic clock framework I'm working on (see http://tree.celinuxforum.org/CelfPubWiki/ELCEurope2009Presentations?action=AttachFile&do=view&target=ELC_E_2009_Generic_Clock_Framework.pdf). I wrote the gc