usb: musb: da8xx: give it a context structure
authorFelipe Balbi <balbi@ti.com>
Thu, 2 Dec 2010 07:40:34 +0000 (09:40 +0200)
committerFelipe Balbi <balbi@ti.com>
Thu, 2 Dec 2010 10:46:25 +0000 (12:46 +0200)
commitc6cc0b629054331c93fb895b80267de78e88503b
treea72225a97eef685205f07f70f770aa41a7eceb4f
parent917e726cba44da4b07a51c98e576578d51f7bf80
usb: musb: da8xx: give it a context structure

that structure currently only holds a device
pointer to our own platform_device and musb's
platform_device, but soon it will hold pointers
to our clock structures and glue-specific bits
and pieces.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/da8xx.c