diff options
author | Eddie Cai | 2017-12-15 08:17:10 +0800 |
---|---|---|
committer | Marek Vasut | 2018-01-10 11:11:05 +0100 |
commit | bf2b72bef14b0ad47337e1636434aefc7ebb67f8 (patch) | |
tree | d4966b9c55d6ff3d9fd13545f043da62fa1d9369 /MAINTAINERS | |
parent | f4f9896ac310402de0e4f5d2c15a93cb89425aca (diff) |
usb: rockchip: add the rockusb gadget
this patch implement rockusb protocol on the device side. this is based on
USB download gadget infrastructure. the rockusb function implements the rd,
wl, rid commands. it can work with rkdeveloptool
Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e950267494a..baf2beb00c0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -488,6 +488,11 @@ S: Maintained T: git git://git.denx.de/u-boot-usb.git topic-xhci F: drivers/usb/host/xhci* +ROCKUSB +M: Eddie Cai <eddie.cai.linux@gmail.com> +S: Maintained +F: drivers/usb/gadget/f_rockusb.c + VIDEO M: Anatolij Gustschin <agust@denx.de> S: Maintained |