Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' into regmap-next

This commit is contained in:
Mark Brown
2012-03-14 13:14:24 +00:00
5 changed files with 83 additions and 25 deletions

View File

@@ -88,7 +88,7 @@ struct regcache_ops {
int (*exit)(struct regmap *map);
int (*read)(struct regmap *map, unsigned int reg, unsigned int *value);
int (*write)(struct regmap *map, unsigned int reg, unsigned int value);
int (*sync)(struct regmap *map);
int (*sync)(struct regmap *map, unsigned int min, unsigned int max);
};
bool regmap_writeable(struct regmap *map, unsigned int reg);