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

2014-01-22 Thread Roy Zang
> -Original Message- > From: Wood Scott-B07421 > Sent: Friday, January 03, 2014 4:19 PM > To: Lian Minghuan-B31939 > Cc: linuxppc-dev@lists.ozlabs.org; linux-...@vger.kernel.org; Zang Roy- > R61911; Bjorn Helgaas > Subject: Re: [02/12,v3] pci: fsl: add structure fsl

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 o

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 t

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 t