From 54ee1471f82047885ec575559cb7c8466adcbef4 Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Fri, 18 Apr 2014 15:55:16 +0800 Subject: [PATCH] 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-format-patch failed