usb: m66592-udc platform data on_chip support
authorMagnus Damm <damm@igel.co.jp>
Wed, 22 Jul 2009 14:41:35 +0000 (14:41 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 23 Jul 2009 04:04:15 +0000 (13:04 +0900)
commit2c59b0b70b9d5d61c726f179724660c4c2423f31
treedc7629d1ed0627f3651669d8b483f88a8cd4955e
parentcf4f1e76c49dacfde0680b170b9a9b6a42f296bb
usb: m66592-udc platform data on_chip support

Convert the m66592-udc driver to use the on_chip flag
from platform data to enable on chip behaviour instead
of relying on CONFIG_SUPERH_BUILT_IN_M66592 ugliness.

This makes the code cleaner and also allows us to support
both external and internal m66592 with the same kernel.

It also makes the Kconfig part more future proof since
we with this patch can add support for new processors
with on-chip m66592 without modifying the Kconfig.

The patch adds a m66592 header file for platform data
and ties in platform data to the existing m66592 devices.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/mach-highlander/setup.c
arch/sh/boards/mach-x3proto/setup.c
arch/sh/kernel/cpu/sh4a/setup-sh7722.c
drivers/usb/gadget/Kconfig
drivers/usb/gadget/m66592-udc.c
drivers/usb/gadget/m66592-udc.h
include/linux/usb/m66592.h [new file with mode: 0644]