summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/f_rockusb.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-17Remove #include <version.h> from files which do not need itPali Rohár1-1/+0
2021-01-31f_rockusb: Avoid use-after-free in the global pointer variableAndy Shevchenko1-1/+2
2021-01-31f_rockusb: Use NULL instead of 0 for pointersAndy Shevchenko1-2/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang1-1/+1
2018-08-08usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of 512 bytesAlberto Panizzo1-18/+21
2018-08-08usb: rockchip: fix printing csw debug infoAlberto Panizzo1-1/+1
2018-08-08usb: rockchip: be quiet on serial port while transferring dataAlberto Panizzo1-2/+2
2018-08-08usb: rockchip: implement K_FW_LBA_ERASE_10 commandAlberto Panizzo1-0/+48
2018-08-08usb: rockchip: implement K_FW_LBA_READ_10 commandAlberto Panizzo1-1/+103
2018-08-08usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER commandAlberto Panizzo1-1/+43
2018-08-08usb: rockchip: fix command failed on host side due to missing dataAlberto Panizzo1-2/+20
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-29usb: rockchip: remove duplicate assignement.Heinrich Schuchardt1-1/+0
2018-01-10usb: rockchip: add the rockusb gadgetEddie Cai1-0/+718