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>
This commit is contained in:
parent
8817796b75
commit
221ad7f2df
2 changed files with 13 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue