Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756720AbcC2NcL (ORCPT ); Tue, 29 Mar 2016 09:32:11 -0400 Received: from www.linutronix.de ([62.245.132.108]:55202 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751539AbcC2NcJ (ORCPT ); Tue, 29 Mar 2016 09:32:09 -0400 Date: Tue, 29 Mar 2016 15:32:06 +0200 From: Sebastian Andrzej Siewior To: Alexandre Belloni Cc: Thomas Gleixner , Boris Brezillon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org, Nicolas Ferre Subject: Re: [PATCH] clockevents/drivers/timer-atmel-pit: fix double free_irq Message-ID: <20160329133206.GA13334@linutronix.de> References: <1458245383-9859-1-git-send-email-alexandre.belloni@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1458245383-9859-1-git-send-email-alexandre.belloni@free-electrons.com> X-Key-Id: 2A8CF5D1 X-Key-Fingerprint: 6425 4695 FFF0 AA44 66CC 19E6 7B96 E816 2A8C F5D1 User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 647 Lines: 18 * 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