Re: [PATCH] ARM: davinci: use is IS_ENABLED macro

2013-03-31 Thread Sekhar Nori
On 3/28/2013 10:07 AM, Prabhakar Lad wrote: > Hi Sekhar, > > On Wed, Mar 27, 2013 at 4:13 PM, Stephen Rothwell > wrote: >> Hi, >> >> On Mon, 25 Mar 2013 16:51:35 +0530 Prabhakar lad >> wrote: >>> >>> --- a/arch/arm/mach-davinci/board-da830-evm.c >>> +++ b/arch/arm/mach-davinci/board-da830-evm.

Re: [PATCH] ARM: davinci: use is IS_ENABLED macro

2013-03-27 Thread Prabhakar Lad
Hi Sekhar, On Wed, Mar 27, 2013 at 4:13 PM, Stephen Rothwell wrote: > Hi, > > On Mon, 25 Mar 2013 16:51:35 +0530 Prabhakar lad > wrote: >> >> --- a/arch/arm/mach-davinci/board-da830-evm.c >> +++ b/arch/arm/mach-davinci/board-da830-evm.c >> @@ -298,7 +298,7 @@ static const short da830_evm_emif25

Re: [PATCH] ARM: davinci: use is IS_ENABLED macro

2013-03-27 Thread Stephen Rothwell
Hi, On Mon, 25 Mar 2013 16:51:35 +0530 Prabhakar lad wrote: > > --- a/arch/arm/mach-davinci/board-da830-evm.c > +++ b/arch/arm/mach-davinci/board-da830-evm.c > @@ -298,7 +298,7 @@ static const short da830_evm_emif25_pins[] = { > -1 > }; > > -#if defined(CONFIG_MMC_DAVINCI) || defined(CO

Re: [PATCH] ARM: davinci: use is IS_ENABLED macro

2013-03-27 Thread Sekhar Nori
On 3/25/2013 4:51 PM, Prabhakar lad wrote: > From: Lad, Prabhakar > > This patches replaces #if defined() by IS_ENABLED macro, which provides > better readability. > > Signed-off-by: Lad, Prabhakar > Cc: Sekhar Nori Queuing this for v3.10 Thanks, Sekhar -- To unsubscribe from this list: se

Re: [PATCH] ARM: davinci: use is IS_ENABLED macro

2013-03-26 Thread Prabhakar Lad
Hi Randy, On Mon, Mar 25, 2013 at 7:46 PM, Randy Dunlap wrote: > On 03/25/13 04:21, Prabhakar lad wrote: >> From: Lad, Prabhakar >> >> This patches replaces #if defined() by IS_ENABLED macro, which provides >> better readability. >> >> Signed-off-by: Lad, Prabhakar >> Cc: Sekhar Nori >> --- >>

Re: [PATCH] ARM: davinci: use is IS_ENABLED macro

2013-03-25 Thread Randy Dunlap
On 03/25/13 04:21, Prabhakar lad wrote: > From: Lad, Prabhakar > > This patches replaces #if defined() by IS_ENABLED macro, which provides > better readability. > > Signed-off-by: Lad, Prabhakar > Cc: Sekhar Nori > --- > Note: This patch is compile tested only for davinci_all_defconfig >