Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757946Ab2K3LVh (ORCPT ); Fri, 30 Nov 2012 06:21:37 -0500 Received: from mga01.intel.com ([192.55.52.88]:21721 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756121Ab2K3LVg (ORCPT ); Fri, 30 Nov 2012 06:21:36 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,191,1355126400"; d="scan'208";a="257106068" Date: Fri, 30 Nov 2012 12:21:34 +0100 From: Samuel Ortiz To: "Kim, Milo" Cc: Mark Brown , "ldewangan@nvidia.com" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 3/3] mfd: tps65910: fix wrong ack_base register Message-ID: <20121130112134.GP3176@sortiz-mobl> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: 975 Lines: 30 Hi Milo, On Thu, Nov 29, 2012 at 06:42:12AM +0000, Kim, Milo wrote: > The interrupt status registers of TPS65910/1 should be cleared > when the associated interrupt event occurs. > This work is done in the regmap irq thread - using 'ack_base' register. > The ACK registers should be fixed as status register, not mask registers. > > This patch fixes the infinite interrupt event problem by clearing > interrupt status registers. > > Tested on the AM3517 Craneboard. > > Signed-off-by: Milo(Woogyom) Kim > --- > drivers/mfd/tps65910.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Patch applied, thanks. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/