Re: [PATCH v4] of: fix declaration of of_io_request_and_map

2015-12-18 Thread Sudip Mukherjee
On Thu, Dec 17, 2015 at 11:55:28AM -0600, Rob Herring wrote: > On Tue, Dec 8, 2015 at 2:47 AM, Sudip Mukherjee > wrote: > > We are having build failure with linux-next for sparc allmodconfig with > > the error messages: > > > > drivers/built-in.o:

Re: [PATCH v4] of: fix declaration of of_io_request_and_map

2015-12-17 Thread Sudip Mukherjee
On Tue, Dec 08, 2015 at 02:17:55PM +0530, Sudip Mukherjee wrote: > We are having build failure with linux-next for sparc allmodconfig with > the error messages: > > drivers/built-in.o: In function `meson6_timer_init': > meson6_timer.c:(.init.text+0x5fe8): un

[PATCH v4] of: fix declaration of of_io_request_and_map

2015-12-08 Thread Sudip Mukherjee
source/drivers/mediatek: Add the COMPILE_TEST option") Fixes: 4a373b45f94a ("clocksource/drivers/asm9260: Add the COMPILE_TEST option") Cc: Daniel Lezcano Signed-off-by: Sudip Mukherjee --- v1: had a complicated set of #ifdefs v2: i messed up and resulted in build failure of som

Re: [PATCH v3] of: fix build failure

2015-12-07 Thread Sudip Mukherjee
On Mon, Dec 07, 2015 at 01:32:30PM +0100, Geert Uytterhoeven wrote: > Hi Sudip, > > On Mon, Dec 7, 2015 at 1:20 PM, Sudip Mukherjee > wrote: > > We are having build failure with linux-next for sparc allmodconfig with > > the error messages: > > > > undefined

[PATCH v3] of: fix build failure

2015-12-07 Thread Sudip Mukherjee
!SPARC. In other words, CONFIG_OF_ADDRESS is not defined for sparc so we get the build failure. Signed-off-by: Sudip Mukherjee --- v1: had a complicated set of #ifdefs v2: i messed up and resulted in build failure of some other arch where CONFIG_OF is not defined. v3: tested with allmodconfig

Re: [PATCH v2] of: fix build failure

2015-12-07 Thread Sudip Mukherjee
On Mon, Dec 07, 2015 at 05:07:36PM +0530, Sudip Mukherjee wrote: > We are having build failure with linux-next for sparc allmodconfig with > the error messages: > > undefined reference to 'of_io_request_and_map' > > CONFIG_OF is defined for sparc so it is expected th

[PATCH v2] of: fix build failure

2015-12-07 Thread Sudip Mukherjee
!SPARC. In other words, CONFIG_OF_ADDRESS is not defined for sparc so we get the build failure. Signed-off-by: Sudip Mukherjee --- include/linux/of_address.h | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/include/linux/of_address.h b/include/linux/of_addre

Re: [PATCH] of: fix build failure

2015-12-06 Thread Sudip Mukherjee
On Sat, Dec 05, 2015 at 12:09:41PM +0100, Geert Uytterhoeven wrote: > Hi Sudip > > On Thu, Dec 3, 2015 at 9:38 AM, Sudip Mukherjee > wrote: > > We are having build failure with next-20151202 for sparc allmodconfig > > with the error messages: > > undefined refer

[PATCH] of: fix build failure

2015-12-03 Thread Sudip Mukherjee
is !SPARC. Signed-off-by: Sudip Mukherjee --- build log is at: https://travis-ci.org/sudipm-mukherjee/parport/builds/94541627 patch has been build tested with sparc allmodconfig and x86_64 allmodconfig. include/linux/of_address.h | 15 +-- 1 file changed, 13 insertions(+), 2 deletion