Re: [PATCH 03/13] PCI: xilinx: Convert to MSI domains

2021-03-22 Thread Marc Zyngier
On Mon, 22 Mar 2021 12:33:10 +, Michal Simek wrote: > > Hi, > > On 3/22/21 1:21 PM, Lorenzo Pieralisi wrote: > > On Thu, Feb 25, 2021 at 03:10:13PM +, Marc Zyngier wrote: > >> In anticipation of the removal of the msi_controller structure, convert > >> the ancient xilinx host controller

Re: [PATCH 03/13] PCI: xilinx: Convert to MSI domains

2021-03-22 Thread Marc Zyngier
Hi Lorenzo, On Mon, 22 Mar 2021 12:23:15 +, Lorenzo Pieralisi wrote: > > On Thu, Feb 25, 2021 at 03:10:13PM +, Marc Zyngier wrote: > > In anticipation of the removal of the msi_controller structure, convert > > the ancient xilinx host controller driver to MSI domains. > > > > We end-up

Re: [PATCH 03/13] PCI: xilinx: Convert to MSI domains

2021-03-22 Thread Michal Simek
On 3/22/21 1:23 PM, Lorenzo Pieralisi wrote: > On Thu, Feb 25, 2021 at 03:10:13PM +, Marc Zyngier wrote: >> In anticipation of the removal of the msi_controller structure, convert >> the ancient xilinx host controller driver to MSI domains. >> >> We end-up with the usual two domain structure

Re: [PATCH 03/13] PCI: xilinx: Convert to MSI domains

2021-03-22 Thread Michal Simek
Hi, On 3/22/21 1:21 PM, Lorenzo Pieralisi wrote: > On Thu, Feb 25, 2021 at 03:10:13PM +, Marc Zyngier wrote: >> In anticipation of the removal of the msi_controller structure, convert >> the ancient xilinx host controller driver to MSI domains. >> >> We end-up with the usual two domain structu

Re: [PATCH 03/13] PCI: xilinx: Convert to MSI domains

2021-03-22 Thread Lorenzo Pieralisi
On Thu, Feb 25, 2021 at 03:10:13PM +, Marc Zyngier wrote: > In anticipation of the removal of the msi_controller structure, convert > the ancient xilinx host controller driver to MSI domains. > > We end-up with the usual two domain structure, the top one being a > generic PCI/MSI domain, the b

Re: [PATCH 03/13] PCI: xilinx: Convert to MSI domains

2021-03-22 Thread Lorenzo Pieralisi
On Thu, Feb 25, 2021 at 03:10:13PM +, Marc Zyngier wrote: > In anticipation of the removal of the msi_controller structure, convert > the ancient xilinx host controller driver to MSI domains. > > We end-up with the usual two domain structure, the top one being a > generic PCI/MSI domain, the b

[PATCH 03/13] PCI: xilinx: Convert to MSI domains

2021-02-25 Thread Marc Zyngier
In anticipation of the removal of the msi_controller structure, convert the ancient xilinx host controller driver to MSI domains. We end-up with the usual two domain structure, the top one being a generic PCI/MSI domain, the bottom one being xilinx-specific and handling the actual HW interrupt all