From: Chao Xie Date: Fri, 31 Oct 2014 02:13:46 +0000 (+0800) Subject: clk: mmp: add mmp private gate clock X-Git-Tag: omap-for-v3.19/fixes-rc1~9^2~27^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdce35460f5bd929cbcb75a8f436776bd0112f49;p=pandora-kernel.git clk: mmp: add mmp private gate clock Some SOCes have this kind of the gate clock 1. There are some bits to control the gate not only one bit. 2. It is not always that "1" is to enable while "0" is to disable when write register. So we have to define the "mask", "enable_val", "disable_val" for this kind of gate clock. Signed-off-by: Chao Xie Acked-by: Haojian Zhuang Signed-off-by: Michael Turquette --- Reading git-diff-tree failed