From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751790AbdCBScS (ORCPT ); Thu, 2 Mar 2017 13:32:18 -0500 Received: from muru.com ([72.249.23.125]:37370 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751206AbdCBScP (ORCPT ); Thu, 2 Mar 2017 13:32:15 -0500 Date: Thu, 2 Mar 2017 10:01:17 -0800 From: Tony Lindgren To: Dmitry Torokhov Cc: Sebastian Reichel , Lee Jones , Rob Herring , Mark Rutland , linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCHv2 2/2] input: cpcap-pwrbutton: new driver Message-ID: <20170302180116.GR20572@atomide.com> References: <20170224085909.30559-1-sre@kernel.org> <20170302002242.21819-1-sre@kernel.org> <20170302002242.21819-2-sre@kernel.org> <20170302012004.GI30349@dtor-ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170302012004.GI30349@dtor-ws> 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 * Dmitry Torokhov [170301 17:21]: > On Thu, Mar 02, 2017 at 01:22:42AM +0100, Sebastian Reichel wrote: > > Motorola CPCAP is a PMIC found in multiple smartphones. > > This driver adds support for the power/on button and has > > been tested in Droid 4. > > > > Acked-by: Rob Herring > > Signed-off-by: Sebastian Reichel > > --- > > Changes since PATCHv1: > > - Fix device for devm_request_threaded_irq() > > - Add Acked-By from Rob Herring (for the DT binding) > > - Use newly introduced cpcap_sense_virq to sense the IRQ pin > > OK, so will this be merged through MFD? If so: > > Acked-by: Dmitry Torokhov Ideally we'd have an immutable branch against v4.11-rc1 when out with just these two patches somewhere that can get merged in as needed to MFD or input tree. Anyways, this driver still works for me: Tested-by: Tony Lindgren