Re: [PATCH] asm-generic/io.h: Add default configuration for readX/writeX_relaxed

2014-04-08 Thread Michal Simek
Hi Sam, On 04/08/2014 07:50 PM, Sam Ravnborg wrote: > On Tue, Apr 08, 2014 at 09:16:01AM +0200, Michal Simek wrote: >> Define default readX/writeX_relaxed IO helper functions >> for all archs which use asm-generic/io.h. >> Using COMPILE_TEST, moving drivers out of arch/arm and >> removing architec

Re: [PATCH] asm-generic/io.h: Add default configuration for readX/writeX_relaxed

2014-04-08 Thread Sam Ravnborg
On Tue, Apr 08, 2014 at 09:16:01AM +0200, Michal Simek wrote: > Define default readX/writeX_relaxed IO helper functions > for all archs which use asm-generic/io.h. > Using COMPILE_TEST, moving drivers out of arch/arm and > removing architecture dependencies in Kconfig is causing > that more and mor

[PATCH] asm-generic/io.h: Add default configuration for readX/writeX_relaxed

2014-04-08 Thread Michal Simek
Define default readX/writeX_relaxed IO helper functions for all archs which use asm-generic/io.h. Using COMPILE_TEST, moving drivers out of arch/arm and removing architecture dependencies in Kconfig is causing that more and more drivers is using _relaxed IO helper functions which is causing compila