Re: [PATCH v2 08/10] MIPS: SGI-IP27: use generic PCI driver

2019-02-27 Thread Thomas Bogendoerfer
On Fri, 22 Feb 2019 06:46:29 -0800 Christoph Hellwig wrote: > > diff --git a/arch/mips/include/asm/dma-direct.h > > b/arch/mips/include/asm/dma-direct.h > > index b5c240806e1b..bd11e7934df1 100644 > > --- a/arch/mips/include/asm/dma-direct.h > > +++ b/arch/mips/include/asm/dma-direct.h > > @@ -2

Re: [PATCH v2 08/10] MIPS: SGI-IP27: use generic PCI driver

2019-02-22 Thread Christoph Hellwig
> diff --git a/arch/mips/include/asm/dma-direct.h > b/arch/mips/include/asm/dma-direct.h > index b5c240806e1b..bd11e7934df1 100644 > --- a/arch/mips/include/asm/dma-direct.h > +++ b/arch/mips/include/asm/dma-direct.h > @@ -2,6 +2,8 @@ > #ifndef _MIPS_DMA_DIRECT_H > #define _MIPS_DMA_DIRECT_H 1 >

[PATCH v2 08/10] MIPS: SGI-IP27: use generic PCI driver

2019-02-19 Thread Thomas Bogendoerfer
Converted bridge code to a platform driver using the PCI generic driver framework and use adding platform devices during xtalk scan. This allows easier sharing bridge driver for other SGI platforms like IP30 (Octane) and IP35 (Origin 3k, Fuel, Tezro). Signed-off-by: Thomas Bogendoerfer --- arch/