From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752426AbdCBP32 (ORCPT ); Thu, 2 Mar 2017 10:29:28 -0500 Received: from muru.com ([72.249.23.125]:37250 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751141AbdCBP3X (ORCPT ); Thu, 2 Mar 2017 10:29:23 -0500 Date: Thu, 2 Mar 2017 07:17:32 -0800 From: Tony Lindgren To: Sebastian Reichel Cc: Dmitry Torokhov , Lee Jones , Rob Herring , Mark Rutland , linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCHv2 1/2] mfd: cpcap: implement irq sense helper Message-ID: <20170302151732.GN20572@atomide.com> References: <20170224085909.30559-1-sre@kernel.org> <20170302002242.21819-1-sre@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170302002242.21819-1-sre@kernel.org> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Sebastian Reichel [170301 16:24]: > CPCAP can sense if IRQ is currently set or not. This > functionality is required for a few subdevices, such > as the power button and usb phy modules. > > Signed-off-by: Sebastian Reichel > --- > Changes since PATCHv1: > - Newly introduced patch Works for me: Acked-by: Tony Lindgren