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>
Fri, 10 Dec 2010 08:21:21 +0000 (10:21 +0200)
commite6480faa1067af91ab403fd3aaf6db2fe1134b13
treea9f1d5ffe63228016baa0f752e1c5a9fa804132b
parente110de4d5358f2e67c333d23d608cbabe26b6220
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