]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit - drivers/Makefile
move drivers/i2c/chips/isp1301-omap.c
authorDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 1 Dec 2008 21:15:53 +0000 (13:15 -0800)
committerTony Lindgren <tony@atomide.com>
Mon, 15 Dec 2008 19:10:18 +0000 (11:10 -0800)
commit340f364c7b604b4b0513ba0d610d1ed528400f39
tree939956243ad604b185265dc9c903eb0615c8d8e8
parentfaf3bffe092ae302fbb7e18655c70c8d26c692d2
move drivers/i2c/chips/isp1301-omap.c

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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
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]