Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1257008
| From | Jake Oshins <jakeo@microsoft.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | RE: [PATCH v3 4/7] PCI: Record an fwnode associated with root PCI buses, optionally |
| Date | 2015-10-27 18:40 +0100 |
| Message-ID | <qogo3-84h-53@gated-at.bofh.it> (permalink) |
| References | <qnZnb-63D-15@gated-at.bofh.it> <qnZnc-63D-27@gated-at.bofh.it> <qo6I2-2i5-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> -----Original Message----- > From: Jiang Liu [mailto:jiang.liu@linux.intel.com] > Sent: Tuesday, October 27, 2015 12:10 AM > To: Jake Oshins <jakeo@microsoft.com>; gregkh@linuxfoundation.org; KY > Srinivasan <kys@microsoft.com>; linux-kernel@vger.kernel.org; > devel@linuxdriverproject.org; olaf@aepfle.de; apw@canonical.com; > vkuznets@redhat.com; tglx@linutronix.de; Haiyang Zhang > <haiyangz@microsoft.com>; marc.zyngier@arm.com; > bhelgaas@google.com; linux-pci@vger.kernel.org > Subject: Re: [PATCH v3 4/7] PCI: Record an fwnode associated with root PCI > buses, optionally > > On 2015/10/27 7:15, jakeo@microsoft.com wrote: > > From: Jake Oshins <jakeo@microsoft.com> > > > > This patch allows a PCI front-end implementation to supply an > fwnode_handle > > associated with a root PCI bus, optionally. If supplied, the PCI driver > > records this. > > > > This patch supports the next patch in the series, which looks up an IRQ > domain > > through this handle. > Hi JaKeo, > Instead of changing the pci_create_root_bus() interface, > how about packing fwnode into sysdata, then we may > either 1) introduce a helper to retrieve fwnode from sysdata > or 2) set host_bridge->fwnode = sysdata in function > pcibios_root_bridge_prepare. > > Thanks, > Gerry > Thanks for the review. I'll work up a version that uses this suggestion and resend. (I'll respond to your feedback on the other patches, too.) -- Jake Oshins -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 4/7] PCI: Record an fwnode associated with root PCI buses, optionally jakeo@microsoft.com - 2015-10-27 00:30 +0100
Re: [PATCH v3 4/7] PCI: Record an fwnode associated with root PCI buses, optionally kbuild test robot <lkp@intel.com> - 2015-10-27 01:50 +0100
Re: [PATCH v3 4/7] PCI: Record an fwnode associated with root PCI buses, optionally kbuild test robot <lkp@intel.com> - 2015-10-27 02:50 +0100
Re: [PATCH v3 4/7] PCI: Record an fwnode associated with root PCI buses, optionally Jiang Liu <jiang.liu@linux.intel.com> - 2015-10-27 08:20 +0100
RE: [PATCH v3 4/7] PCI: Record an fwnode associated with root PCI buses, optionally Jake Oshins <jakeo@microsoft.com> - 2015-10-27 18:40 +0100
csiph-web