From: Laxman Dewangan Date: Tue, 21 Feb 2012 12:51:34 +0000 (+0530) Subject: mfd: Use regmap for tps65910 register access. X-Git-Tag: v3.4-rc1~66^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc9913a050f1898c6a77f4f5606bc194d530aafd;p=pandora-kernel.git mfd: Use regmap for tps65910 register access. Using regmap apis for accessing the device registers and using RBTREE caching mechanims for caching registers. Enabling caching of the registers which is used for voltage controls. By doing this, the modify_bits operation is faster as it does not involve the i2c register read from device, just read from cache. This results faster set voltage operation. Signed-off-by: Laxman Dewangan Reviewed-by: Mark Brown Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed