summaryrefslogtreecommitdiffstats
path: root/common/spl/spl_sdp.c
Commit message (Expand)AuthorAgeFilesLines
* sdp: call board_usb_init at spl_sdp_load_imageFrank Li2020-09-011-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* spl: sdp: Add DM gadget support for sdpSherry Sun2020-05-031-2/+2
* spl: sdp: Add a callback to clean up USB driverYe Li2020-05-031-0/+1
* spl: sdp: Add CONFIG_SPL_SDP_USB_DEV for USB deviceYe Li2020-05-031-2/+2
* spl: sdp: call board_usb_init at spl_sdp_load_imageFrank Li2020-05-031-0/+2
* Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-06-281-4/+8
|\
| * usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDPFrieder Schrempf2019-06-271-4/+8
* | usb: gadget: error out if g_dnl registration failsSjoerd Simons2019-06-141-1/+5
|/
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* usb: gadget: sdp: add missing line breaksAndre Heider2018-02-211-2/+2
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-2/+2
* spl: add serial download protocol (SDP) supportStefan Agner2017-08-231-0/+37