Skip to content

Commit

Permalink
Merge tag 'async' of git://git.kernel.org/pub/scm/linux/kernel/git/br…
Browse files Browse the repository at this point in the history
…oonie/regmap into asoc-adsp

regmap: Add async I/O support

Allow drivers to take advantage of any support the underlying transports
may have for pipelining data.
  • Loading branch information
Mark Brown committed Feb 5, 2013
2 parents cf17c83 + f88948e commit 3a2cb1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/base/regmap/regmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1655,6 +1655,7 @@ int regmap_async_complete(struct regmap *map)

return ret;
}
EXPORT_SYMBOL_GPL(regmap_async_complete);

/**
* regmap_register_patch: Register and apply register updates to be applied
Expand Down

0 comments on commit 3a2cb1e

Please sign in to comment.