Re: [PATCH] ARM: at91/tc: fix clock source id for tc block > 1

2013-04-03 Thread Nicolas Ferre
On 04/03/2013 09:59 AM, Boris BREZILLON : > On 03/04/2013 09:26, Nicolas Ferre wrote: >> On 04/03/2013 06:45 AM, Jean-Christophe PLAGNIOL-VILLARD : >>> On 18:46 Tue 02 Apr , Boris BREZILLON wrote: This patch fixes wrong clock request for TC block 2. The second block was using t0_clk,

Re: [PATCH] ARM: at91/tc: fix clock source id for tc block > 1

2013-04-03 Thread Boris BREZILLON
On 03/04/2013 09:26, Nicolas Ferre wrote: On 04/03/2013 06:45 AM, Jean-Christophe PLAGNIOL-VILLARD : On 18:46 Tue 02 Apr , Boris BREZILLON wrote: This patch fixes wrong clock request for TC block 2. The second block was using t0_clk, t1_clk and t2_clk clks instead of t3_clk, t4_clk and t5_c

Re: [PATCH] ARM: at91/tc: fix clock source id for tc block > 1

2013-04-03 Thread Nicolas Ferre
On 04/03/2013 06:45 AM, Jean-Christophe PLAGNIOL-VILLARD : > On 18:46 Tue 02 Apr , Boris BREZILLON wrote: >> This patch fixes wrong clock request for TC block 2. >> The second block was using t0_clk, t1_clk and t2_clk clks instead of >> t3_clk, t4_clk and t5_clk clks. >> > this is intended as w

Re: [PATCH] ARM: at91/tc: fix clock source id for tc block > 1

2013-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:46 Tue 02 Apr , Boris BREZILLON wrote: > This patch fixes wrong clock request for TC block 2. > The second block was using t0_clk, t1_clk and t2_clk clks instead of > t3_clk, t4_clk and t5_clk clks. > this is intended as we have 3 clock per device Best Regards, J. > > Signed-off-by: Bo

[PATCH] ARM: at91/tc: fix clock source id for tc block > 1

2013-04-02 Thread Boris BREZILLON
This patch fixes wrong clock request for TC block 2. The second block was using t0_clk, t1_clk and t2_clk clks instead of t3_clk, t4_clk and t5_clk clks. Signed-off-by: Boris BREZILLON --- drivers/misc/atmel_tclib.c | 24 1 file changed, 16 insertions(+), 8 deletions(