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