Skip to content
Commit 75a5f89f authored by Mark Brown's avatar Mark Brown
Browse files

regmap: cache: Write consecutive registers in a single block write



When syncing blocks of data using raw writes combine the writes into a
single block write, saving us bus overhead for setup, addressing and
teardown.

Currently the block write is done unconditionally as it is expected that
hardware which has a register format which can support raw writes will
support auto incrementing writes, this decision may need to be revised in
future.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Reviewed-by: default avatarDimitris Papastamos <dp@opensource.wolfsonmicro.com>
parent cfdeb8c3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment