From: Thomas Abraham Date: Tue, 14 Jun 2011 10:12:26 +0000 (+0900) Subject: ARM: SAMSUNG: Add clkdev infrastructure X-Git-Tag: v3.1-rc1~149^2^2~9^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f86c6660927614fcda257e083569bfb252fcf85e;p=pandora-kernel.git ARM: SAMSUNG: Add clkdev infrastructure The struct clk definition for Samsung platforms is extended to include a instance of struct clk_lookup and a device name. When clocks are registered using s3c24xx_register_clock function, the dev_id, con_id and clk members are initialized with information from the struct clk instance and struct clk_lookup member is registered. Signed-off-by: Thomas Abraham Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed