]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: gadget: fsl_mxc_udc: replace MX35_IO_ADDRESS to ioremap
authorPeter Chen <peter.chen@freescale.com>
Thu, 17 Jan 2013 10:03:16 +0000 (18:03 +0800)
committerFelipe Balbi <balbi@ti.com>
Fri, 18 Jan 2013 12:08:21 +0000 (14:08 +0200)
commitc2c9caa94748657ac8b47428ef4e95ccb646cea7
treed7832f85b833db082a70a7068f01f8dababd9cdf
parentf0ea8834df058371d1e59012d4a67488429fb4a2
usb: gadget: fsl_mxc_udc: replace MX35_IO_ADDRESS to ioremap

As mach/hardware.h is deleted, we can't visit platform code at driver.
It has no phy driver to combine with this controller, so it has to use
ioremap to map phy address as a workaround.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/fsl_mxc_udc.c
drivers/usb/gadget/fsl_udc_core.c
drivers/usb/gadget/fsl_usb2_udc.h