summaryrefslogtreecommitdiffstats
path: root/include/linux/regmap.h
diff options
context:
space:
mode:
authorMark Brown2013-03-26 22:24:20 +0100
committerMark Brown2013-03-27 14:03:39 +0100
commit221ad7f2df7c54b3f05471a3599ea7368366aaeb (patch)
tree2ca3853d0441538ebd3634c0bac564775b5ca97b /include/linux/regmap.h
parentregmap: cache: Provide a get address of value operation (diff)
downloadkernel-qcow2-linux-221ad7f2df7c54b3f05471a3599ea7368366aaeb.tar.gz
kernel-qcow2-linux-221ad7f2df7c54b3f05471a3599ea7368366aaeb.tar.xz
kernel-qcow2-linux-221ad7f2df7c54b3f05471a3599ea7368366aaeb.zip
regmap: core: Provide regmap_can_raw_write() operation
Mainly useful internally but exported since this is a public API that's being checked for. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/linux/regmap.h')
-rw-r--r--include/linux/regmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h
index bf77dfdabef9..02d84e24b7c2 100644
--- a/include/linux/regmap.h
+++ b/include/linux/regmap.h
@@ -389,6 +389,7 @@ int regmap_update_bits_check(struct regmap *map, unsigned int reg,
bool *change);
int regmap_get_val_bytes(struct regmap *map);
int regmap_async_complete(struct regmap *map);
+bool regmap_can_raw_write(struct regmap *map);
int regcache_sync(struct regmap *map);
int regcache_sync_region(struct regmap *map, unsigned int min,