Re: [PATCH v8 04/18] dt-bindings: interrupt-controller: RISC-V PLIC documentation

2017-09-15 Thread Palmer Dabbelt
On Fri, 15 Sep 2017 07:34:33 PDT (-0700), r...@kernel.org wrote: > On Tue, Sep 12, 2017 at 4:57 PM, Palmer Dabbelt wrote: >> This patch adds documentation for the platform-level interrupt >> controller (PLIC) found in all RISC-V systems. This interrupt >> controller routes

Re: [PATCH v8 04/18] dt-bindings: interrupt-controller: RISC-V PLIC documentation

2017-09-15 Thread Palmer Dabbelt
On Fri, 15 Sep 2017 07:34:33 PDT (-0700), r...@kernel.org wrote: > On Tue, Sep 12, 2017 at 4:57 PM, Palmer Dabbelt wrote: >> This patch adds documentation for the platform-level interrupt >> controller (PLIC) found in all RISC-V systems. This interrupt >> controller routes interrupts from all

Re: [PATCH v8 04/18] dt-bindings: interrupt-controller: RISC-V PLIC documentation

2017-09-15 Thread Rob Herring
On Tue, Sep 12, 2017 at 4:57 PM, Palmer Dabbelt wrote: > This patch adds documentation for the platform-level interrupt > controller (PLIC) found in all RISC-V systems. This interrupt > controller routes interrupts from all the devices in the system to each > hart-local

Re: [PATCH v8 04/18] dt-bindings: interrupt-controller: RISC-V PLIC documentation

2017-09-15 Thread Rob Herring
On Tue, Sep 12, 2017 at 4:57 PM, Palmer Dabbelt wrote: > This patch adds documentation for the platform-level interrupt > controller (PLIC) found in all RISC-V systems. This interrupt > controller routes interrupts from all the devices in the system to each > hart-local interrupt controller. It

[PATCH v8 04/18] dt-bindings: interrupt-controller: RISC-V PLIC documentation

2017-09-12 Thread Palmer Dabbelt
This patch adds documentation for the platform-level interrupt controller (PLIC) found in all RISC-V systems. This interrupt controller routes interrupts from all the devices in the system to each hart-local interrupt controller. Note: the DTS bindings for the PLIC aren't set in stone yet, as we

[PATCH v8 04/18] dt-bindings: interrupt-controller: RISC-V PLIC documentation

2017-09-12 Thread Palmer Dabbelt
This patch adds documentation for the platform-level interrupt controller (PLIC) found in all RISC-V systems. This interrupt controller routes interrupts from all the devices in the system to each hart-local interrupt controller. Note: the DTS bindings for the PLIC aren't set in stone yet, as we