From: Jonghwan Choi Date: Sun, 6 Nov 2011 23:16:04 +0000 (+0900) Subject: regulator: Use regmap_read/write(), regmap_update_bits functions directly X-Git-Tag: v3.3-rc1~126^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43530b69d758328d3ffe6ab98fd640463e8e3667;p=pandora-kernel.git regulator: Use regmap_read/write(), regmap_update_bits functions directly Current driver had the regmapcalls within the bodies of the driver specific read/write fuctions. This patch removes the original read/write functions and makes the call sites use regmap directly. Signed-off-by: Jonghwan Choi Signed-off-by: Mark Brown --- Reading git-diff-tree failed