Re: [PATCH v17 04/10] PCI: Apply the new generic I/O management on PCI IO hosts

2018-04-03 Thread John Garry
On 03/04/2018 14:45, Thierry Reding wrote: On Thu, Mar 15, 2018 at 02:15:53AM +0800, John Garry wrote: From: Zhichang Yuan After introducing the new generic I/O space management(Logical PIO), the original PCI MMIO relevant helpers need to be updated based on the

Re: [PATCH v17 04/10] PCI: Apply the new generic I/O management on PCI IO hosts

2018-04-03 Thread John Garry
On 03/04/2018 14:45, Thierry Reding wrote: On Thu, Mar 15, 2018 at 02:15:53AM +0800, John Garry wrote: From: Zhichang Yuan After introducing the new generic I/O space management(Logical PIO), the original PCI MMIO relevant helpers need to be updated based on the new interfaces defined in

Re: [PATCH v17 04/10] PCI: Apply the new generic I/O management on PCI IO hosts

2018-04-03 Thread Thierry Reding
On Thu, Mar 15, 2018 at 02:15:53AM +0800, John Garry wrote: > From: Zhichang Yuan > > After introducing the new generic I/O space management(Logical PIO), the > original PCI MMIO relevant helpers need to be updated based on the new > interfaces defined in logical PIO.

Re: [PATCH v17 04/10] PCI: Apply the new generic I/O management on PCI IO hosts

2018-04-03 Thread Thierry Reding
On Thu, Mar 15, 2018 at 02:15:53AM +0800, John Garry wrote: > From: Zhichang Yuan > > After introducing the new generic I/O space management(Logical PIO), the > original PCI MMIO relevant helpers need to be updated based on the new > interfaces defined in logical PIO. > This patch adapts the

[PATCH v17 04/10] PCI: Apply the new generic I/O management on PCI IO hosts

2018-03-14 Thread John Garry
From: Zhichang Yuan After introducing the new generic I/O space management(Logical PIO), the original PCI MMIO relevant helpers need to be updated based on the new interfaces defined in logical PIO. This patch adapts the corresponding code to match the changes

[PATCH v17 04/10] PCI: Apply the new generic I/O management on PCI IO hosts

2018-03-14 Thread John Garry
From: Zhichang Yuan After introducing the new generic I/O space management(Logical PIO), the original PCI MMIO relevant helpers need to be updated based on the new interfaces defined in logical PIO. This patch adapts the corresponding code to match the changes introduced by logical PIO.