Re: [PATCHv2 1/5] Documentation: dt: edac: Fix Stratix10 IRQ bindings

2019-03-13 Thread Rob Herring
On Tue, Mar 12, 2019 at 2:13 PM Thor Thayer wrote: > > Hi Rob, > > On 3/12/19 11:00 AM, Rob Herring wrote: > > On Wed, Feb 27, 2019 at 11:27:21AM -0600, thor.tha...@linux.intel.com wrote: > >> From: Thor Thayer > >> > >> Fix Stratix10 ECC bindings to specify only the single > >> bit error. On

Re: [PATCHv2 1/5] Documentation: dt: edac: Fix Stratix10 IRQ bindings

2019-03-12 Thread Thor Thayer
Hi Rob, On 3/12/19 11:00 AM, Rob Herring wrote: On Wed, Feb 27, 2019 at 11:27:21AM -0600, thor.tha...@linux.intel.com wrote: From: Thor Thayer Fix Stratix10 ECC bindings to specify only the single bit error. On Stratix10 double bit errors are handled as SErrors instead of interrupts.

Re: [PATCHv2 1/5] Documentation: dt: edac: Fix Stratix10 IRQ bindings

2019-03-12 Thread Rob Herring
On Wed, Feb 27, 2019 at 11:27:21AM -0600, thor.tha...@linux.intel.com wrote: > From: Thor Thayer > > Fix Stratix10 ECC bindings to specify only the single > bit error. On Stratix10 double bit errors are handled > as SErrors instead of interrupts. > Indicate the differences between the ARM64 and

[PATCHv2 1/5] Documentation: dt: edac: Fix Stratix10 IRQ bindings

2019-02-27 Thread thor . thayer
From: Thor Thayer Fix Stratix10 ECC bindings to specify only the single bit error. On Stratix10 double bit errors are handled as SErrors instead of interrupts. Indicate the differences between the ARM64 and ARM32 EDAC architecture in the bindings. Signed-off-by: Thor Thayer --- v2 No change