Re: [patches] Re: [PATCH 01/17] drivers: support PCIe in RISCV

2017-06-23 Thread Palmer Dabbelt
On Wed, 07 Jun 2017 10:40:50 PDT (-0700), Olof Johansson wrote: > On Wed, Jun 7, 2017 at 10:09 AM, Wesley Terpstra wrote: >> >> >> On Jun 7, 2017 7:26 AM, "Christoph Hellwig" wrote: >> >> On Tue, Jun 06, 2017 at 03:59:51PM -0700, Palmer Dabbelt wrote: >>>

Re: [patches] Re: [PATCH 01/17] drivers: support PCIe in RISCV

2017-06-23 Thread Palmer Dabbelt
On Wed, 07 Jun 2017 10:40:50 PDT (-0700), Olof Johansson wrote: > On Wed, Jun 7, 2017 at 10:09 AM, Wesley Terpstra wrote: >> >> >> On Jun 7, 2017 7:26 AM, "Christoph Hellwig" wrote: >> >> On Tue, Jun 06, 2017 at 03:59:51PM -0700, Palmer Dabbelt wrote: >>> From: "Wesley W. Terpstra" >>> >>>

Re: [PATCH 01/17] drivers: support PCIe in RISCV

2017-06-07 Thread Olof Johansson
On Wed, Jun 7, 2017 at 10:09 AM, Wesley Terpstra wrote: > > > On Jun 7, 2017 7:26 AM, "Christoph Hellwig" wrote: > > On Tue, Jun 06, 2017 at 03:59:51PM -0700, Palmer Dabbelt wrote: >> From: "Wesley W. Terpstra" >> >> There are RISC-V

Re: [PATCH 01/17] drivers: support PCIe in RISCV

2017-06-07 Thread Olof Johansson
On Wed, Jun 7, 2017 at 10:09 AM, Wesley Terpstra wrote: > > > On Jun 7, 2017 7:26 AM, "Christoph Hellwig" wrote: > > On Tue, Jun 06, 2017 at 03:59:51PM -0700, Palmer Dabbelt wrote: >> From: "Wesley W. Terpstra" >> >> There are RISC-V systems that have been mapped to Xilinx FPGAs that have >>

Re: [PATCH 01/17] drivers: support PCIe in RISCV

2017-06-07 Thread Christoph Hellwig
On Tue, Jun 06, 2017 at 03:59:51PM -0700, Palmer Dabbelt wrote: > From: "Wesley W. Terpstra" > > There are RISC-V systems that have been mapped to Xilinx FPGAs that have > their PCIe controllers on chip. These build system changes allow RISC-V > systems to enable the Xilinx

Re: [PATCH 01/17] drivers: support PCIe in RISCV

2017-06-07 Thread Christoph Hellwig
On Tue, Jun 06, 2017 at 03:59:51PM -0700, Palmer Dabbelt wrote: > From: "Wesley W. Terpstra" > > There are RISC-V systems that have been mapped to Xilinx FPGAs that have > their PCIe controllers on chip. These build system changes allow RISC-V > systems to enable the Xilinx PCIe controller, and

Re: [PATCH 01/17] drivers: support PCIe in RISCV

2017-06-07 Thread Geert Uytterhoeven
CC pci folks On Wed, Jun 7, 2017 at 12:59 AM, Palmer Dabbelt wrote: > From: "Wesley W. Terpstra" > > There are RISC-V systems that have been mapped to Xilinx FPGAs that have > their PCIe controllers on chip. These build system changes allow RISC-V >

Re: [PATCH 01/17] drivers: support PCIe in RISCV

2017-06-07 Thread Geert Uytterhoeven
CC pci folks On Wed, Jun 7, 2017 at 12:59 AM, Palmer Dabbelt wrote: > From: "Wesley W. Terpstra" > > There are RISC-V systems that have been mapped to Xilinx FPGAs that have > their PCIe controllers on chip. These build system changes allow RISC-V > systems to enable the Xilinx PCIe

[PATCH 01/17] drivers: support PCIe in RISCV

2017-06-06 Thread Palmer Dabbelt
From: "Wesley W. Terpstra" There are RISC-V systems that have been mapped to Xilinx FPGAs that have their PCIe controllers on chip. These build system changes allow RISC-V systems to enable the Xilinx PCIe controller, and to setup PCIe IRQs. Signed-off-by: Palmer Dabbelt

[PATCH 01/17] drivers: support PCIe in RISCV

2017-06-06 Thread Palmer Dabbelt
From: "Wesley W. Terpstra" There are RISC-V systems that have been mapped to Xilinx FPGAs that have their PCIe controllers on chip. These build system changes allow RISC-V systems to enable the Xilinx PCIe controller, and to setup PCIe IRQs. Signed-off-by: Palmer Dabbelt ---