From: Mark Brown Date: Mon, 3 Jun 2013 16:24:08 +0000 (+0100) Subject: regmap: core: Cache all registers by default when cache is enabled X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~30^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b92be6fecc9f1e8b927d99c12dad9f9dcd729727;p=pandora-kernel.git regmap: core: Cache all registers by default when cache is enabled Currently all register maps with a cache need to provide a volatile callback since the default is to assume all registers are volatile. This is not sensible if we have a cache so change the default to be fully cached if a cache is provided. Signed-off-by: Mark Brown --- Reading git-diff-tree failed