Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754286Ab2K2TZA (ORCPT ); Thu, 29 Nov 2012 14:25:00 -0500 Received: from hqemgate03.nvidia.com ([216.228.121.140]:6192 "EHLO hqemgate03.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751003Ab2K2TY7 (ORCPT ); Thu, 29 Nov 2012 14:24:59 -0500 X-PGP-Universal: processed; by hqnvupgp05.nvidia.com on Thu, 29 Nov 2012 11:24:55 -0800 Message-ID: <50B7B686.4010700@nvidia.com> Date: Fri, 30 Nov 2012 00:54:54 +0530 From: Laxman Dewangan User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: "Kim, Milo" CC: Samuel Ortiz , Mark Brown , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 3/3] mfd: tps65910: fix wrong ack_base register References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 928 Lines: 24 On Thursday 29 November 2012 12:12 PM, 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 > --- Aah, I was debugging the onkey and I am also seeing continuous interrupt. This fix the issue. Thanks, Acked-by: Laxman Dewangan -- 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/