]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: rockchip: add the rockusb gadget
authorEddie Cai <eddie.cai.linux@gmail.com>
Fri, 15 Dec 2017 00:17:10 +0000 (08:17 +0800)
committerMarek Vasut <marex@denx.de>
Wed, 10 Jan 2018 10:11:05 +0000 (11:11 +0100)
commitbf2b72bef14b0ad47337e1636434aefc7ebb67f8
treed4966b9c55d6ff3d9fd13545f043da62fa1d9369
parentf4f9896ac310402de0e4f5d2c15a93cb89425aca
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>
MAINTAINERS
arch/arm/include/asm/arch-rockchip/f_rockusb.h [new file with mode: 0644]
drivers/usb/gadget/Kconfig
drivers/usb/gadget/Makefile
drivers/usb/gadget/f_rockusb.c [new file with mode: 0644]