Re: [PATCH] clk: tegra: Implement locking for super clock

2013-02-08 Thread Peter De Schrijver
On Thu, Feb 07, 2013 at 07:57:42PM +0100, Mike Turquette wrote: > Quoting Peter De Schrijver (2013-02-07 08:24:14) > > Although tegra_clk_register_super_mux() has a lock parameter, the lock is > > not > > actually used by the code. Fixed with this patch. > > > > Signed-off-by: Peter De Schrijver

Re: [PATCH] clk: tegra: Implement locking for super clock

2013-02-08 Thread Peter De Schrijver
On Thu, Feb 07, 2013 at 07:57:42PM +0100, Mike Turquette wrote: Quoting Peter De Schrijver (2013-02-07 08:24:14) Although tegra_clk_register_super_mux() has a lock parameter, the lock is not actually used by the code. Fixed with this patch. Signed-off-by: Peter De Schrijver

Re: [PATCH] clk: tegra: Implement locking for super clock

2013-02-07 Thread Prashant Gaikwad
On Thursday 07 February 2013 09:54 PM, Peter De Schrijver wrote: Although tegra_clk_register_super_mux() has a lock parameter, the lock is not actually used by the code. Fixed with this patch. Signed-off-by: Peter De Schrijver Reviewed-by: Prashant Gaikwad ---

Re: [PATCH] clk: tegra: Implement locking for super clock

2013-02-07 Thread Stephen Warren
On 02/07/2013 11:57 AM, Mike Turquette wrote: > Quoting Peter De Schrijver (2013-02-07 08:24:14) >> Although tegra_clk_register_super_mux() has a lock parameter, the lock is not >> actually used by the code. Fixed with this patch. >> >> Signed-off-by: Peter De Schrijver >> --- >>

Re: [PATCH] clk: tegra: Implement locking for super clock

2013-02-07 Thread Mike Turquette
Quoting Peter De Schrijver (2013-02-07 08:24:14) > Although tegra_clk_register_super_mux() has a lock parameter, the lock is not > actually used by the code. Fixed with this patch. > > Signed-off-by: Peter De Schrijver > --- > drivers/clk/tegra/clk-super.c | 18 +++--- > 1 files

[PATCH] clk: tegra: Implement locking for super clock

2013-02-07 Thread Peter De Schrijver
Although tegra_clk_register_super_mux() has a lock parameter, the lock is not actually used by the code. Fixed with this patch. Signed-off-by: Peter De Schrijver --- drivers/clk/tegra/clk-super.c | 18 +++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git

Re: [PATCH] clk: tegra: Implement locking for super clock

2013-02-07 Thread Mike Turquette
Quoting Peter De Schrijver (2013-02-07 08:24:14) Although tegra_clk_register_super_mux() has a lock parameter, the lock is not actually used by the code. Fixed with this patch. Signed-off-by: Peter De Schrijver pdeschrij...@nvidia.com --- drivers/clk/tegra/clk-super.c | 18

Re: [PATCH] clk: tegra: Implement locking for super clock

2013-02-07 Thread Stephen Warren
On 02/07/2013 11:57 AM, Mike Turquette wrote: Quoting Peter De Schrijver (2013-02-07 08:24:14) Although tegra_clk_register_super_mux() has a lock parameter, the lock is not actually used by the code. Fixed with this patch. Signed-off-by: Peter De Schrijver pdeschrij...@nvidia.com ---

Re: [PATCH] clk: tegra: Implement locking for super clock

2013-02-07 Thread Prashant Gaikwad
On Thursday 07 February 2013 09:54 PM, Peter De Schrijver wrote: Although tegra_clk_register_super_mux() has a lock parameter, the lock is not actually used by the code. Fixed with this patch. Signed-off-by: Peter De Schrijver pdeschrij...@nvidia.com Reviewed-by: Prashant Gaikwad

[PATCH] clk: tegra: Implement locking for super clock

2013-02-07 Thread Peter De Schrijver
Although tegra_clk_register_super_mux() has a lock parameter, the lock is not actually used by the code. Fixed with this patch. Signed-off-by: Peter De Schrijver pdeschrij...@nvidia.com --- drivers/clk/tegra/clk-super.c | 18 +++--- 1 files changed, 15 insertions(+), 3 deletions(-)