[PATCH] clockevents/drivers/timer-atmel-pit: fix double free_irq
From: bigeasy@linutronix.de (Sebastian Andrzej Siewior)
Date: 2016-03-29 13:32:11
Also in:
linux-rt-users, lkml
From: bigeasy@linutronix.de (Sebastian Andrzej Siewior)
Date: 2016-03-29 13:32:11
Also in:
linux-rt-users, lkml
* Alexandre Belloni | 2016-03-17 21:09:43 [+0100]:
Hi Sebastian,
Hi Alexandre,
This patch fixes the last warning for preempt-rt on at91. It applies on v4.4.4-rt11. Note that the whome PIT/TCB mess will be fixed in another way in the mainline as we are reworking the tcb driver to avoid using the pit when booting.
oh, okay. I just sent the "arm: at91: do not disable/enable clocks in a row" patch as you asked me a while ago. It applied cleanly against the next tree of today. So I will apply this to get rid of the warning. And if you manage not to use the PIT during boot then we won't have the free_irq() mess which is good. Sebastian