aboutsummaryrefslogtreecommitdiff
path: root/common/dfu.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06common: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-09-15dfu: Use plain udevice for UDC controller interactionMarek Vasut1-7/+8
2023-09-15dfu: Detach the controller on errorMarek Vasut1-1/+3
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-1/+1
2021-01-31dfu: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski1-0/+3
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: 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-27cmd: dfu: Add error handling for failed registrationSanchayan Maity1-1/+6
2016-09-27common: dfu: saperate the dfu common functionalityB, Ravi1-0/+87