diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-04-27 02:59:44 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-05-02 13:25:56 -0400 |
commit | b02b371e6d14961ad458ca9d88b30eefef77003d (patch) | |
tree | 3312107b1fd0d0445eecd079169f5def480fb4fb /MAINTAINERS | |
parent | d6f945044ee3b91a170183e8e34c3db29696d9b8 (diff) |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cae9001a670d..93547d3d04b9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4051,6 +4051,12 @@ L: linux-usb@vger.kernel.org | |||
4051 | S: Maintained | 4051 | S: Maintained |
4052 | W: http://www.kroah.com/linux-usb/ | 4052 | W: http://www.kroah.com/linux-usb/ |
4053 | 4053 | ||
4054 | USB CYPRESS C67X00 DRIVER | ||
4055 | P: Peter Korsgaard | ||
4056 | M: jacmet@sunsite.dk | ||
4057 | L: linux-usb@vger.kernel.org | ||
4058 | S: Maintained | ||
4059 | |||
4054 | USB DAVICOM DM9601 DRIVER | 4060 | USB DAVICOM DM9601 DRIVER |
4055 | P: Peter Korsgaard | 4061 | P: Peter Korsgaard |
4056 | M: jacmet@sunsite.dk | 4062 | M: jacmet@sunsite.dk |