commit | 7e09a979404ed07b8f05d09a0e87a87c7891f472 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Mon Oct 07 23:00:24 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Mon Oct 07 23:04:41 2013 +0100 |
tree | 3222b86dc2cc2b3649758633cfb17207d2a0e35c | |
parent | d0e639c9e06d44e713170031fe05fb60ebe680af [diff] |
regmap: Cache async work structures Rather than allocating and deallocating the structures used to manage async transfers each time we do one keep the structures around as long as the regmap is around. This should provide a small performance improvement. Signed-off-by: Mark Brown <broonie@linaro.org>