RE: [PATCH v4 1/4] edac: synps: Add platform specific structures for ddrc controller

2018-08-22 Thread Manish Narani
rm-ker...@lists.infradead.org; linux- > e...@vger.kernel.org > Subject: Re: [PATCH v4 1/4] edac: synps: Add platform specific structures for > ddrc controller > > On Sat, Aug 04, 2018 at 02:55:32PM +0530, Manish Narani wrote: > > Add platform specific structures, so th

RE: [PATCH v4 1/4] edac: synps: Add platform specific structures for ddrc controller

2018-08-22 Thread Manish Narani
rm-ker...@lists.infradead.org; linux- > e...@vger.kernel.org > Subject: Re: [PATCH v4 1/4] edac: synps: Add platform specific structures for > ddrc controller > > On Sat, Aug 04, 2018 at 02:55:32PM +0530, Manish Narani wrote: > > Add platform specific structures, so th

Re: [PATCH v4 1/4] edac: synps: Add platform specific structures for ddrc controller

2018-08-21 Thread Borislav Petkov
On Sat, Aug 04, 2018 at 02:55:32PM +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 | 83 > ++-- > 1 file

Re: [PATCH v4 1/4] edac: synps: Add platform specific structures for ddrc controller

2018-08-21 Thread Borislav Petkov
On Sat, Aug 04, 2018 at 02:55:32PM +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 | 83 > ++-- > 1 file

Re: [PATCH v4 1/4] edac: synps: Add platform specific structures for ddrc controller

2018-08-18 Thread Borislav Petkov
On Sat, Aug 18, 2018 at 10:11:54AM +, Manish Narani wrote: > Ping. First of all, one ping is enough. If your patchset contained, say, 30 patches, were you really going to send a ping for each one of them?!?!?! Secondly, you do know that we have merge window right now, don't you? And during

Re: [PATCH v4 1/4] edac: synps: Add platform specific structures for ddrc controller

2018-08-18 Thread Borislav Petkov
On Sat, Aug 18, 2018 at 10:11:54AM +, Manish Narani wrote: > Ping. First of all, one ping is enough. If your patchset contained, say, 30 patches, were you really going to send a ping for each one of them?!?!?! Secondly, you do know that we have merge window right now, don't you? And during

RE: [PATCH v4 1/4] edac: synps: Add platform specific structures for ddrc controller

2018-08-18 Thread Manish Narani
inux- > e...@vger.kernel.org; Manish Narani > Subject: [PATCH v4 1/4] edac: synps: Add platform specific structures for ddrc > controller > > Add platform specific structures, so that we can add different IP support > later > using quirks. > > Signed-of

RE: [PATCH v4 1/4] edac: synps: Add platform specific structures for ddrc controller

2018-08-18 Thread Manish Narani
inux- > e...@vger.kernel.org; Manish Narani > Subject: [PATCH v4 1/4] edac: synps: Add platform specific structures for ddrc > controller > > Add platform specific structures, so that we can add different IP support > later > using quirks. > > Signed-of

[PATCH v4 1/4] edac: synps: Add platform specific structures for ddrc controller

2018-08-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 | 83 ++-- 1 file changed, 65 insertions(+), 18 deletions(-) diff --git

[PATCH v4 1/4] edac: synps: Add platform specific structures for ddrc controller

2018-08-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 | 83 ++-- 1 file changed, 65 insertions(+), 18 deletions(-) diff --git