From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751886AbdJ0CF0 (ORCPT ); Thu, 26 Oct 2017 22:05:26 -0400 Received: from regular1.263xmail.com ([211.150.99.134]:59553 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932328AbdJ0CFY (ORCPT ); Thu, 26 Oct 2017 22:05:24 -0400 X-263anti-spam: KSV:0; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-RL-SENDER: jeffy.chen@rock-chips.com X-FST-TO: robh+dt@kernel.org X-SENDER-IP: 103.29.142.67 X-LOGIN-NAME: jeffy.chen@rock-chips.com X-UNIQUE-TAG: <820df32362f3fcdf81150ca5f59ec12a> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 Message-ID: <59F2944F.9060208@rock-chips.com> Date: Fri, 27 Oct 2017 10:05:03 +0800 From: jeffy User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20130126 Thunderbird/19.0 MIME-Version: 1.0 To: Rob Herring CC: "linux-kernel@vger.kernel.org" , "bhelgaas@google.com" , "linux-pm@vger.kernel.org" , Tony Lindgren , Shawn Lin , Brian Norris , "Rafael J. Wysocki" , Doug Anderson , Frank Rowand , "devicetree@vger.kernel.org" Subject: Re: [RFC PATCH v8 4/7] of/irq: Adjust of pci irq parsing for multiple interrupts References: <20171026132840.20946-1-jeffy.chen@rock-chips.com> <20171026132840.20946-5-jeffy.chen@rock-chips.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rob, On 10/27/2017 04:02 AM, Rob Herring wrote: > Why do you need this patch? You're moving the wakeup handling from the > PCI device to the bridge. The bridge device is not PCI interrupts, but > a platform device so this function doesn't matter. > because it's possible we have multiple PCI devices with individual WAKE# interrupt. so Brian suggested we may need to support both of PCI device wakeup handling and the bridge wakeup handling in the pci core(as the ACPI) :) > Rob > > >