Re: [RFC Patch V1 09/12] genirq: Move msi_list from struct pci_dev to struct device

2015-07-21 Thread Thomas Gleixner
On Thu, 9 Jul 2015, Paul Gortmaker wrote: > [[RFC Patch V1 09/12] genirq: Move msi_list from struct pci_dev to struct > device] On 09/07/2015 (Thu 16:00) Jiang Liu wrote: > > > Move msi_list from struct pci_dev into struct device, so we could support > > non-PCI-dev

Re: [RFC Patch V1 09/12] genirq: Move msi_list from struct pci_dev to struct device

2015-07-09 Thread Paul Gortmaker
[[RFC Patch V1 09/12] genirq: Move msi_list from struct pci_dev to struct device] On 09/07/2015 (Thu 16:00) Jiang Liu wrote: > Move msi_list from struct pci_dev into struct device, so we could support > non-PCI-device based generic MSI interrupts. This is not just a simple move, as t

[RFC Patch V1 09/12] genirq: Move msi_list from struct pci_dev to struct device

2015-07-09 Thread Jiang Liu
Move msi_list from struct pci_dev into struct device, so we could support non-PCI-device based generic MSI interrupts. Signed-off-by: Jiang Liu --- drivers/base/core.c|3 +++ drivers/pci/msi.c |3 +-- include/linux/device.h |4 include/linux/msi.h|2 +- include/