From: Mark Brown Date: Sun, 3 Jun 2012 12:37:24 +0000 (+0100) Subject: mfd: Remove custom wm8350 cache implementation X-Git-Tag: v3.6-rc1~47^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19d57ed5a308472a02e773f33c03ad4cb2ec6a9d;p=pandora-kernel.git mfd: Remove custom wm8350 cache implementation Since none of the users now reference the cache directly we can happily remove the custom cache code and rely on the regmap cache. For simplicity we don't bother with the register defaults tables but instead read the defaults from the device - regmap is capable of doing this, unlike our old cache infrastructure. This saves a lot of code and allows us to cache the device revision information too. Signed-off-by: Mark Brown Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed