On Mon, Feb 09, 2009 at 06:04:29PM +0100, Davide Rizzo wrote: > To: Greg KH <[email protected]> > Cc: "Hans J. Koch" <[email protected]>, [email protected], > [email protected], [email protected] > > This driver is for user level programs to interact with system clocks. > It allows to read and modify rates and parents, using virtual files. > It requires the implementation of 2 additional functions in the clk interface: > clk_for_each() and clk_name(). > Actually I implemented that functions only for Samsung S3C24xx platform.
NAK. > + name = clk_get_name(clk); This implies that there is a 1:1 relationship between a 'name' and a struct clk. No such thing exists (and where it does, it's being eliminated in ARM because it's just plain and simple WRONG.) -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
