Re: [02/12,v3] pci: fsl: add structure fsl_pci

2014-01-07 Thread Scott Wood
On Mon, 2014-01-06 at 14:10 +0800, Lian Minghuan-b31939 wrote: On 01/04/2014 06:19 AM, Scott Wood wrote: I don't like the extent to which this duplicates (not moves) PPC's struct pci_controller. Also this leaves some fields like indirect_type unexplained (PPC_INDIRECT_TYPE_xxx is only in

Re: [02/12,v3] pci: fsl: add structure fsl_pci

2014-01-05 Thread Lian Minghuan-b31939
On 01/04/2014 06:19 AM, Scott Wood wrote: On Wed, Oct 23, 2013 at 06:41:24PM +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

Re: [02/12,v3] pci: fsl: add structure fsl_pci

2014-01-03 Thread Scott Wood
On Wed, Oct 23, 2013 at 06:41:24PM +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