From: Dimitris Papastamos Date: Mon, 19 Sep 2011 13:34:01 +0000 (+0100) Subject: regmap: Add the indexed cache support X-Git-Tag: v3.2-rc1~181^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=195af65ca92179ac2b524d35d732dc6fecec2744;p=pandora-kernel.git regmap: Add the indexed cache support This is the simplest form of a cache available in regcache. Any registers whose default value is 0 are ignored. If any of those registers are modified in the future, they will be placed in the cache on demand. The cache layout is essentially using the provided register defaults by the regcache core directly and does not re-map it to another representation. Signed-off-by: Dimitris Papastamos Signed-off-by: Mark Brown --- Reading git-diff-tree failed