]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: move isp1301_omap to drivers/usb/otg
authorDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 24 Nov 2008 19:53:35 +0000 (11:53 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Jan 2009 18:00:02 +0000 (10:00 -0800)
commitb8da8677d4f88db066c1cfe34529d970a060de46
tree2a3ecc830e655c63dd9fa9dc69959fcdb77a513a
parentea99ecfdc81266e61f4445c1830315a65eb8175a
USB: move isp1301_omap to drivers/usb/otg

This moves the isp1301-omap driver from the drivers/i2c/chips
directory (which will be shrinking) into a new drivers/usb/otg
directory (which will grow, with more drivers and utilities).

Note that OTG infrastructure needs to be initialized before
either host or peripheral side USB support, and may be needed
before for pure host or pure peripheral configurations.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/Makefile
drivers/i2c/chips/Kconfig
drivers/i2c/chips/Makefile
drivers/usb/Kconfig
drivers/usb/otg/Kconfig [new file with mode: 0644]
drivers/usb/otg/Makefile [new file with mode: 0644]
drivers/usb/otg/isp1301_omap.c [moved from drivers/i2c/chips/isp1301_omap.c with 100% similarity]