Re: [PATCH] arm: at91: do not disable/enable clocks in a row

2016-03-30 Thread Daniel Lezcano
On 03/29/2016 03:26 PM, Sebastian Andrzej Siewior wrote: Currently the driver will disable the clock and enable it one line later if it is switching from periodic mode into one shot. This can be avoided and causes a needless warning on -RT. I don't see the connection between the description and

Re: [PATCH] arm: at91: do not disable/enable clocks in a row

2016-03-29 Thread Nicolas Ferre
Le 29/03/2016 15:26, Sebastian Andrzej Siewior a écrit : > Currently the driver will disable the clock and enable it one line later > if it is switching from periodic mode into one shot. > This can be avoided and causes a needless warning on -RT. > > Tested-by: Alexandre Belloni > Acked-by: Alexa

[PATCH] arm: at91: do not disable/enable clocks in a row

2016-03-29 Thread Sebastian Andrzej Siewior
Currently the driver will disable the clock and enable it one line later if it is switching from periodic mode into one shot. This can be avoided and causes a needless warning on -RT. Tested-by: Alexandre Belloni Acked-by: Alexandre Belloni Signed-off-by: Sebastian Andrzej Siewior --- drivers/