From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754820Ab1KQAGN (ORCPT ); Wed, 16 Nov 2011 19:06:13 -0500 Received: from na3sys009aog107.obsmtp.com ([74.125.149.197]:47156 "EHLO na3sys009aog107.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753962Ab1KQAGM (ORCPT ); Wed, 16 Nov 2011 19:06:12 -0500 From: Kevin Hilman To: Felipe Balbi Cc: Tony Lindgren , Linux ARM Kernel Mailing List , Linux Kernel Mailing List , Linux OMAP Mailing List , Andrew Morton Subject: Re: [PATCH/RESEND #3 6/7] arm: omap: smartreflex: fix IRQ handling bug Organization: Texas Instruments, Inc. References: <1321346765-16633-1-git-send-email-balbi@ti.com> <1321346765-16633-7-git-send-email-balbi@ti.com> Date: Wed, 16 Nov 2011 16:06:08 -0800 In-Reply-To: <1321346765-16633-7-git-send-email-balbi@ti.com> (Felipe Balbi's message of "Tue, 15 Nov 2011 10:46:04 +0200") Message-ID: <87r51762a7.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Felipe Balbi writes: F> fix a bug which has been on this driver since > it was added by the original commit 984aa6db > which would never clear IRQSTATUS bits. > > Signed-off-by: Felipe Balbi Queuing this fix for v3.2-rc (branch: for_3.2/fixes/pm) Kevin