Re: [PATCH v2 0/3] edac: Add L3/SoC support to the APM X-Gene SoC EDAC driver

2015-08-11 Thread Loc Ho
Hi Dann, On Tue, Aug 11, 2015 at 7:36 AM, Dann Frazier wrote: > On Mon, Aug 10, 2015 at 2:15 PM, Loc Ho wrote: >> Hi Dann, >> v2: * Update binding documentation accordingly * Change all single bit defines to BIT(x) * Add support for L3 version 1 and 2 HW's * Change to us

Re: [PATCH v2 0/3] edac: Add L3/SoC support to the APM X-Gene SoC EDAC driver

2015-08-11 Thread Dann Frazier
On Mon, Aug 10, 2015 at 2:15 PM, Loc Ho wrote: > Hi Dann, > >>> v2: >>> * Update binding documentation accordingly >>> * Change all single bit defines to BIT(x) >>> * Add support for L3 version 1 and 2 HW's >>> * Change to use debug file system for error injection >>> * In L3/SoC instance add func

Re: [PATCH v2 0/3] edac: Add L3/SoC support to the APM X-Gene SoC EDAC driver

2015-08-10 Thread Loc Ho
Hi Dann, >> v2: >> * Update binding documentation accordingly >> * Change all single bit defines to BIT(x) >> * Add support for L3 version 1 and 2 HW's >> * Change to use debug file system for error injection >> * In L3/SoC instance add function, allocate EDAC context after all >> initalization

Re: [PATCH v2 0/3] edac: Add L3/SoC support to the APM X-Gene SoC EDAC driver

2015-08-10 Thread Dann Frazier
On Sat, Jul 25, 2015 at 1:07 AM, Loc Ho wrote: > v2: > * Update binding documentation accordingly > * Change all single bit defines to BIT(x) > * Add support for L3 version 1 and 2 HW's > * Change to use debug file system for error injection > * In L3/SoC instance add function, allocate EDAC conte

[PATCH v2 0/3] edac: Add L3/SoC support to the APM X-Gene SoC EDAC driver

2015-07-25 Thread Loc Ho
v2: * Update binding documentation accordingly * Change all single bit defines to BIT(x) * Add support for L3 version 1 and 2 HW's * Change to use debug file system for error injection * In L3/SoC instance add function, allocate EDAC context after all initalization successed * Support raw or deta