11 Oct
2011
11 Oct
'11
4:48 p.m.
On Fri, Sep 23, 2011 at 09:49:40AM +0300, Peter Ujfalusi wrote:
The vibra control register will be used from the ASoC codec driver as well. In order to avoid latency issues caused by I2C read access, cache the two control register within the core driver, so we do not need to reach out to the chip to read it back.
Signed-off-by: Peter Ujfalusi peter.ujfalusi@ti.com
It strikes me that it might be useful to just convert the driver to regmap and get cache for everything...
Anyway, could you please restructure this series to minimize the dependency on the input subsystem? Then we can get the rest of it applied.