commit | 8a2ceac6617a67d8a1ee4bd255743d577bde311a | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Oct 04 18:20:18 2012 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Oct 15 10:00:00 2012 +0900 |
tree | 3d930e91d65fb6ccf22bc7cdfd2de168ce3eb0f1 | |
parent | 0ff3e62ff119f2b65b0a8ad48fcb669f609fd904 [diff] |
regmap: Split raw writes that cross window boundaries If a block write covers a paged memory region and crosses a window boundary then rather than failing the write split the transfer up into multiple writes, making the whole process more transparent for drivers. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>