From: Haojian Zhuang Date: Sat, 8 Jun 2013 14:47:18 +0000 (+0800) Subject: clk: divider: add CLK_DIVIDER_HIWORD_MASK flag X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~27^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d57dfe7508af2b528e26d84792edec1e7d919682;p=pandora-kernel.git clk: divider: add CLK_DIVIDER_HIWORD_MASK flag 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 setting divider, it also needs to indicate the change by setting hiword mask (b11 << 16). The patch adds divider flag for this usage. Signed-off-by: Heiko Stuebner Signed-off-by: Haojian Zhuang Signed-off-by: Mike Turquette --- Reading git-diff-tree failed