summaryrefslogtreecommitdiff
path: root/common/dfu.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-31dfu: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski1-0/+3
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-01-07dfu: Add optional timeout parameterAndy Shevchenko1-0/+17
2018-12-07usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot1-3/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-3/+3
2017-05-12common: dfu: ignore reset for spl-dfuB, Ravi1-1/+1
2016-11-03cmd: dfu: Add error handling for board_usb_initMichal Simek1-1/+5
2016-09-28cmd: dfu: Add error handling for failed registrationSanchayan Maity1-1/+6
2016-09-28common: dfu: saperate the dfu common functionalityB, Ravi1-0/+87