On Tue, 02 Jul 2013, Mark Brown wrote:
From: Mark Brown broonie@linaro.org
The performance of regmap-irq is improved if the interrupt mask registers can be cached since it does read/modify/update cycles so start using the register cache infrastructure for those registers. We should use this more widely but I don't have a datasheet and this is a nice, conservative starting point.
Signed-off-by: Mark Brown broonie@linaro.org
drivers/mfd/sec-core.c | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+)
Applied, thanks.