From: Shawn Guo Date: Fri, 18 Apr 2014 07:55:16 +0000 (+0800) Subject: ARM: imx: define struct clk_gate2 on our own X-Git-Tag: omap-for-v3.16/fixes-against-rc1~52^2~10^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54ee1471f82047885ec575559cb7c8466adcbef4;p=pandora-kernel.git ARM: imx: define struct clk_gate2 on our own The imx clk-gate2 driver implements an i.MX specific gate clock, which has two bits controlling the gate states. While this is a completely separate gate driver from the common clk-gate one, it reuses the common clk_gate structure. Such reusing makes the extending of clk_gate2 clumsy. Let's define struct clk_gate2 on our own to make the driver independent of the common clk-gate one, and ease the clk_gate2 extending at a later time. Signed-off-by: Shawn Guo --- Reading git-diff-tree failed