Re: [PATCH] OMAP: McBSP: Drop unnecessary status/error bit clearing on reg_cache retrieved register values

2010-03-04 Thread Janusz Krzysztofik
Thursday 04 March 2010 07:49:57 Jarkko Nikula napisaƂ(a): On Tue, 23 Feb 2010 16:50:38 +0100 Janusz Krzysztofik jkrzy...@tis.icnet.pl wrote: The MsBSP register cache will never have any error/status flags set, since these flags are never written to the reg_cache. So it is kind of not

Re: [PATCH] OMAP: McBSP: Drop unnecessary status/error bit clearing on reg_cache retrieved register values

2010-03-03 Thread Jarkko Nikula
On Tue, 23 Feb 2010 16:50:38 +0100 Janusz Krzysztofik jkrzy...@tis.icnet.pl wrote: The MsBSP register cache will never have any error/status flags set, since these flags are never written to the reg_cache. So it is kind of not necessary to clear these flags, which are actually always 0.

[PATCH] OMAP: McBSP: Drop unnecessary status/error bit clearing on reg_cache retrieved register values

2010-02-23 Thread Janusz Krzysztofik
The MsBSP register cache will never have any error/status flags set, since these flags are never written to the reg_cache. So it is kind of not necessary to clear these flags, which are actually always 0. In other words, clearing the status/error flags are not necessary, since the reg_cache