From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Greer Subject: Re: [PATCH v2 0/6] BQ24190 charger fixes Date: Mon, 16 Jan 2017 10:45:50 -0700 Message-ID: <20170116174550.GA29701@animalcreek.com> References: <20170116173044.GA27262@animalcreek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from out1-smtp.messagingengine.com ([66.111.4.25]:33938 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750770AbdAPRpw (ORCPT ); Mon, 16 Jan 2017 12:45:52 -0500 Content-Disposition: inline In-Reply-To: <20170116173044.GA27262@animalcreek.com> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Liam Breck Cc: linux-pm@vger.kernel.org, Sebastian Reichel , Tony Lindgren , Liam Breck , Matt Ranostay On Mon, Jan 16, 2017 at 10:30:44AM -0700, Mark Greer wrote: > On Sun, Jan 15, 2017 at 10:05:26PM -0800, Liam Breck wrote: > > Changes in v2: > > > > #1 reorders: Fix irq triggering to IRQF_TRIGGER_FALLING > > #2 factors out part of: Call power_supply_changed() only for relevant component > > #3 replaces: Call enable_irq() only at the end of probe() > > #4 reorders: Call power_supply_changed() only for relevant component > > #5 unscrambles: Don't read fault register outside irq_handle_thread() > > #6 factors out part of: Don't read fault register outside irq_handle_thread() > > > > These are dropped; Tony will resubmit them in new patchset: > > Check the interrupt status on resume > > Use PM runtime autosuspend > > Hi Liam - a couple notes: > - please include the full original text from v1 with the text above > added to it; > - please thread the emails like you did with v1 - put patches inline