Re: [GIT PULL] omap plat header removal for v3.8 merge window, part1

2012-10-30 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [121027 09:34]: * Russell King - ARM Linux li...@arm.linux.org.uk [121027 02:03]: Rather than moving all the files from plat-omap/include/plat into plat-omap and then having all these totally disgusting relative includes, why don't you add to these

Re: [GIT PULL] omap plat header removal for v3.8 merge window, part1

2012-10-27 Thread Arnd Bergmann
On Friday 26 October 2012, Tony Lindgren wrote: Here's a patch for that. It's against what I have queued up in omap-for-v3.8/cleanup-headers. Does that look OK to you? Hi Tony, thanks for the quick follow-up. Using the absolute #include statements again looks good, but now there is another

Re: [GIT PULL] omap plat header removal for v3.8 merge window, part1

2012-10-27 Thread Russell King - ARM Linux
On Fri, Oct 26, 2012 at 03:38:49PM -0700, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [121026 10:57]: * Arnd Bergmann a...@arndb.de [121026 10:30]: Well, once CONFIG_MULTIPLATFORM gets enabled, the mach/*.h files are not visible to drivers any more, but they are still

Re: [GIT PULL] omap plat header removal for v3.8 merge window, part1

2012-10-27 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [121027 01:11]: On Friday 26 October 2012, Tony Lindgren wrote: Here's a patch for that. It's against what I have queued up in omap-for-v3.8/cleanup-headers. Does that look OK to you? Hi Tony, thanks for the quick follow-up. Using the absolute #include

Re: [GIT PULL] omap plat header removal for v3.8 merge window, part1

2012-10-27 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [121027 02:03]: Rather than moving all the files from plat-omap/include/plat into plat-omap and then having all these totally disgusting relative includes, why don't you add to these makefiles: ccflags +=

Re: [GIT PULL] omap plat header removal for v3.8 merge window, part1

2012-10-26 Thread Arnd Bergmann
On Friday 19 October 2012, Tony Lindgren wrote: Hi Arnd Olof, Here's the first set of omap plat header removal for v3.8 merge window. I have at least one more related set coming, but I wanted to get these into linux next before driver patches add more things for me to chase down and fix.

Re: [GIT PULL] omap plat header removal for v3.8 merge window, part1

2012-10-26 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [121026 07:04]: On Friday 19 October 2012, Tony Lindgren wrote: Hi Arnd Olof, Here's the first set of omap plat header removal for v3.8 merge window. I have at least one more related set coming, but I wanted to get these into linux next before driver

Re: [GIT PULL] omap plat header removal for v3.8 merge window, part1

2012-10-26 Thread Arnd Bergmann
On Friday 26 October 2012, Tony Lindgren wrote: * Arnd Bergmann a...@arndb.de [121026 07:04]: I tried running my old multiplatform scripts again and have a few comments, but none of them serious: $ git grep include.*mach-omap2 arch/arm/plat-omap/debug-devices.c:#include

Re: [GIT PULL] omap plat header removal for v3.8 merge window, part1

2012-10-26 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [121026 10:30]: On Friday 26 October 2012, Tony Lindgren wrote: * Arnd Bergmann a...@arndb.de [121026 07:04]: I tried running my old multiplatform scripts again and have a few comments, but none of them serious: $ git grep include.*mach-omap2

Re: [GIT PULL] omap plat header removal for v3.8 merge window, part1

2012-10-26 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [121026 10:57]: * Arnd Bergmann a...@arndb.de [121026 10:30]: Well, once CONFIG_MULTIPLATFORM gets enabled, the mach/*.h files are not visible to drivers any more, but they are still visible to files in plat-omap if you add a line like

[GIT PULL] omap plat header removal for v3.8 merge window, part1

2012-10-18 Thread Tony Lindgren
Hi Arnd Olof, Here's the first set of omap plat header removal for v3.8 merge window. I have at least one more related set coming, but I wanted to get these into linux next before driver patches add more things for me to chase down and fix. Oh, forgot to mention in the tag that the increase in