Re: [PATCH v10 2/5] PCI: Add Loongson PCI Controller support

2020-05-26 Thread Lorenzo Pieralisi
On Thu, May 14, 2020 at 09:16:38PM +0800, Jiaxun Yang wrote: > This controller can be found on Loongson-2K SoC, Loongson-3 > systems with RS780E/LS7A PCH. > > The RS780E part of code was previously located at > arch/mips/pci/ops-loongson3.c and now it can use generic PCI > driver implementation.

Re: [PATCH v10 2/5] PCI: Add Loongson PCI Controller support

2020-05-22 Thread Thomas Bogendoerfer
On Fri, May 22, 2020 at 09:32:10PM +0800, Jiaxun Yang wrote: > > > 于 2020年5月22日 GMT+08:00 下午9:10:18, Lorenzo Pieralisi > 写到: > >On Wed, May 20, 2020 at 07:57:29PM +0800, Jiaxun Yang wrote: > >> > >> > >> 于 2020年5月14日 GMT+08:00 下午9:16:38, Jiaxun Yang 写到: > >> >This controller can be found on

Re: [PATCH v10 2/5] PCI: Add Loongson PCI Controller support

2020-05-22 Thread Thomas Bogendoerfer
On Fri, May 22, 2020 at 02:40:48PM +0100, Lorenzo Pieralisi wrote: > On Fri, May 22, 2020 at 09:32:10PM +0800, Jiaxun Yang wrote: > > [...] > > > >> Is it possible to let this series go into next tree soon? > > >> > > >> As LS7A dts patch would depend on this series, and I want to > > >> make

Re: [PATCH v10 2/5] PCI: Add Loongson PCI Controller support

2020-05-22 Thread Lorenzo Pieralisi
On Fri, May 22, 2020 at 09:32:10PM +0800, Jiaxun Yang wrote: [...] > >> Is it possible to let this series go into next tree soon? > >> > >> As LS7A dts patch would depend on this series, and I want to > >> make the whole LS7A basic support as a part of 5.8 release. > > > >I think you have all

Re: [PATCH v10 2/5] PCI: Add Loongson PCI Controller support

2020-05-22 Thread Jiaxun Yang
于 2020年5月22日 GMT+08:00 下午9:10:18, Lorenzo Pieralisi 写到: >On Wed, May 20, 2020 at 07:57:29PM +0800, Jiaxun Yang wrote: >> >> >> 于 2020年5月14日 GMT+08:00 下午9:16:38, Jiaxun Yang 写到: >> >This controller can be found on Loongson-2K SoC, Loongson-3 >> >systems with RS780E/LS7A PCH. >> > >> >The

Re: [PATCH v10 2/5] PCI: Add Loongson PCI Controller support

2020-05-22 Thread Lorenzo Pieralisi
On Wed, May 20, 2020 at 07:57:29PM +0800, Jiaxun Yang wrote: > > > 于 2020年5月14日 GMT+08:00 下午9:16:38, Jiaxun Yang 写到: > >This controller can be found on Loongson-2K SoC, Loongson-3 > >systems with RS780E/LS7A PCH. > > > >The RS780E part of code was previously located at >

Re: [PATCH v10 2/5] PCI: Add Loongson PCI Controller support

2020-05-20 Thread Jiaxun Yang
于 2020年5月14日 GMT+08:00 下午9:16:38, Jiaxun Yang 写到: >This controller can be found on Loongson-2K SoC, Loongson-3 >systems with RS780E/LS7A PCH. > >The RS780E part of code was previously located at >arch/mips/pci/ops-loongson3.c and now it can use generic PCI >driver implementation. >

[PATCH v10 2/5] PCI: Add Loongson PCI Controller support

2020-05-14 Thread Jiaxun Yang
This controller can be found on Loongson-2K SoC, Loongson-3 systems with RS780E/LS7A PCH. The RS780E part of code was previously located at arch/mips/pci/ops-loongson3.c and now it can use generic PCI driver implementation. Signed-off-by: Jiaxun Yang Reviewed-by: Rob Herring -- v2: -