]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit689736992018d105d262751bfaac9b462a516080
tree3312107b1fd0d0445eecd079169f5def480fb4fb
parent99356ae42bf3149cedb758ec7e98fa9173dadd20
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]