Re: [PATCH] mfd: twl6040: Use regmap for register cache

2013-09-02 Thread Lee Jones
On Mon, 02 Sep 2013, Samuel Ortiz wrote: > Hi Lee, > > On Mon, Sep 02, 2013 at 09:17:59AM +0100, Lee Jones wrote: > > On Sat, 31 Aug 2013, Mark Brown wrote: > > > > > From: Mark Brown > > > > > > Rather then open coding a cache of the vibra control registers use the > > > regmap cache code.

Re: [PATCH] mfd: twl6040: Use regmap for register cache

2013-09-02 Thread Samuel Ortiz
Hi Lee, On Mon, Sep 02, 2013 at 09:17:59AM +0100, Lee Jones wrote: > On Sat, 31 Aug 2013, Mark Brown wrote: > > > From: Mark Brown > > > > Rather then open coding a cache of the vibra control registers use the > > regmap cache code. Also cache the interrupt mask register, providing > > a

Re: [PATCH] mfd: twl6040: Use regmap for register cache

2013-09-02 Thread Lee Jones
On Sat, 31 Aug 2013, Mark Brown wrote: > From: Mark Brown > > Rather then open coding a cache of the vibra control registers use the > regmap cache code. Also cache the interrupt mask register, providing > a small performance improvement for the interrupt code. > > Signed-off-by: Mark Brown

Re: [PATCH] mfd: twl6040: Use regmap for register cache

2013-09-02 Thread Lee Jones
On Sat, 31 Aug 2013, Mark Brown wrote: From: Mark Brown broo...@linaro.org Rather then open coding a cache of the vibra control registers use the regmap cache code. Also cache the interrupt mask register, providing a small performance improvement for the interrupt code. Signed-off-by:

Re: [PATCH] mfd: twl6040: Use regmap for register cache

2013-09-02 Thread Samuel Ortiz
Hi Lee, On Mon, Sep 02, 2013 at 09:17:59AM +0100, Lee Jones wrote: On Sat, 31 Aug 2013, Mark Brown wrote: From: Mark Brown broo...@linaro.org Rather then open coding a cache of the vibra control registers use the regmap cache code. Also cache the interrupt mask register, providing

Re: [PATCH] mfd: twl6040: Use regmap for register cache

2013-09-02 Thread Lee Jones
On Mon, 02 Sep 2013, Samuel Ortiz wrote: Hi Lee, On Mon, Sep 02, 2013 at 09:17:59AM +0100, Lee Jones wrote: On Sat, 31 Aug 2013, Mark Brown wrote: From: Mark Brown broo...@linaro.org Rather then open coding a cache of the vibra control registers use the regmap cache code.

Re: [PATCH] mfd: twl6040: Use regmap for register cache

2013-09-01 Thread Peter Ujfalusi
On 08/31/2013 07:48 PM, Mark Brown wrote: > From: Mark Brown > > Rather then open coding a cache of the vibra control registers use the > regmap cache code. Also cache the interrupt mask register, providing > a small performance improvement for the interrupt code. > > Signed-off-by: Mark Brown

Re: [PATCH] mfd: twl6040: Use regmap for register cache

2013-09-01 Thread Peter Ujfalusi
On 08/31/2013 07:48 PM, Mark Brown wrote: From: Mark Brown broo...@linaro.org Rather then open coding a cache of the vibra control registers use the regmap cache code. Also cache the interrupt mask register, providing a small performance improvement for the interrupt code. Signed-off-by:

[PATCH] mfd: twl6040: Use regmap for register cache

2013-08-31 Thread Mark Brown
From: Mark Brown Rather then open coding a cache of the vibra control registers use the regmap cache code. Also cache the interrupt mask register, providing a small performance improvement for the interrupt code. Signed-off-by: Mark Brown --- I'm hoping to have some ASoC improvements to

[PATCH] mfd: twl6040: Use regmap for register cache

2013-08-31 Thread Mark Brown
From: Mark Brown broo...@linaro.org Rather then open coding a cache of the vibra control registers use the regmap cache code. Also cache the interrupt mask register, providing a small performance improvement for the interrupt code. Signed-off-by: Mark Brown broo...@linaro.org --- I'm hoping to