Re: [PATCH 02/12][v4] pci: fsl: add structure fsl_pci

2014-01-08 Thread Lian Minghuan-b31939
Hi Bjorn, I am very sorry, The mail was filtered to another directory, I did not notice update. The next versions will include these updates. Thanks, Minghuan On 01/09/2014 08:12 AM, Bjorn Helgaas wrote: On Wed, Jan 08, 2014 at 03:58:08PM -0600, Scott Wood wrote: On Wed, 2014-01-08 at 13:0

Re: [PATCH 02/12][v4] pci: fsl: add structure fsl_pci

2014-01-08 Thread Lian Minghuan-b31939
Hi Scott, please see my comments inline. On 01/09/2014 05:58 AM, Scott Wood wrote: On Wed, 2014-01-08 at 13:01 +0800, Minghuan Lian wrote: PowerPC uses structure pci_controller to describe PCI controller, but ARM uses structure pci_sys_data. In order to support PowerPC and ARM simultaneously,

Re: [PATCH 02/12][v4] pci: fsl: add structure fsl_pci

2014-01-08 Thread Bjorn Helgaas
On Wed, Jan 08, 2014 at 03:58:08PM -0600, Scott Wood wrote: > On Wed, 2014-01-08 at 13:01 +0800, Minghuan Lian wrote: > > PowerPC uses structure pci_controller to describe PCI controller, > > but ARM uses structure pci_sys_data. In order to support PowerPC > > and ARM simultaneously, the patch adds

Re: [PATCH 02/12][v4] pci: fsl: add structure fsl_pci

2014-01-08 Thread Scott Wood
On Wed, 2014-01-08 at 13:01 +0800, Minghuan Lian wrote: > PowerPC uses structure pci_controller to describe PCI controller, > but ARM uses structure pci_sys_data. In order to support PowerPC > and ARM simultaneously, the patch adds a structure fsl_pci that > contains most of the members of the pci_

[PATCH 02/12][v4] pci: fsl: add structure fsl_pci

2014-01-07 Thread Minghuan Lian
PowerPC uses structure pci_controller to describe PCI controller, but ARM uses structure pci_sys_data. In order to support PowerPC and ARM simultaneously, the patch adds a structure fsl_pci that contains most of the members of the pci_controller and pci_sys_data. Meanwhile, it defines a interface f