Skip to content
Snippets Groups Projects
Commit 0d509f2b authored by Mark Brown's avatar Mark Brown
Browse files

regmap: Add asynchronous I/O support


Some use cases like firmware download can transfer a lot of data in quick
succession. With high speed buses these use cases can benefit from having
multiple transfers scheduled at once since this allows the bus to minimise
the delay between transfers.

Support this by adding regmap_raw_write_async(), allowing raw transfers to
be scheduled, and regmap_async_complete() to wait for them to finish.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 07c320dc
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment