usb: musb: am35x: give it a context structure
authorFelipe Balbi <balbi@ti.com>
Thu, 2 Dec 2010 07:33:24 +0000 (09:33 +0200)
committerFelipe Balbi <balbi@ti.com>
Thu, 2 Dec 2010 10:46:22 +0000 (12:46 +0200)
commit2c8ac98b0d97a84265e0a02bf072e852a582a6a2
tree90c854f6f3791e6e9dfeedb78fe32c603b3b0282
parente127699ed3b821b5079bfc447832b818a6cfcd3c
usb: musb: am35x: 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/am35x.c