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 18:50:30 -0700 Message-ID: <20170117015030.GA2926@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]:59431 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750734AbdAQBuc (ORCPT ); Mon, 16 Jan 2017 20:50:32 -0500 Content-Disposition: inline In-Reply-To: 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 11:42:06AM -0800, Liam Breck wrote: > On Mon, Jan 16, 2017 at 9:30 AM, 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 > > Hi Mark. There was no v1 0/n preamble. It would have read: > > "v1: Misc fixes, tested on a custom OMAP3 board." Okay, I assumed it was v2 following up on Tony's patch series which did have a 0/6. For some reason, I don't have your v1 series in my inbox - sometimes I'm too quick with the delete button so I may have deleted it accidentally. Mark --