Re: [PATCH] clk/zynq/clkc: Add dedicated spinlock for the SWDT

2013-06-26 Thread Michal Simek
On 06/24/2013 05:58 PM, Sören Brinkmann wrote: > ping? > > On Mon, Jun 17, 2013 at 03:03:46PM -0700, Soren Brinkmann wrote: >> The clk_mux for the system watchdog timer reused the register lock >> dedicated to the Ethernet module - for no apparent reason. >> Add a lock dedicated to the SWDT's

Re: [PATCH] clk/zynq/clkc: Add dedicated spinlock for the SWDT

2013-06-26 Thread Michal Simek
On 06/24/2013 05:58 PM, Sören Brinkmann wrote: ping? On Mon, Jun 17, 2013 at 03:03:46PM -0700, Soren Brinkmann wrote: The clk_mux for the system watchdog timer reused the register lock dedicated to the Ethernet module - for no apparent reason. Add a lock dedicated to the SWDT's clock

Re: [PATCH] clk/zynq/clkc: Add dedicated spinlock for the SWDT

2013-06-24 Thread Sören Brinkmann
ping? On Mon, Jun 17, 2013 at 03:03:46PM -0700, Soren Brinkmann wrote: > The clk_mux for the system watchdog timer reused the register lock > dedicated to the Ethernet module - for no apparent reason. > Add a lock dedicated to the SWDT's clock register to remove this > wrong dependency. > >

Re: [PATCH] clk/zynq/clkc: Add dedicated spinlock for the SWDT

2013-06-24 Thread Sören Brinkmann
ping? On Mon, Jun 17, 2013 at 03:03:46PM -0700, Soren Brinkmann wrote: The clk_mux for the system watchdog timer reused the register lock dedicated to the Ethernet module - for no apparent reason. Add a lock dedicated to the SWDT's clock register to remove this wrong dependency.

[PATCH] clk/zynq/clkc: Add dedicated spinlock for the SWDT

2013-06-17 Thread Soren Brinkmann
The clk_mux for the system watchdog timer reused the register lock dedicated to the Ethernet module - for no apparent reason. Add a lock dedicated to the SWDT's clock register to remove this wrong dependency. Signed-off-by: Soren Brinkmann --- I don't know how this slipped in... Anyway, the fix

[PATCH] clk/zynq/clkc: Add dedicated spinlock for the SWDT

2013-06-17 Thread Soren Brinkmann
The clk_mux for the system watchdog timer reused the register lock dedicated to the Ethernet module - for no apparent reason. Add a lock dedicated to the SWDT's clock register to remove this wrong dependency. Signed-off-by: Soren Brinkmann soren.brinkm...@xilinx.com --- I don't know how this