USB: add Cypress c67x00 OTG controller core driver
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 27 Apr 2008 06:59:44 +0000 (08:59 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 2 May 2008 17:25:56 +0000 (10:25 -0700)
commitb02b371e6d14961ad458ca9d88b30eefef77003d
tree3312107b1fd0d0445eecd079169f5def480fb4fb
parentd6f945044ee3b91a170183e8e34c3db29696d9b8
USB: add Cypress c67x00 OTG controller core driver

This patch add the core driver for the c67x00 USB OTG controller.  The core
driver is responsible for the platform bus binding and creating either
USB HCD or USB Gadget instances for each of the serial interface engines
on the chip.

This driver does not directly implement the HCD or gadget behaviours; it
just controls access to the chip.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
MAINTAINERS
drivers/usb/c67x00/c67x00-drv.c [new file with mode: 0644]
include/linux/usb/c67x00.h [new file with mode: 0644]