ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h>
authorFelipe Balbi <balbi@ti.com>
Wed, 24 Oct 2012 21:26:19 +0000 (14:26 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 24 Oct 2012 21:26:55 +0000 (14:26 -0700)
commite8c4a7acc9ec0ee82feedcdc3c6d0ee44d67918a
treeaac78f4e5855a3e1790b76d07d406665318ab05b
parent54db6eee06b51278a79e007765151fb5e71c370c
ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h>

In order to make single zImage work for ARM architecture,
we need to make sure we don't depend on private headers.

Move USB platform_data to <linux/platform_data/omap-usb.h>
and add a minimal drivers/mfd/usb-omap.h.

Cc: Samuel Ortiz <sameo@linux.intel.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Partha Basak <parthab@india.ti.com>
Cc: Keshava Munegowda <keshava_mgowda@ti.com>
Cc: linux-usb@vger.kernel.org
Signed-off-by: Felipe Balbi <balbi@ti.com>
[tony@atomide.com: updated for local mfd/usb-omap.h]
Signed-off-by: Tony Lindgren <tony@atomide.com>
18 files changed:
arch/arm/mach-omap2/board-4430sdp.c
arch/arm/mach-omap2/board-am3517evm.c
arch/arm/mach-omap2/board-omap3evm.c
arch/arm/mach-omap2/board-omap4panda.c
arch/arm/mach-omap2/board-rx51.c
arch/arm/mach-omap2/board-ti8168evm.c
arch/arm/mach-omap2/usb-tusb6010.c
arch/arm/mach-omap2/usb.h
arch/arm/plat-omap/include/plat/usb.h [deleted file]
drivers/mfd/omap-usb-host.c
drivers/mfd/omap-usb-tll.c
drivers/mfd/omap-usb.h [new file with mode: 0644]
drivers/usb/host/ehci-omap.c
drivers/usb/host/ohci-omap3.c
drivers/usb/musb/am35x.c
drivers/usb/musb/musb_dsps.c
drivers/usb/musb/omap2430.h
include/linux/platform_data/usb-omap.h [new file with mode: 0644]
This page took 0.028354 seconds and 5 git commands to generate.