From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4631C4646D for ; Fri, 10 Aug 2018 15:13:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 98C9122420 for ; Fri, 10 Aug 2018 15:13:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 98C9122420 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728241AbeHJRoN (ORCPT ); Fri, 10 Aug 2018 13:44:13 -0400 Received: from foss.arm.com ([217.140.101.70]:38978 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727422AbeHJRoM (ORCPT ); Fri, 10 Aug 2018 13:44:12 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A20477A9; Fri, 10 Aug 2018 08:13:56 -0700 (PDT) Received: from e107981-ln.cambridge.arm.com (e107981-ln.Emea.Arm.com [10.4.13.117]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D32293F6C4; Fri, 10 Aug 2018 08:13:53 -0700 (PDT) Date: Fri, 10 Aug 2018 16:13:41 +0100 From: Lorenzo Pieralisi To: Leonard Crestez Cc: "p.zabel@pengutronix.de" , "shawnguo@kernel.org" , dl-linux-imx , "linux-kernel@vger.kernel.org" , Richard Zhu , "jingoohan1@gmail.com" , "A.s. Dong" , Fabio Estevam , "Joao.Pinto@synopsys.com" , "linux-arm-kernel@lists.infradead.org" , "andrew.smirnov@gmail.com" , Anson Huang , "bhelgaas@google.com" , "linux-pci@vger.kernel.org" , "l.stach@pengutronix.de" , "kernel@pengutronix.de" Subject: Re: [PATCH v3 0/2] PCI: imx: Initial imx7d pm support Message-ID: <20180810151341.GA6863@e107981-ln.cambridge.arm.com> References: <20180808111429.GC25150@e107981-ln.cambridge.arm.com> <20180808141938.GA30428@e107981-ln.cambridge.arm.com> <20180808152741.GA31808@e107981-ln.cambridge.arm.com> <52ee6376fa15d3a9a62bcfa5d87173e454ccc024.camel@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52ee6376fa15d3a9a62bcfa5d87173e454ccc024.camel@nxp.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 10, 2018 at 11:11:55AM +0000, Leonard Crestez wrote: [...] > This needs further clarification: without the reset patch this will > hang on imx7 suspend/resume but this is the current behavior anyway. > > Both patches are required for imx7 pci suspend and including them out > of order shouldn't break unrelated functionality. > > So it should actually be fine to just include the pci changes now, > right? It is a bit late for v4.19 but before considering that, this series is actually a set of fixes, correct ? If that's the case I think Shawn can send them upstream for a v4.19-rc*, I can ACK them if that sounds reasonable. Patch (2) subject must make clear you are actually fixing a problem if we choose this course of action. Lorenzo