commit | ac8d91c801905a061ca883dca427a5e19602a1e7 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Feb 23 19:31:04 2012 +0000 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Feb 24 14:52:40 2012 +0000 |
tree | 3b715a8aa18db4ed553811595c113ef95e1c5f75 | |
parent | 6ff7373809a9b4eb644d83e2e299da297e1cbffa [diff] |
regmap: Supply ranges to the sync operations In order to allow us to support partial sync operations add minimum and maximum register arguments to the sync operation and update the rbtree and lzo caches to use this new information. The LZO implementation is obviously not good, we could exit the iteration earlier, but there may be room for more wide reaching optimisation there. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>