Re: [PATCH] powerpc/prom: Use DRCONF flags while processing detected LMBs

2015-08-11 Thread Anshuman Khandual
On 08/11/2015 03:18 AM, Michael Ellerman wrote: > On Fri, 2015-08-07 at 07:49 +0530, Madhavan Srinivasan wrote: >> > >> > On Thursday 06 August 2015 06:35 PM, Anshuman Khandual wrote: >>> > > This patch just replaces hard coded values with existing >> > >> > Please drop "This patch just" and st

Re: [PATCH] powerpc/prom: Use DRCONF flags while processing detected LMBs

2015-08-10 Thread Michael Ellerman
On Fri, 2015-08-07 at 07:49 +0530, Madhavan Srinivasan wrote: > > On Thursday 06 August 2015 06:35 PM, Anshuman Khandual wrote: > > This patch just replaces hard coded values with existing > > Please drop "This patch just" and start with "Replace hard ..." > > https://www.kernel.org/doc/Docu

Re: [PATCH] powerpc/prom: Use DRCONF flags while processing detected LMBs

2015-08-06 Thread Madhavan Srinivasan
On Thursday 06 August 2015 06:35 PM, Anshuman Khandual wrote: > This patch just replaces hard coded values with existing Please drop "This patch just" and start with "Replace hard ..." https://www.kernel.org/doc/Documentation/SubmittingPatches Maddy > DRCONF flags while procesing detec

[PATCH] powerpc/prom: Use DRCONF flags while processing detected LMBs

2015-08-06 Thread Anshuman Khandual
This patch just replaces hard coded values with existing DRCONF flags while procesing detected LMBs from the device tree. This does not change any functionality. Signed-off-by: Anshuman Khandual --- arch/powerpc/kernel/prom.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --g