On Thursday 23 August 2012, Nicolas Ferre wrote:
quoted
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
Fine with me. Maybe atmel-dma.h can better match what we already have in
this directory, but I do not know what is the policy in this directory...
There does not seem to be a clear policy in that directory yet, so I
chose to put the subsystem name first. There have been a few subsystems
recently which adopted this naming scheme for their drivers, so it
seemed to be a good choice if we want to start a naming scheme that
sticks.
quoted
** list of mach/* inclusions that I could not match with
** exactly one ARM platform:
In fact, for "*atmel*" type of files, they usually match both AVR32
and ARM/AT91 devices: so, we have to be careful about them...
Yes, I'm aware of that. My list did not include the mach/atmel-mci.h
or the mach/board.h files, which suffer from this problem and cannot
easily be merged.
Arnd