Re: [PATCH v4]PPC4xx: Adding PCI(E) MSI support

2011-06-29 Thread Ayman El-Khashab
On Wed, Jun 29, 2011 at 09:15:28AM +1000, Benjamin Herrenschmidt wrote: > On Tue, 2011-06-28 at 17:31 -0500, Ayman El-Khashab wrote: > > > > +static int ppc4xx_setup_pcieh_hw(struct platform_device *dev, > > > > +struct resource res, struct > > ppc4xx_msi *msi) > > > > +

Re: [PATCH v4]PPC4xx: Adding PCI(E) MSI support

2011-06-28 Thread Benjamin Herrenschmidt
On Tue, 2011-06-28 at 17:31 -0500, Ayman El-Khashab wrote: > > > +static int ppc4xx_setup_pcieh_hw(struct platform_device *dev, > > > +struct resource res, struct > ppc4xx_msi *msi) > > > +{ > > > + > > > > > > + > > > + msi->msi_dev = of_find_node_by_name(NULL, "pp

Re: [PATCH v4]PPC4xx: Adding PCI(E) MSI support

2011-06-28 Thread Ayman El-Khashab
On Thu, May 26, 2011 at 03:24:44PM +1000, Benjamin Herrenschmidt wrote: > > Please check the result and send any "fixup" patch that might be > necessary. > > > +static int ppc4xx_setup_pcieh_hw(struct platform_device *dev, > > +struct resource res, struct ppc4xx_msi *m

Re: [PATCH v4]PPC4xx: Adding PCI(E) MSI support

2011-05-25 Thread Benjamin Herrenschmidt
On Wed, 2011-03-30 at 14:40 +0530, Rupjyoti Sarmah wrote: > This patch adds MSI support for 440SPe, 460Ex, 460Sx and 405Ex. > > Signed-off-by: Rupjyoti Sarmah > Signed-off-by: Tirumala R Marri Ok so I sent the patch to Linus today. However I had to manually fix it up for the generic changes to

Re: [PATCH v4]PPC4xx: Adding PCI(E) MSI support

2011-05-19 Thread Josh Boyer
On Wed, Mar 30, 2011 at 02:40:24PM +0530, Rupjyoti Sarmah wrote: >This patch adds MSI support for 440SPe, 460Ex, 460Sx and 405Ex. > >Signed-off-by: Rupjyoti Sarmah >Signed-off-by: Tirumala R Marri Acked-by: Josh Boyer >--- >v4: > * Updated the coding style as per recommendation by Philipp > *

[PATCH v4]PPC4xx: Adding PCI(E) MSI support

2011-03-30 Thread Rupjyoti Sarmah
This patch adds MSI support for 440SPe, 460Ex, 460Sx and 405Ex. Signed-off-by: Rupjyoti Sarmah Signed-off-by: Tirumala R Marri --- v4: * Updated the coding style as per recommendation by Philipp * The goto style code removed as per suggestion v3: * Rebased to Josh next tree * Cleanup and re