From: Heiko Stuebner Date: Wed, 19 Feb 2014 00:25:49 +0000 (+0900) Subject: clk: samsung: add clock-driver for s3c2416, s3c2443 and s3c2450 X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~45^2~7^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61fbb1d278cf09f29d67629b139b3ca08acbf177;p=pandora-kernel.git clk: samsung: add clock-driver for s3c2416, s3c2443 and s3c2450 The three SoCs share a common clock tree which only differs in the existence of some special clocks. As with all parts common to these three SoCs the driver is named after the s3c2443, as it was the first SoC introducing this structure and there exists no other label to describe this s3c24xx epoch. The clock structure is built according to the manuals of the included SoCs and might include changes in comparison to the previous clock structure. As an example the sclk_uart gate was never handled previously and the div_uart was made to be the clock used by the serial driver. Signed-off-by: Heiko Stuebner Acked-by: Tomasz Figa Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed