From: Laxman Dewangan Date: Fri, 17 Feb 2012 13:27:26 +0000 (+0530) Subject: regmap: Bypassing cache when initializing cache X-Git-Tag: v3.4-rc1~126^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df00c79f78d8b0ad788daf689ea461ace9d0811f;p=pandora-kernel.git regmap: Bypassing cache when initializing cache During regcache_init, if client has not passed the default data of cached register then it is directly read from the hw to initialize cache. This hw register read happens before cache ops are initialized and hence avoiding register read to check for the data available on cache or not by enabling flag of cache_bypass. Signed-off-by: Laxman Dewangan Signed-off-by: Mark Brown --- Reading git-diff-tree failed