From: Haojian Zhuang Date: Sat, 8 Jun 2013 14:47:19 +0000 (+0800) Subject: clk: gate: add CLK_GATE_HIWORD_MASK X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~27^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=045779942c04646a222289989e6a5b617dfdedf7;p=pandora-kernel.git clk: gate: add CLK_GATE_HIWORD_MASK In Rockchip Cortex-A9 based chips, they don't use paradigm of reading-changing-writing the register contents. Instead they use a hiword mask to indicate the changed bits. When b1 should be set as gate, it also needs to indicate the change by setting hiword mask (b1 << 16). The patch adds gate flag for this usage. Signed-off-by: Heiko Stuebner Signed-off-by: Haojian Zhuang Signed-off-by: Mike Turquette --- Reading git-diff-tree failed