Re: [PATCH 4/4] [RFC] ARM: treewide: manually change more mach-*/*.h includes

2012-09-04 Thread Tony Lindgren
* Tony Lindgren [120830 12:05]: > * Tony Lindgren [120824 13:37]: > > * Arnd Bergmann [120823 10:27]: > > > On Thursday 23 August 2012, Arnd Bergmann wrote: > > > > On Wednesday 22 August 2012, Russell King - ARM Linux wrote: > > > > > In any case, what we should be doing here as well is moving

Re: [PATCH 4/4] [RFC] ARM: treewide: manually change more mach-*/*.h includes

2012-08-30 Thread Tony Lindgren
* Tony Lindgren [120824 13:37]: > * Arnd Bergmann [120823 10:27]: > > On Thursday 23 August 2012, Arnd Bergmann wrote: > > > On Wednesday 22 August 2012, Russell King - ARM Linux wrote: > > > > In any case, what we should be doing here as well is moving the headers > > > > included by drivers for

Re: [PATCH 4/4] [RFC] ARM: treewide: manually change more mach-*/*.h includes

2012-08-27 Thread Haojian Zhuang
On Wed, Aug 22, 2012 at 9:01 PM, Arnd Bergmann wrote: > These are lots of device drivers that include machine > specific header files from ARM platforms and that are > not easily scriptable. The changes have been found through > manual inspection and should cause no visible changes > because of th

Re: [PATCH 4/4] [RFC] ARM: treewide: manually change more mach-*/*.h includes

2012-08-24 Thread Russell King - ARM Linux
On Thu, Aug 23, 2012 at 11:35:11AM +, Arnd Bergmann wrote: > About two third of the platform header files included in device drivers > are not related to platform_data according to what I found. Most of them > are also wrong (hardcoding interrupt numbers or addresses, headers > included by acci

Re: [PATCH 4/4] [RFC] ARM: treewide: manually change more mach-*/*.h includes

2012-08-24 Thread Russell King - ARM Linux
On Thu, Aug 23, 2012 at 05:26:10PM +, Arnd Bergmann wrote: > On Thursday 23 August 2012, Arnd Bergmann wrote: > > On Wednesday 22 August 2012, Russell King - ARM Linux wrote: > > > In any case, what we should be doing here as well is moving the headers > > > included by drivers for platform dat

Re: [PATCH 4/4] [RFC] ARM: treewide: manually change more mach-*/*.h includes

2012-08-24 Thread Tony Lindgren
* Arnd Bergmann [120823 10:27]: > On Thursday 23 August 2012, Arnd Bergmann wrote: > > On Wednesday 22 August 2012, Russell King - ARM Linux wrote: > > > In any case, what we should be doing here as well is moving the headers > > > included by drivers for platform data out of the arch/arm/mach/ su

Re: [PATCH 4/4] [RFC] ARM: treewide: manually change more mach-*/*.h includes

2012-08-23 Thread Arnd Bergmann
On Thursday 23 August 2012, Arnd Bergmann wrote: > On Wednesday 22 August 2012, Russell King - ARM Linux wrote: > > In any case, what we should be doing here as well is moving the headers > > included by drivers for platform data out of the arch/arm/mach/ subtrees > > and into include/linux/platfor

Re: [PATCH 4/4] [RFC] ARM: treewide: manually change more mach-*/*.h includes

2012-08-23 Thread Arnd Bergmann
On Thursday 23 August 2012, Nicolas Ferre wrote: > > How about I move all the pure platform data definition files now and > > rebase the other patches on top of that. Here is a list of suggested > > file names in include/linux/platform_data/: > > > > mach-at91/at_hdmac.h -> dma-atmel.h >

Re: [PATCH 4/4] [RFC] ARM: treewide: manually change more mach-*/*.h includes

2012-08-23 Thread Nicolas Ferre
On 08/23/2012 01:35 PM, Arnd Bergmann : > On Wednesday 22 August 2012, Russell King - ARM Linux wrote: >> >> On Wed, Aug 22, 2012 at 01:01:19PM +, Arnd Bergmann wrote: >>> These are lots of device drivers that include machine >>> specific header files from ARM platforms and that are >>> not eas

Re: [PATCH 4/4] [RFC] ARM: treewide: manually change more mach-*/*.h includes

2012-08-23 Thread Arnd Bergmann
On Wednesday 22 August 2012, Russell King - ARM Linux wrote: > > On Wed, Aug 22, 2012 at 01:01:19PM +, Arnd Bergmann wrote: > > These are lots of device drivers that include machine > > specific header files from ARM platforms and that are > > not easily scriptable. The changes have been found

Re: [PATCH 4/4] [RFC] ARM: treewide: manually change more mach-*/*.h includes

2012-08-22 Thread Russell King - ARM Linux
On Wed, Aug 22, 2012 at 01:01:19PM +, Arnd Bergmann wrote: > These are lots of device drivers that include machine > specific header files from ARM platforms and that are > not easily scriptable. The changes have been found through > manual inspection and should cause no visible changes > becau

Re: [PATCH 4/4] [RFC] ARM: treewide: manually change more mach-*/*.h includes

2012-08-22 Thread Nicolas Pitre
On Wed, 22 Aug 2012, Arnd Bergmann wrote: > These are lots of device drivers that include machine > specific header files from ARM platforms and that are > not easily scriptable. The changes have been found through > manual inspection and should cause no visible changes > because of the build scri

[PATCH 4/4] [RFC] ARM: treewide: manually change more mach-*/*.h includes

2012-08-22 Thread Arnd Bergmann
These are lots of device drivers that include machine specific header files from ARM platforms and that are not easily scriptable. The changes have been found through manual inspection and should cause no visible changes because of the build script that maps the old names to the new ones. Signed-o