Re: [PATCH v8 05/10] edac: synps: Add platform specific structures for ddrc controller

2018-10-05 Thread Borislav Petkov
On Thu, Oct 04, 2018 at 09:05:23PM +0530, Manish Narani wrote: > Add platform specific structures, so that we can add different IP > support later using quirks. > > Signed-off-by: Manish Narani > --- > drivers/edac/synopsys_edac.c | 91 > +++- > 1 file ch

[PATCH v8 05/10] edac: synps: Add platform specific structures for ddrc controller

2018-10-04 Thread Manish Narani
Add platform specific structures, so that we can add different IP support later using quirks. Signed-off-by: Manish Narani --- drivers/edac/synopsys_edac.c | 91 +++- 1 file changed, 65 insertions(+), 26 deletions(-) diff --git a/drivers/edac/synopsys_eda