usb: musb: ux500: move the MUSB HDRC configuration into the driver
authorLee Jones <lee.jones@linaro.org>
Wed, 15 May 2013 09:51:44 +0000 (10:51 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 4 Jun 2013 09:12:03 +0000 (11:12 +0200)
commita20b1b791e42d84dedd5854b60abb841ec1a7585
tree11d87211322d84f3e5fb4d88eefd7ff986b4312d
parentbe2dbb09a014cba5691c8483ad2d0747d3eeb514
usb: musb: ux500: move the MUSB HDRC configuration into the driver

The MUSB HDRC configuration never changes between each of the ux500
supported platforms, so there's little point passing it though platform
data. If we set it in the driver instead, we can make good use of it
when booting with either ATAGs or Device Tree.

Cc: linux-usb@vger.kernel.org
Acked-by: Felipe Balbi <balbi@ti.com>
Acked-by: Fabio Baltieri <fabio.baltieri@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/usb.c
drivers/usb/musb/ux500.c