From: Krzysztof Kozlowski Date: Tue, 17 Dec 2013 13:23:18 +0000 (+0100) Subject: regulator: s5m8767: Do not use sec_reg* regmap helpers X-Git-Tag: v3.14-rc1~92^2^3~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d13733f4a24d93c582f22f17b5434cf195b7d505;p=pandora-kernel.git regulator: s5m8767: Do not use sec_reg* regmap helpers Replace calls to sec_reg* helpers with direct usage of regmap API. The sec_reg* helpers are error-prone as they mix u8 with unsigned int and order of some of parameters (val and mask in sec_reg_update()). Also the helpers do not give any way of useful abstraction as they just call corresponding regmap function. This patch replaces: - sec_reg_read() with regmap_read(), - sec_reg_write() with regmap_write(), - sec_reg_update() with regmap_update_bits(). Signed-off-by: Krzysztof Kozlowski Acked-by: Lee Jones Signed-off-by: Mark Brown --- Reading git-diff-tree failed