From: Stephen Warren Date: Wed, 6 Jun 2012 23:15:06 +0000 (-0600) Subject: ASoC: tegra: use regmap more directly X-Git-Tag: v3.6-rc1~117^2~4^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f163546a772d62250f59bad6a9338a0e3a2605c;p=pandora-kernel.git ASoC: tegra: use regmap more directly Stop open-coding the caching of the ctrl registers; instead, use regmap_update_bits() to update parts of the register from different places. The removal of the open-coded cache will allow controls to be created which touch registers, which will be necessary if any of these modules are converted to CODECs. Get rid of tegra*_read/write; just call regmap_read/write directly. Signed-off-by: Stephen Warren Signed-off-by: Mark Brown --- Reading git-diff-tree failed