linux-stable/drivers/base/regmap
Dimitris Papastamos 195af65ca9 regmap: Add the indexed cache support
This is the simplest form of a cache available in regcache.  Any
registers whose default value is 0 are ignored.  If any of those
registers are modified in the future, they will be placed in the
cache on demand.  The cache layout is essentially using the provided
register defaults by the regcache core directly and does not re-map
it to another representation.

Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2011-09-19 19:06:32 +01:00
..
internal.h regmap: Add the indexed cache support 2011-09-19 19:06:32 +01:00
Kconfig regmap: Add SPI bus support 2011-07-23 07:56:59 +01:00
Makefile regmap: Add the indexed cache support 2011-09-19 19:06:32 +01:00
regcache-indexed.c regmap: Add the indexed cache support 2011-09-19 19:06:32 +01:00
regcache.c regmap: Add the indexed cache support 2011-09-19 19:06:32 +01:00
regmap-debugfs.c regmap: Include the last register in debugfs output 2011-09-05 10:58:31 -07:00
regmap-i2c.c regmap: Remove redundant owner field from the bus type struct 2011-09-05 10:57:04 -07:00
regmap-spi.c regmap: Remove redundant owner field from the bus type struct 2011-09-05 10:57:04 -07:00
regmap.c regmap: Add support for device specific write and read flag masks. 2011-09-05 14:55:57 -07:00