Commit 2203747c authored by Arnd Bergmann's avatar Arnd Bergmann

ARM: omap: move platform_data definitions

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: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: default avatarNicolas Pitre <nico@linaro.org>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Cc: Kevin Hilman <khilman@ti.com>
Cc: "Benoît Cousson" <b-cousson@ti.com>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Ohad Ben-Cohen <ohad@wizery.com>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Omar Ramirez Luna <omar.ramirez@ti.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
Cc: Jarkko Nikula <jarkko.nikula@bitmer.com>
Cc: Liam Girdwood <lrg@ti.com>
Cc: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Cc: Jean Pihet <j-pihet@ti.com>
Cc: J Keerthy <j-keerthy@ti.com>
Cc: linux-omap@vger.kernel.org
parent b25c4607
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <plat/board-ams-delta.h> #include <plat/board-ams-delta.h>
#include <plat/keypad.h> #include <linux/platform_data/keypad-omap.h>
#include <plat/mux.h> #include <plat/mux.h>
#include <mach/hardware.h> #include <mach/hardware.h>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <plat/mux.h> #include <plat/mux.h>
#include <plat/flash.h> #include <plat/flash.h>
#include <plat/fpga.h> #include <plat/fpga.h>
#include <plat/keypad.h> #include <linux/platform_data/keypad-omap.h>
#include <mach/hardware.h> #include <mach/hardware.h>
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#include <plat/dma.h> #include <plat/dma.h>
#include <plat/tc.h> #include <plat/tc.h>
#include <plat/irda.h> #include <plat/irda.h>
#include <plat/keypad.h> #include <linux/platform_data/keypad-omap.h>
#include <plat/flash.h> #include <plat/flash.h>
#include <mach/hardware.h> #include <mach/hardware.h>
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#include <plat/mux.h> #include <plat/mux.h>
#include <plat/tc.h> #include <plat/tc.h>
#include <plat/keypad.h> #include <linux/platform_data/keypad-omap.h>
#include <plat/dma.h> #include <plat/dma.h>
#include <plat/flash.h> #include <plat/flash.h>
......
...@@ -37,12 +37,12 @@ ...@@ -37,12 +37,12 @@
#include <linux/spi/spi.h> #include <linux/spi/spi.h>
#include <linux/spi/ads7846.h> #include <linux/spi/ads7846.h>
#include <linux/omapfb.h> #include <linux/omapfb.h>
#include <linux/platform_data/keypad-omap.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <mach/omap7xx.h> #include <mach/omap7xx.h>
#include <plat/keypad.h>
#include <plat/mmc.h> #include <plat/mmc.h>
#include <mach/irqs.h> #include <mach/irqs.h>
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include <plat/flash.h> #include <plat/flash.h>
#include <plat/fpga.h> #include <plat/fpga.h>
#include <plat/tc.h> #include <plat/tc.h>
#include <plat/keypad.h> #include <linux/platform_data/keypad-omap.h>
#include <plat/mmc.h> #include <plat/mmc.h>
#include <mach/hardware.h> #include <mach/hardware.h>
......
...@@ -21,13 +21,14 @@ ...@@ -21,13 +21,14 @@
#include <linux/workqueue.h> #include <linux/workqueue.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/platform_data/keypad-omap.h>
#include <linux/platform_data/lcd-mipid.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <plat/mux.h> #include <plat/mux.h>
#include <plat/keypad.h>
#include <plat/lcd_mipid.h>
#include <plat/mmc.h> #include <plat/mmc.h>
#include <plat/clock.h> #include <plat/clock.h>
......
...@@ -304,7 +304,7 @@ static struct omap_lcd_config osk_lcd_config __initdata = { ...@@ -304,7 +304,7 @@ static struct omap_lcd_config osk_lcd_config __initdata = {
#include <linux/spi/spi.h> #include <linux/spi/spi.h>
#include <linux/spi/ads7846.h> #include <linux/spi/ads7846.h>
#include <plat/keypad.h> #include <linux/platform_data/keypad-omap.h>
static struct at24_platform_data at24c04 = { static struct at24_platform_data at24c04 = {
.byte_len = SZ_4K / 8, .byte_len = SZ_4K / 8,
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include <plat/tc.h> #include <plat/tc.h>
#include <plat/dma.h> #include <plat/dma.h>
#include <plat/irda.h> #include <plat/irda.h>
#include <plat/keypad.h> #include <linux/platform_data/keypad-omap.h>
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/usb.h> #include <mach/usb.h>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include <plat/dma.h> #include <plat/dma.h>
#include <plat/tc.h> #include <plat/tc.h>
#include <plat/irda.h> #include <plat/irda.h>
#include <plat/keypad.h> #include <linux/platform_data/keypad-omap.h>
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/usb.h> #include <mach/usb.h>
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#include <plat/dma.h> #include <plat/dma.h>
#include <plat/tc.h> #include <plat/tc.h>
#include <plat/irda.h> #include <plat/irda.h>
#include <plat/keypad.h> #include <linux/platform_data/keypad-omap.h>
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/usb.h> #include <mach/usb.h>
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include <linux/input.h> #include <linux/input.h>
#include <linux/smc91x.h> #include <linux/smc91x.h>
#include <linux/omapfb.h> #include <linux/omapfb.h>
#include <linux/platform_data/keypad-omap.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
...@@ -31,7 +32,6 @@ ...@@ -31,7 +32,6 @@
#include <plat/mux.h> #include <plat/mux.h>
#include <plat/fpga.h> #include <plat/fpga.h>
#include <plat/flash.h> #include <plat/flash.h>
#include <plat/keypad.h>
#include <mach/hardware.h> #include <mach/hardware.h>
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/export.h> #include <linux/export.h>
#include <linux/omapfb.h> #include <linux/omapfb.h>
#include <linux/platform_data/keypad-omap.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
...@@ -38,7 +39,6 @@ ...@@ -38,7 +39,6 @@
#include <plat/dma.h> #include <plat/dma.h>
#include <plat/irda.h> #include <plat/irda.h>
#include <plat/tc.h> #include <plat/tc.h>
#include <plat/keypad.h>
#include <plat/board-sx1.h> #include <plat/board-sx1.h>
#include <mach/hardware.h> #include <mach/hardware.h>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <plat/dma.h> #include <plat/dma.h>
#include <plat/mux.h> #include <plat/mux.h>
#include <plat/cpu.h> #include <plat/cpu.h>
#include <plat/mcbsp.h> #include <linux/platform_data/asoc-ti-mcbsp.h>
#include <mach/irqs.h> #include <mach/irqs.h>
......
...@@ -24,12 +24,12 @@ ...@@ -24,12 +24,12 @@
#include <linux/io.h> #include <linux/io.h>
#include <linux/gpio.h> #include <linux/gpio.h>
#include <linux/mmc/host.h> #include <linux/mmc/host.h>
#include <linux/platform_data/spi-omap2-mcspi.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <plat/mcspi.h>
#include <plat/usb.h> #include <plat/usb.h>
#include "common.h" #include "common.h"
#include <plat/dma.h> #include <plat/dma.h>
......
...@@ -39,13 +39,13 @@ ...@@ -39,13 +39,13 @@
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include "common.h" #include "common.h"
#include <plat/nand.h> #include <linux/platform_data/mtd-nand-omap2.h>
#include <plat/gpmc.h> #include <plat/gpmc.h>
#include <plat/usb.h> #include <plat/usb.h>
#include <video/omapdss.h> #include <video/omapdss.h>
#include <video/omap-panel-generic-dpi.h> #include <video/omap-panel-generic-dpi.h>
#include <video/omap-panel-tfp410.h> #include <video/omap-panel-tfp410.h>
#include <plat/mcspi.h> #include <linux/platform_data/spi-omap2-mcspi.h>
#include <mach/hardware.h> #include <mach/hardware.h>
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#include "common.h" #include "common.h"
#include <plat/usb.h> #include <plat/usb.h>
#include <plat/nand.h> #include <linux/platform_data/mtd-nand-omap2.h>
#include <plat/gpmc.h> #include <plat/gpmc.h>
#include <mach/am35xx.h> #include <mach/am35xx.h>
......
...@@ -40,13 +40,13 @@ ...@@ -40,13 +40,13 @@
#include "common.h" #include "common.h"
#include <plat/gpmc.h> #include <plat/gpmc.h>
#include <plat/nand.h> #include <linux/platform_data/mtd-nand-omap2.h>
#include <plat/usb.h> #include <plat/usb.h>
#include <video/omapdss.h> #include <video/omapdss.h>
#include <video/omap-panel-generic-dpi.h> #include <video/omap-panel-generic-dpi.h>
#include <video/omap-panel-tfp410.h> #include <video/omap-panel-tfp410.h>
#include <plat/mcspi.h> #include <linux/platform_data/spi-omap2-mcspi.h>
#include <linux/input/matrix_keypad.h> #include <linux/input/matrix_keypad.h>
#include <linux/spi/spi.h> #include <linux/spi/spi.h>
#include <linux/dm9000.h> #include <linux/dm9000.h>
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
#include <plat/cpu.h> #include <plat/cpu.h>
#include <plat/gpmc.h> #include <plat/gpmc.h>
#include <plat/nand.h> #include <linux/platform_data/mtd-nand-omap2.h>
#include <plat/onenand.h> #include <linux/platform_data/mtd-onenand-omap2.h>
#include <plat/tc.h> #include <plat/tc.h>
#include "common.h" #include "common.h"
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include <video/omapdss.h> #include <video/omapdss.h>
#include <video/omap-panel-tfp410.h> #include <video/omap-panel-tfp410.h>
#include <plat/onenand.h> #include <linux/platform_data/mtd-onenand-omap2.h>
#include "mux.h" #include "mux.h"
#include "hsmmc.h" #include "hsmmc.h"
......
...@@ -28,12 +28,12 @@ ...@@ -28,12 +28,12 @@
#include <linux/io.h> #include <linux/io.h>
#include <linux/smsc911x.h> #include <linux/smsc911x.h>
#include <linux/mmc/host.h> #include <linux/mmc/host.h>
#include <linux/platform_data/spi-omap2-mcspi.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <plat/mcspi.h>
#include "common.h" #include "common.h"
#include <plat/gpmc.h> #include <plat/gpmc.h>
#include <mach/board-zoom.h> #include <mach/board-zoom.h>
......
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
#include <linux/i2c.h> #include <linux/i2c.h>
#include <linux/spi/spi.h> #include <linux/spi/spi.h>
#include <linux/usb/musb.h> #include <linux/usb/musb.h>
#include <linux/platform_data/spi-omap2-mcspi.h>
#include <linux/platform_data/mtd-onenand-omap2.h>
#include <sound/tlv320aic3x.h> #include <sound/tlv320aic3x.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
...@@ -27,8 +29,6 @@ ...@@ -27,8 +29,6 @@
#include "common.h" #include "common.h"
#include <plat/menelaus.h> #include <plat/menelaus.h>
#include <plat/mcspi.h>
#include <plat/onenand.h>
#include <plat/mmc.h> #include <plat/mmc.h>
#include "mux.h" #include "mux.h"
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
#include <video/omapdss.h> #include <video/omapdss.h>
#include <video/omap-panel-tfp410.h> #include <video/omap-panel-tfp410.h>
#include <plat/gpmc.h> #include <plat/gpmc.h>
#include <plat/nand.h> #include <linux/platform_data/mtd-nand-omap2.h>
#include <plat/usb.h> #include <plat/usb.h>
#include <plat/omap_device.h> #include <plat/omap_device.h>
......
...@@ -45,9 +45,9 @@ ...@@ -45,9 +45,9 @@
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <plat/usb.h> #include <plat/usb.h>
#include <plat/nand.h> #include <linux/platform_data/mtd-nand-omap2.h>
#include "common.h" #include "common.h"
#include <plat/mcspi.h> #include <linux/platform_data/spi-omap2-mcspi.h>
#include <video/omapdss.h> #include <video/omapdss.h>
#include <video/omap-panel-tfp410.h> #include <video/omap-panel-tfp410.h>
......
...@@ -35,16 +35,16 @@ ...@@ -35,16 +35,16 @@
#include <linux/mmc/host.h> #include <linux/mmc/host.h>
#include <linux/mmc/card.h> #include <linux/mmc/card.h>
#include <linux/regulator/fixed.h> #include <linux/regulator/fixed.h>
#include <linux/platform_data/spi-omap2-mcspi.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include "common.h" #include "common.h"
#include <plat/mcspi.h>
#include <plat/usb.h> #include <plat/usb.h>
#include <video/omapdss.h> #include <video/omapdss.h>
#include <plat/nand.h> #include <linux/platform_data/mtd-nand-omap2.h>
#include "mux.h" #include "mux.h"
#include "sdram-micron-mt46h32m32lf-6.h" #include "sdram-micron-mt46h32m32lf-6.h"
......
...@@ -41,13 +41,13 @@ ...@@ -41,13 +41,13 @@
#include "common.h" #include "common.h"
#include <plat/gpmc.h> #include <plat/gpmc.h>
#include <plat/nand.h> #include <linux/platform_data/mtd-nand-omap2.h>
#include <plat/usb.h> #include <plat/usb.h>
#include <video/omapdss.h> #include <video/omapdss.h>
#include <video/omap-panel-generic-dpi.h> #include <video/omap-panel-generic-dpi.h>
#include <video/omap-panel-tfp410.h> #include <video/omap-panel-tfp410.h>
#include <plat/mcspi.h> #include <linux/platform_data/spi-omap2-mcspi.h>
#include <linux/input/matrix_keypad.h> #include <linux/input/matrix_keypad.h>
#include <linux/spi/spi.h> #include <linux/spi/spi.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <linux/mtd/nand.h> #include <linux/mtd/nand.h>
#include <linux/mmc/host.h> #include <linux/mmc/host.h>
#include <plat/mcspi.h> #include <linux/platform_data/spi-omap2-mcspi.h>
#include <linux/spi/spi.h> #include <linux/spi/spi.h>
#include <linux/spi/ads7846.h> #include <linux/spi/ads7846.h>
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
#include "common.h" #include "common.h"
#include <plat/gpmc.h> #include <plat/gpmc.h>
#include <plat/nand.h> #include <linux/platform_data/mtd-nand-omap2.h>
#include <plat/usb.h> #include <plat/usb.h>
#include "mux.h" #include "mux.h"
......
...@@ -37,6 +37,9 @@ ...@@ -37,6 +37,9 @@
#include <linux/mtd/partitions.h> #include <linux/mtd/partitions.h>
#include <linux/mmc/host.h> #include <linux/mmc/host.h>
#include <linux/platform_data/mtd-nand-omap2.h>
#include <linux/platform_data/spi-omap2-mcspi.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/flash.h> #include <asm/mach/flash.h>
...@@ -47,8 +50,6 @@ ...@@ -47,8 +50,6 @@
#include <video/omap-panel-generic-dpi.h> #include <video/omap-panel-generic-dpi.h>
#include <video/omap-panel-tfp410.h> #include <video/omap-panel-tfp410.h>
#include <plat/gpmc.h> #include <plat/gpmc.h>
#include <plat/nand.h>
#include <plat/mcspi.h>
#include <plat/usb.h> #include <plat/usb.h>
#include "mux.h" #include "mux.h"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#include <linux/regulator/fixed.h> #include <linux/regulator/fixed.h>
#include <linux/regulator/machine.h> #include <linux/regulator/machine.h>
#include <linux/regulator/consumer.h> #include <linux/regulator/consumer.h>
#include <linux/platform_data/mtd-onenand-omap2.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
...@@ -26,7 +27,6 @@ ...@@ -26,7 +27,6 @@
#include <plat/usb.h> #include <plat/usb.h>
#include <plat/gpmc.h> #include <plat/gpmc.h>
#include "common.h" #include "common.h"
#include <plat/onenand.h>
#include <plat/serial.h> #include <plat/serial.h>
#include "mux.h" #include "mux.h"
......
...@@ -25,13 +25,14 @@ ...@@ -25,13 +25,14 @@
#include <linux/gpio_keys.h> #include <linux/gpio_keys.h>
#include <linux/mmc/host.h> #include <linux/mmc/host.h>
#include <linux/power/isp1704_charger.h> #include <linux/power/isp1704_charger.h>
#include <linux/platform_data/spi-omap2-mcspi.h>
#include <linux/platform_data/mtd-onenand-omap2.h>
#include <asm/system_info.h> #include <asm/system_info.h>
#include <plat/mcspi.h>
#include "common.h" #include "common.h"
#include <plat/dma.h> #include <plat/dma.h>
#include <plat/gpmc.h> #include <plat/gpmc.h>
#include <plat/onenand.h>
#include <plat/gpmc-smc91x.h> #include <plat/gpmc-smc91x.h>
#include <mach/board-rx51.h> #include <mach/board-rx51.h>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <video/omapdss.h> #include <video/omapdss.h>
#include <plat/vram.h> #include <plat/vram.h>
#include <plat/mcspi.h> #include <linux/platform_data/spi-omap2-mcspi.h>
#include <mach/board-rx51.h> #include <mach/board-rx51.h>
......
...@@ -17,12 +17,12 @@ ...@@ -17,12 +17,12 @@
#include <linux/io.h> #include <linux/io.h>
#include <linux/gpio.h> #include <linux/gpio.h>
#include <linux/leds.h> #include <linux/leds.h>
#include <linux/platform_data/spi-omap2-mcspi.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <plat/mcspi.h>
#include "common.h" #include "common.h"
#include <plat/dma.h> #include <plat/dma.h>
#include <plat/gpmc.h> #include <plat/gpmc.h>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include <linux/gpio.h> #include <linux/gpio.h>
#include <linux/i2c/twl.h> #include <linux/i2c/twl.h>
#include <linux/spi/spi.h> #include <linux/spi/spi.h>
#include <plat/mcspi.h> #include <linux/platform_data/spi-omap2-mcspi.h>
#include <video/omapdss.h> #include <video/omapdss.h>
#include <mach/board-zoom.h> #include <mach/board-zoom.h>
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
#include <linux/spi/spi.h> #include <linux/spi/spi.h>
#include <linux/spi/ads7846.h> #include <linux/spi/ads7846.h>
#include <plat/mcspi.h> #include <linux/platform_data/spi-omap2-mcspi.h>
#include <plat/nand.h> #include <linux/platform_data/mtd-nand-omap2.h>
#include "common.h" #include "common.h"
#include "common-board-devices.h" #include "common-board-devices.h"
......
...@@ -384,7 +384,7 @@ static inline void omap_init_hdmi_audio(void) {} ...@@ -384,7 +384,7 @@ static inline void omap_init_hdmi_audio(void) {}
#if defined(CONFIG_SPI_OMAP24XX) || defined(CONFIG_SPI_OMAP24XX_MODULE) #if defined(CONFIG_SPI_OMAP24XX) || defined(CONFIG_SPI_OMAP24XX_MODULE)
#include <plat/mcspi.h> #include <linux/platform_data/spi-omap2-mcspi.h>
static int __init omap_mcspi_init(struct omap_hwmod *oh, void *unused) static int __init omap_mcspi_init(struct omap_hwmod *oh, void *unused)
{ {
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <plat/omap-pm.h> #include <plat/omap-pm.h>
#endif #endif
#include <plat/dsp.h> #include <linux/platform_data/dsp-omap.h>
static struct platform_device *omap_dsp_pdev; static struct platform_device *omap_dsp_pdev;
......
...@@ -13,10 +13,10 @@ ...@@ -13,10 +13,10 @@
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/io.h> #include <linux/io.h>
#include <linux/mtd/nand.h> #include <linux/mtd/nand.h>
#include <linux/platform_data/mtd-nand-omap2.h>
#include <asm/mach/flash.h> #include <asm/mach/flash.h>
#include <plat/nand.h>
#include <plat/gpmc.h> #include <plat/gpmc.h>
#include "soc.h" #include "soc.h"
......
...@@ -15,10 +15,10 @@ ...@@ -15,10 +15,10 @@
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/mtd/onenand_regs.h> #include <linux/mtd/onenand_regs.h>
#include <linux/io.h> #include <linux/io.h>
#include <linux/platform_data/mtd-onenand-omap2.h>
#include <asm/mach/flash.h> #include <asm/mach/flash.h>
#include <plat/onenand.h>
#include <plat/gpmc.h> #include <plat/gpmc.h>
#include "soc.h" #include "soc.h"
......
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
#include <linux/io.h> #include <linux/io.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/platform_data/asoc-ti-mcbsp.h>
#include <plat/dma.h> #include <plat/dma.h>
#include <plat/mcbsp.h>
#include <plat/omap_device.h> #include <plat/omap_device.h>
#include <linux/pm_runtime.h> #include <linux/pm_runtime.h>
......
...@@ -12,11 +12,12 @@ ...@@ -12,11 +12,12 @@
* XXX handle crossbar/shared link difference for L3? * XXX handle crossbar/shared link difference for L3?
* XXX these should be marked initdata for multi-OMAP kernels * XXX these should be marked initdata for multi-OMAP kernels
*/ */
#include <linux/platform_data/spi-omap2-mcspi.h>
#include <plat/omap_hwmod.h> #include <plat/omap_hwmod.h>
#include <plat/dma.h> #include <plat/dma.h>
#include <plat/serial.h> #include <plat/serial.h>
#include <plat/i2c.h> #include <plat/i2c.h>
#include <plat/mcspi.h>
#include <plat/dmtimer.h> #include <plat/dmtimer.h>
#include <plat/l3_2xxx.h> #include <plat/l3_2xxx.h>
#include <plat/l4_2xxx.h> #include <plat/l4_2xxx.h>
......
...@@ -12,12 +12,13 @@ ...@@ -12,12 +12,13 @@
* XXX handle crossbar/shared link difference for L3? * XXX handle crossbar/shared link difference for L3?
* XXX these should be marked initdata for multi-OMAP kernels * XXX these should be marked initdata for multi-OMAP kernels
*/ */
#include <linux/platform_data/asoc-ti-mcbsp.h>
#include <linux/platform_data/spi-omap2-mcspi.h>
#include <plat/omap_hwmod.h> #include <plat/omap_hwmod.h>
#include <plat/dma.h> #include <plat/dma.h>
#include <plat/serial.h> #include <plat/serial.h>
#include <plat/i2c.h> #include <plat/i2c.h>
#include <plat/mcbsp.h>
#include <plat/mcspi.h>
#include <plat/dmtimer.h> #include <plat/dmtimer.h>
#include <plat/mmc.h> #include <plat/mmc.h>
#include <plat/l3_2xxx.h> #include <plat/l3_2xxx.h>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include <linux/platform_data/gpio-omap.h> #include <linux/platform_data/gpio-omap.h>
#include <plat/dma.h> #include <plat/dma.h>
#include <plat/dmtimer.h> #include <plat/dmtimer.h>
#include <plat/mcspi.h> #include <linux/platform_data/spi-omap2-mcspi.h>
#include "omap_hwmod_common_data.h" #include "omap_hwmod_common_data.h"
#include "cm-regbits-24xx.h" #include "cm-regbits-24xx.h"
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
#include <plat/l4_3xxx.h> #include <plat/l4_3xxx.h>
#include <plat/i2c.h> #include <plat/i2c.h>
#include <plat/mmc.h> #include <plat/mmc.h>
#include <plat/mcbsp.h> #include <linux/platform_data/asoc-ti-mcbsp.h>
#include <plat/mcspi.h> #include <linux/platform_data/spi-omap2-mcspi.h>
#include <plat/dmtimer.h> #include <plat/dmtimer.h>
#include <mach/am35xx.h> #include <mach/am35xx.h>
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
#include <plat/omap_hwmod.h> #include <plat/omap_hwmod.h>
#include <plat/i2c.h> #include <plat/i2c.h>
#include <plat/dma.h> #include <plat/dma.h>
#include <plat/mcspi.h> #include <linux/platform_data/spi-omap2-mcspi.h>
#include <plat/mcbsp.h> #include <linux/platform_data/asoc-ti-mcbsp.h>
#include <plat/mmc.h> #include <plat/mmc.h>
#include <plat/dmtimer.h> #include <plat/dmtimer.h>
#include <plat/common.h> #include <plat/common.h>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include <linux/err.h> #include <linux/err.h>
#include <plat/voltage.h> #include <linux/platform_data/voltage-omap.h>
#include "vc.h" #include "vc.h"
#include "vp.h" #include "vp.h"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include <plat/common.h> #include <plat/common.h>
#include <plat/vram.h> #include <plat/vram.h>
#include <plat/dsp.h> #include <linux/platform_data/dsp-omap.h>
#include <plat/dma.h> #include <plat/dma.h>
#include <plat/omap-secure.h> #include <plat/omap-secure.h>
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/gpio.h> #include <linux/gpio.h>
#include <linux/platform_data/gpio-omap.h> #include <linux/platform_data/gpio-omap.h>
#include <plat/keypad.h> #include <linux/platform_data/keypad-omap.h>
#undef NEW_BOARD_LEARNING_MODE #undef NEW_BOARD_LEARNING_MODE
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <plat/dma.h> #include <plat/dma.h>
#include <plat/gpmc.h> #include <plat/gpmc.h>
#include <plat/nand.h> #include <linux/platform_data/mtd-nand-omap2.h>
#define DRIVER_NAME "omap2-nand" #define DRIVER_NAME "omap2-nand"
#define OMAP_NAND_TIMEOUT_MS 5000 #define OMAP_NAND_TIMEOUT_MS 5000
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include <asm/mach/flash.h> #include <asm/mach/flash.h>
#include <plat/gpmc.h> #include <plat/gpmc.h>
#include <plat/onenand.h> #include <linux/platform_data/mtd-onenand-omap2.h>
#include <asm/gpio.h> #include <asm/gpio.h>
#include <plat/dma.h> #include <plat/dma.h>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <linux/remoteproc.h> #include <linux/remoteproc.h>
#include <plat/mailbox.h> #include <plat/mailbox.h>
#include <plat/remoteproc.h> #include <linux/platform_data/remoteproc-omap.h>
#include "omap_remoteproc.h" #include "omap_remoteproc.h"
#include "remoteproc_internal.h" #include "remoteproc_internal.h"
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
#include <linux/spi/spi.h> #include <linux/spi/spi.h>
#include <plat/clock.h> #include <plat/clock.h>
#include <plat/mcspi.h> #include <linux/platform_data/spi-omap2-mcspi.h>
#define OMAP2_MCSPI_MAX_FREQ 48000000 #define OMAP2_MCSPI_MAX_FREQ 48000000
#define SPI_AUTOSUSPEND_TIMEOUT 2000 #define SPI_AUTOSUSPEND_TIMEOUT 2000
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
/* ----------------------------------- Host OS */ /* ----------------------------------- Host OS */
#include <dspbridge/host_os.h> #include <dspbridge/host_os.h>
#include <plat/dmtimer.h> #include <plat/dmtimer.h>
#include <plat/mcbsp.h> #include <linux/platform_data/asoc-ti-mcbsp.h>
/* ----------------------------------- DSP/BIOS Bridge */ /* ----------------------------------- DSP/BIOS Bridge */
#include <dspbridge/dbdefs.h> #include <dspbridge/dbdefs.h>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/ */
#include <plat/dsp.h> #include <linux/platform_data/dsp-omap.h>
#include <linux/types.h> #include <linux/types.h>
/* ----------------------------------- Host OS */ /* ----------------------------------- Host OS */
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
/* ----------------------------------- Host OS */ /* ----------------------------------- Host OS */
#include <dspbridge/host_os.h> #include <dspbridge/host_os.h>
#include <plat/dsp.h> #include <linux/platform_data/dsp-omap.h>
/* ----------------------------------- DSP/BIOS Bridge */ /* ----------------------------------- DSP/BIOS Bridge */
#include <dspbridge/dbdefs.h> #include <dspbridge/dbdefs.h>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/ */
#include <plat/dsp.h> #include <linux/platform_data/dsp-omap.h>
/* ----------------------------------- DSP/BIOS Bridge */ /* ----------------------------------- DSP/BIOS Bridge */
#include <dspbridge/dbdefs.h> #include <dspbridge/dbdefs.h>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/ */
#include <plat/dsp.h> #include <linux/platform_data/dsp-omap.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <linux/spi/spi.h> #include <linux/spi/spi.h>
#include <linux/module.h> #include <linux/module.h>
#include <plat/lcd_mipid.h> #include <linux/platform_data/lcd-mipid.h>
#include "omapfb.h" #include "omapfb.h"
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <linux/types.h> #include <linux/types.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <plat/voltage.h> #include <linux/platform_data/voltage-omap.h>
/* /*
* Different Smartreflex IPs version. The v1 is the 65nm version used in * Different Smartreflex IPs version. The v1 is the 65nm version used in
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/gpio.h> #include <mach/gpio.h>
#include <plat/mcbsp.h> #include <linux/platform_data/asoc-ti-mcbsp.h>
#include "omap-mcbsp.h" #include "omap-mcbsp.h"
#include "omap-pcm.h" #include "omap-pcm.h"
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <plat/board-ams-delta.h> #include <plat/board-ams-delta.h>
#include <plat/mcbsp.h> #include <linux/platform_data/asoc-ti-mcbsp.h>
#include "omap-mcbsp.h" #include "omap-mcbsp.h"
#include "omap-pcm.h" #include "omap-pcm.h"
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/gpio.h> #include <mach/gpio.h>
#include <plat/mcbsp.h> #include <linux/platform_data/asoc-ti-mcbsp.h>
#include "omap-mcbsp.h" #include "omap-mcbsp.h"
#include "omap-pcm.h" #include "omap-pcm.h"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <linux/io.h> #include <linux/io.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <plat/mcbsp.h> #include <linux/platform_data/asoc-ti-mcbsp.h>
#include <plat/cpu.h> #include <plat/cpu.h>
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <mach/hardware.h> #include <mach/hardware.h>
#include <linux/gpio.h> #include <linux/gpio.h>
#include <linux/module.h> #include <linux/module.h>
#include <plat/mcbsp.h> #include <linux/platform_data/asoc-ti-mcbsp.h>
#include "omap-mcbsp.h" #include "omap-mcbsp.h"
#include "omap-pcm.h" #include "omap-pcm.h"
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include <plat/cpu.h> #include <plat/cpu.h>
#include <plat/dma.h> #include <plat/dma.h>
#include <plat/mcbsp.h> #include <linux/platform_data/asoc-ti-mcbsp.h>
#include "mcbsp.h" #include "mcbsp.h"
#include "omap-mcbsp.h" #include "omap-mcbsp.h"
#include "omap-pcm.h" #include "omap-pcm.h"
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/gpio.h> #include <mach/gpio.h>
#include <plat/mcbsp.h> #include <linux/platform_data/asoc-ti-mcbsp.h>
#include "omap-mcbsp.h" #include "omap-mcbsp.h"
#include "omap-pcm.h" #include "omap-pcm.h"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/gpio.h> #include <mach/gpio.h>
#include <plat/mcbsp.h> #include <linux/platform_data/asoc-ti-mcbsp.h>
#include "omap-mcbsp.h" #include "omap-mcbsp.h"
#include "omap-pcm.h" #include "omap-pcm.h"
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <sound/soc.h> #include <sound/soc.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <plat/mcbsp.h> #include <linux/platform_data/asoc-ti-mcbsp.h>
#include "omap-mcbsp.h" #include "omap-mcbsp.h"
#include "omap-pcm.h" #include "omap-pcm.h"
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <mach/hardware.h> #include <mach/hardware.h>
#include <linux/gpio.h> #include <linux/gpio.h>
#include <linux/module.h> #include <linux/module.h>
#include <plat/mcbsp.h> #include <linux/platform_data/asoc-ti-mcbsp.h>
#include "omap-mcbsp.h" #include "omap-mcbsp.h"
#include "omap-pcm.h" #include "omap-pcm.h"
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/gpio.h> #include <mach/gpio.h>
#include <plat/mcbsp.h> #include <linux/platform_data/asoc-ti-mcbsp.h>
#include "omap-mcbsp.h" #include "omap-mcbsp.h"
#include "omap-pcm.h" #include "omap-pcm.h"
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <sound/jack.h> #include <sound/jack.h>
#include <sound/pcm.h> #include <sound/pcm.h>
#include <sound/soc.h> #include <sound/soc.h>
#include <plat/mcbsp.h> #include <linux/platform_data/asoc-ti-mcbsp.h>
#include "../codecs/tpa6130a2.h" #include "../codecs/tpa6130a2.h"
#include <asm/mach-types.h> #include <asm/mach-types.h>
......
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/gpio.h> #include <mach/gpio.h>
#include <plat/mcbsp.h>
#include <linux/platform_data/gpio-omap.h> #include <linux/platform_data/gpio-omap.h>
#include <linux/platform_data/asoc-ti-mcbsp.h>
/* Register descriptions for twl4030 codec part */ /* Register descriptions for twl4030 codec part */
#include <linux/mfd/twl4030-audio.h> #include <linux/mfd/twl4030-audio.h>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/gpio.h> #include <mach/gpio.h>
#include <mach/board-zoom.h> #include <mach/board-zoom.h>
#include <plat/mcbsp.h> #include <linux/platform_data/asoc-ti-mcbsp.h>
/* Register descriptions for twl4030 codec part */ /* Register descriptions for twl4030 codec part */
#include <linux/mfd/twl4030-audio.h> #include <linux/mfd/twl4030-audio.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment