Re: [PATCH v4 1/3] MIPS: SGI-IP27: move IP27 specific code out of pci-ip27.c into new file

2019-05-10 Thread Thomas Bogendoerfer
On Thu, 9 May 2019 23:54:46 + Paul Burton wrote: > Hi Thomas, > > On Wed, May 08, 2019 at 09:52:39AM +0200, Thomas Bogendoerfer wrote: > > On Tue, 7 May 2019 23:18:15 -0700 > > Christoph Hellwig wrote: > > > > > On Tue, May 07, 2019 at 11:09:13PM +0200, Thomas Bogendoerfer wrote: > > > >

Re: [PATCH v4 1/3] MIPS: SGI-IP27: move IP27 specific code out of pci-ip27.c into new file

2019-05-09 Thread Paul Burton
Hi Thomas, On Wed, May 08, 2019 at 09:52:39AM +0200, Thomas Bogendoerfer wrote: > On Tue, 7 May 2019 23:18:15 -0700 > Christoph Hellwig wrote: > > > On Tue, May 07, 2019 at 11:09:13PM +0200, Thomas Bogendoerfer wrote: > > > Code in pci-ip27.c will be moved to drivers/pci/controller therefore >

Re: [PATCH v4 1/3] MIPS: SGI-IP27: move IP27 specific code out of pci-ip27.c into new file

2019-05-08 Thread Thomas Bogendoerfer
On Tue, 7 May 2019 23:18:15 -0700 Christoph Hellwig wrote: > On Tue, May 07, 2019 at 11:09:13PM +0200, Thomas Bogendoerfer wrote: > > Code in pci-ip27.c will be moved to drivers/pci/controller therefore > > platform specific needs to be extracted and put to the right place. > > I thogh the

Re: [PATCH v4 1/3] MIPS: SGI-IP27: move IP27 specific code out of pci-ip27.c into new file

2019-05-08 Thread Christoph Hellwig
On Tue, May 07, 2019 at 11:09:13PM +0200, Thomas Bogendoerfer wrote: > Code in pci-ip27.c will be moved to drivers/pci/controller therefore > platform specific needs to be extracted and put to the right place. I thogh the drivers/pci/controller was nixed by Lorenzo?

[PATCH v4 1/3] MIPS: SGI-IP27: move IP27 specific code out of pci-ip27.c into new file

2019-05-07 Thread Thomas Bogendoerfer
Code in pci-ip27.c will be moved to drivers/pci/controller therefore platform specific needs to be extracted and put to the right place. Signed-off-by: Thomas Bogendoerfer --- arch/mips/pci/pci-ip27.c | 23 --- arch/mips/sgi-ip27/Makefile | 4 ++--