From: Markus Pargmann Date: Sun, 30 Aug 2015 07:33:54 +0000 (+0200) Subject: regmap: regmap max_raw_read/write getter functions X-Git-Tag: omap-for-v4.3/fixes-rc1~58^2~2^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f50c9eb4e9304cf555206c93152f580c0e7213b2;p=pandora-kernel.git regmap: regmap max_raw_read/write getter functions Add functions to access the maximum size we can read/write using regmap_raw_read/write(). This helps drivers that need to know how much they can write with the raw functions without problems. There are some devices (e.g. bmc150) that have fifos as registers which need to be read in specific chunks otherwise samples are dropped. Signed-off-by: Markus Pargmann Signed-off-by: Mark Brown --- Reading git-diff-tree failed