summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/f_rockusb.c
Commit message (Expand)AuthorAgeFilesLines
* Remove #include <version.h> from files which do not need itPali Rohár2021-09-171-1/+0
* f_rockusb: Avoid use-after-free in the global pointer variableAndy Shevchenko2021-01-311-1/+2
* f_rockusb: Use NULL instead of 0 for pointersAndy Shevchenko2021-01-311-2/+2
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* rockchip: use 'arch-rockchip' as header file pathKever Yang2019-05-011-1/+1
* usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of 512 bytesAlberto Panizzo2018-08-081-18/+21
* usb: rockchip: fix printing csw debug infoAlberto Panizzo2018-08-081-1/+1
* usb: rockchip: be quiet on serial port while transferring dataAlberto Panizzo2018-08-081-2/+2
* usb: rockchip: implement K_FW_LBA_ERASE_10 commandAlberto Panizzo2018-08-081-0/+48
* usb: rockchip: implement K_FW_LBA_READ_10 commandAlberto Panizzo2018-08-081-1/+103
* usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER commandAlberto Panizzo2018-08-081-1/+43
* usb: rockchip: fix command failed on host side due to missing dataAlberto Panizzo2018-08-081-2/+20
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* usb: rockchip: remove duplicate assignement.Heinrich Schuchardt2018-03-281-1/+0
* usb: rockchip: add the rockusb gadgetEddie Cai2018-01-101-0/+718