summaryrefslogtreecommitdiff
path: root/common/spl/spl_sdp.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-01sdp: call board_usb_init at spl_sdp_load_imageFrank Li1-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-03spl: sdp: Add DM gadget support for sdpSherry Sun1-2/+2
2020-05-03spl: sdp: Add a callback to clean up USB driverYe Li1-0/+1
2020-05-03spl: sdp: Add CONFIG_SPL_SDP_USB_DEV for USB deviceYe Li1-2/+2
2020-05-03spl: sdp: call board_usb_init at spl_sdp_load_imageFrank Li1-0/+2
2019-06-28Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-4/+8
2019-06-27usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDPFrieder Schrempf1-4/+8
2019-06-14usb: gadget: error out if g_dnl registration failsSjoerd Simons1-1/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-02-21usb: gadget: sdp: add missing line breaksAndre Heider1-2/+2
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-2/+2
2017-08-23spl: add serial download protocol (SDP) supportStefan Agner1-0/+37