PARSE clocks.
    Eric S. Raymond 
    esr at thyrsus.com
       
    Mon Nov 30 19:21:41 UTC 2015
    
    
  
Amar Takhar <verm at darkbeer.org>:
> > I haven't looked at the code.  Is there any interaction between sub-drivers, 
> > or library modules that are only needed by some drivers?  Even if there is, 
> > is it interesting, or important?
> 
> I don't know yet but the reports I'm working on should show this.
I do know; I've read the code and understand the architecture.  The
individual clk_*.c subdriver mains do not interact with each other;
they're essentially method tables that plug into generic parse-driver
logic.  Some of them share auxiliary code for data format conversions.
-- 
		<a href="http://www.catb.org/~esr/">Eric S. Raymond</a>
    
    
More information about the devel
mailing list