Re: [PATCH V3 09/15] ASoC: samsung: i2s: Protect more registers with a spinlock

2015-01-19 Thread Sylwester Nawrocki
Hi Tuashar, On 17/01/15 06:21, Tushar Behera wrote: > On Thu, Jan 15, 2015 at 3:42 AM, Sylwester Nawrocki > wrote: >> Ensure the I2SMOD, I2SPSR registers, which are also exposed through >> clk API are only accessed with the i2s->spinlock spinlock held. >> >> Signed-off-by: Sylwester Nawrocki >>

Re: [PATCH V3 09/15] ASoC: samsung: i2s: Protect more registers with a spinlock

2015-01-16 Thread Tushar Behera
On Thu, Jan 15, 2015 at 3:42 AM, Sylwester Nawrocki wrote: > Ensure the I2SMOD, I2SPSR registers, which are also exposed through > clk API are only accessed with the i2s->spinlock spinlock held. > > Signed-off-by: Sylwester Nawrocki > --- > sound/soc/samsung/i2s.c | 81 > +

[PATCH V3 09/15] ASoC: samsung: i2s: Protect more registers with a spinlock

2015-01-14 Thread Sylwester Nawrocki
Ensure the I2SMOD, I2SPSR registers, which are also exposed through clk API are only accessed with the i2s->spinlock spinlock held. Signed-off-by: Sylwester Nawrocki --- sound/soc/samsung/i2s.c | 81 +-- 1 file changed, 51 insertions(+), 30 deletions