Re: [PATCH] ARM: omap2: Fix build when using split object directories

2018-04-18 Thread Santosh Shilimkar
On 4/18/2018 10:09 AM, Tony Lindgren wrote: * Dave Gerlach [180413 14:08]: This is the version of this patch that we want to use, will this go through you? Sorry for the delay, I just noticed this. Somehow I thought Santosh would queue it, but as the regression was

Re: [PATCH] ARM: omap2: Fix build when using split object directories

2018-04-18 Thread Santosh Shilimkar
On 4/18/2018 10:09 AM, Tony Lindgren wrote: * Dave Gerlach [180413 14:08]: This is the version of this patch that we want to use, will this go through you? Sorry for the delay, I just noticed this. Somehow I thought Santosh would queue it, but as the regression was introduced by a commit in

Re: [PATCH] ARM: omap2: Fix build when using split object directories

2018-04-18 Thread Tony Lindgren
* Dave Gerlach [180413 14:08]: > This is the version of this patch that we want to use, will this go through > you? Sorry for the delay, I just noticed this. Somehow I thought Santosh would queue it, but as the regression was introduced by a commit in my tree I'll pick this

Re: [PATCH] ARM: omap2: Fix build when using split object directories

2018-04-18 Thread Tony Lindgren
* Dave Gerlach [180413 14:08]: > This is the version of this patch that we want to use, will this go through > you? Sorry for the delay, I just noticed this. Somehow I thought Santosh would queue it, but as the regression was introduced by a commit in my tree I'll pick this patch into

Re: [PATCH] ARM: omap2: Fix build when using split object directories

2018-04-13 Thread Dave Gerlach
Tony, On 04/12/2018 04:08 AM, Masahiro Yamada wrote: > 2018-04-12 17:21 GMT+09:00 Anders Roxell : >> On 2018-04-11 16:15, Dave Gerlach wrote: >>> The sleep33xx and sleep43xx files should not depend on a header file >>> generated in drivers/memory. Remove this dependency

Re: [PATCH] ARM: omap2: Fix build when using split object directories

2018-04-13 Thread Dave Gerlach
Tony, On 04/12/2018 04:08 AM, Masahiro Yamada wrote: > 2018-04-12 17:21 GMT+09:00 Anders Roxell : >> On 2018-04-11 16:15, Dave Gerlach wrote: >>> The sleep33xx and sleep43xx files should not depend on a header file >>> generated in drivers/memory. Remove this dependency and instead allow >>> both

Re: [PATCH] ARM: omap2: Fix build when using split object directories

2018-04-12 Thread Dave Gerlach
Hi, On 04/12/2018 04:08 AM, Masahiro Yamada wrote: > 2018-04-12 17:21 GMT+09:00 Anders Roxell : >> On 2018-04-11 16:15, Dave Gerlach wrote: >>> The sleep33xx and sleep43xx files should not depend on a header file >>> generated in drivers/memory. Remove this dependency and

Re: [PATCH] ARM: omap2: Fix build when using split object directories

2018-04-12 Thread Dave Gerlach
Hi, On 04/12/2018 04:08 AM, Masahiro Yamada wrote: > 2018-04-12 17:21 GMT+09:00 Anders Roxell : >> On 2018-04-11 16:15, Dave Gerlach wrote: >>> The sleep33xx and sleep43xx files should not depend on a header file >>> generated in drivers/memory. Remove this dependency and instead allow >>> both

Re: [PATCH] ARM: omap2: Fix build when using split object directories

2018-04-12 Thread Masahiro Yamada
2018-04-12 17:21 GMT+09:00 Anders Roxell : > On 2018-04-11 16:15, Dave Gerlach wrote: >> The sleep33xx and sleep43xx files should not depend on a header file >> generated in drivers/memory. Remove this dependency and instead allow >> both drivers/memory and

Re: [PATCH] ARM: omap2: Fix build when using split object directories

2018-04-12 Thread Masahiro Yamada
2018-04-12 17:21 GMT+09:00 Anders Roxell : > On 2018-04-11 16:15, Dave Gerlach wrote: >> The sleep33xx and sleep43xx files should not depend on a header file >> generated in drivers/memory. Remove this dependency and instead allow >> both drivers/memory and arch/arm/mach-omap2 to generate all

Re: [PATCH] ARM: omap2: Fix build when using split object directories

2018-04-12 Thread Anders Roxell
On 2018-04-11 16:15, Dave Gerlach wrote: > The sleep33xx and sleep43xx files should not depend on a header file > generated in drivers/memory. Remove this dependency and instead allow > both drivers/memory and arch/arm/mach-omap2 to generate all macros > needed in headers local to their own paths.

Re: [PATCH] ARM: omap2: Fix build when using split object directories

2018-04-12 Thread Anders Roxell
On 2018-04-11 16:15, Dave Gerlach wrote: > The sleep33xx and sleep43xx files should not depend on a header file > generated in drivers/memory. Remove this dependency and instead allow > both drivers/memory and arch/arm/mach-omap2 to generate all macros > needed in headers local to their own paths.

[PATCH] ARM: omap2: Fix build when using split object directories

2018-04-11 Thread Dave Gerlach
The sleep33xx and sleep43xx files should not depend on a header file generated in drivers/memory. Remove this dependency and instead allow both drivers/memory and arch/arm/mach-omap2 to generate all macros needed in headers local to their own paths. This fixes an issue where the build fail will

[PATCH] ARM: omap2: Fix build when using split object directories

2018-04-11 Thread Dave Gerlach
The sleep33xx and sleep43xx files should not depend on a header file generated in drivers/memory. Remove this dependency and instead allow both drivers/memory and arch/arm/mach-omap2 to generate all macros needed in headers local to their own paths. This fixes an issue where the build fail will