]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
musb_hdrc, more runtime code shrinkage
authorDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 18 Jan 2007 19:40:27 +0000 (11:40 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 18 Jan 2007 19:40:27 +0000 (11:40 -0800)
commitc16a1cc22975200183797bbe238e614255255ef0
treeb8710f6472631cdf5c818edd436c5a9206f2114e
parent94ceb9b3dbb8d8a2f0c7a28a070b9f2636a97508
musb_hdrc, more runtime code shrinkage

Remove the annoying "singleton object" dma controller factory in favor
of a simpler scheme of direct calls to routines creating and destroying
those controller objects.  Init routines now live in the init section,
shrinking the runtime footprint by a bit.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
drivers/usb/musb/cppi_dma.c
drivers/usb/musb/dma.h
drivers/usb/musb/musbhsdma.c
drivers/usb/musb/plat_uds.c
drivers/usb/musb/tusb6010_omap.c