[PATCH 13/16] ARM: omap: move platform_data definitions
From: Shilimkar, Santosh <hidden>
Date: 2012-09-11 14:06:56
Also in:
linux-omap, lkml
Arnd, On Tue, Sep 11, 2012 at 6:32 PM, Arnd Bergmann [off-list ref] wrote:
Platform data for device drivers should be defined in include/linux/platform_data/*.h, not in the architecture and platform specific directories. This moves such data out of the omap include directories Signed-off-by: Arnd Bergmann <arnd@arndb.de>
[...]
81 files changed, 87 insertions(+), 87 deletions(-) rename arch/arm/plat-omap/include/plat/mcbsp.h => include/linux/platform_data/dsp-mcbsp.h (100%) rename arch/arm/plat-omap/include/plat/dsp.h => include/linux/platform_data/dsp-omap.h (100%) rename arch/arm/plat-omap/include/plat/keypad.h => include/linux/platform_data/keypad-omap.h (100%) rename arch/arm/plat-omap/include/plat/lcd_mipid.h => include/linux/platform_data/lcd-mipid.h (100%) rename arch/arm/plat-omap/include/plat/nand.h => include/linux/platform_data/mtd-nand-omap2.h (100%) rename arch/arm/plat-omap/include/plat/onenand.h => include/linux/platform_data/mtd-onenand-omap2.h (100%) rename arch/arm/plat-omap/include/plat/remoteproc.h => include/linux/platform_data/remoteproc-omap.h (100%) rename arch/arm/plat-omap/include/plat/voltage.h => include/linux/platform_data/smartreflex-omap.h (100%) rename arch/arm/plat-omap/include/plat/mcspi.h => include/linux/platform_data/spi-omap2-mcspi.h (100%)
Just curious to know how you came with some of the above header names ? plat/mcbsp ---> dsp-mcbsp.h There is no connection of DSP with McBSP. "omap-mcbsp.h" would been a better name. plat/nand.h --> /mtd-nand-omap2.h plat/onenand.h --> /mtd-onenand-omap2.h May be "omap-nand.h" and "omap-onenand.h" plat/mcspi.h-->spi-omap2-mcspi.h May be "omap-spi.h" Regards, Santosh