]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: gadget: add Faraday fotg210_udc driver
authorYuan-Hsin Chen <yhchen@faraday-tech.com>
Thu, 30 May 2013 15:41:01 +0000 (15:41 +0000)
committerFelipe Balbi <balbi@ti.com>
Mon, 10 Jun 2013 14:58:11 +0000 (17:58 +0300)
commitb84a8dee23fd41600a8aebcba1410b5bb5b3bdeb
treebebee88088e7a76c79c81c0a2808665f6ea123e6
parentb3df2faacb40da7d9c4ed1a0b5304cf346e46ca0
usb: gadget: add Faraday fotg210_udc driver

Faraday fotg210 udc driver supports only Bulk transfer so far.
fotg210 could be configured as an USB2.0 peripheral.

This driver is tested with mass storage gadget driver on Faraday
EVB a369.

Signed-off-by: Yuan-Hsin Chen <yhchen@faraday-tech.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/Kconfig
drivers/usb/gadget/Makefile
drivers/usb/gadget/fotg210-udc.c [new file with mode: 0644]
drivers/usb/gadget/fotg210.h [new file with mode: 0644]