From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753467AbdJMGbF (ORCPT ); Fri, 13 Oct 2017 02:31:05 -0400 Received: from mail-pf0-f169.google.com ([209.85.192.169]:49726 "EHLO mail-pf0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752029AbdJMGbD (ORCPT ); Fri, 13 Oct 2017 02:31:03 -0400 X-Google-Smtp-Source: AOwi7QC9oKnUEScWj0UYcj7IviMkxItfSMbDI2/l8/2mRdbkyJWLRBUIbpPv4I5g2U3Ce9D70/xrxQ== Date: Thu, 12 Oct 2017 23:31:00 -0700 From: Brian Norris To: Bjorn Helgaas Cc: Jeffy Chen , Heiko Stuebner , linux-pci@vger.kernel.org, shawn.lin@rock-chips.com, linux-kernel@vger.kernel.org, dianders@chromium.org, linux-rockchip@lists.infradead.org, bhelgaas@google.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v5 1/3] PCI: rockchip: Add support for pcie wake irq Message-ID: <20171013063100.GB56763@google.com> References: <20170911151029.25185-1-jeffy.chen@rock-chips.com> <20170911151029.25185-2-jeffy.chen@rock-chips.com> <20171013015620.GA94568@google.com> <20171013023246.GZ25517@bhelgaas-glaptop.roam.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171013023246.GZ25517@bhelgaas-glaptop.roam.corp.google.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 12, 2017 at 09:32:47PM -0500, Bjorn Helgaas wrote: > On Thu, Oct 12, 2017 at 06:56:22PM -0700, Brian Norris wrote: > > Bjorn, were you planning to pick this up? > > I had already applied this to pci/host-rockchip, but I must have gotten > interrupted before sending the email. You also hadn't merged it into your /next branch either, which is where I was looking (and basing my other patch set). > But now that you mention it, I looked at this again and have some > questions. I'll respond to the original patch. Brian