summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_fastboot.c
Commit message (Expand)AuthorAgeFilesLines
* fastboot: add UUU command UCmd and ACmd supportHeiko Schocher2021-02-261-0/+17
* usb: gadget: fastboot: use correct max packet sizeLi Jun2021-01-311-1/+1
* usb: fastboot: add super speed supportLi Jun2021-01-311-3/+44
* usb: gadget: fastboot: add ext properties for WCIDLi Jun2021-01-311-0/+34
* f_fastboot: Avoid use-after-free in the global pointer variableAndy Shevchenko2021-01-311-1/+1
* fastboot: Fix fastboot reboot fail by changing functions orderyurii.pidhornyi2020-09-011-2/+2
* fastboot: Add support for 'reboot fastboot' commandRoman Kovalivskyi2020-09-011-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-0/+1
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* usb: fastboot: Convert USB f_fastboot to shared fastbootAlex Kiernan2018-05-301-281/+37
* fastboot: Rename public fb_ functions to fastboot_Alex Kiernan2018-05-301-6/+6
* fastboot: Extract common definitions from USB fastbootAlex Kiernan2018-05-301-2/+0
* fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan2018-05-301-6/+1
* fastboot: Correct dependencies in FASTBOOT_FLASHAlex Kiernan2018-05-301-7/+7
* fastboot: Extract fastboot_okay/fail to fb_common.cAlex Kiernan2018-05-301-13/+0
* fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan2018-05-301-22/+13
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-5/+5
* fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as longTom Rini2017-08-221-1/+1
* fastboot: avoid printing invalid dataJohn Keeping2017-08-211-1/+1
* Fix fastboot boot addressPeter Chubb2017-08-211-1/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-3/+3
* usb: gadget: avoid variable name clipping in cb_getvarnicolas.le.bayon@st.com2017-05-111-2/+10
* fastboot: sparse: resync common/image-sparse.c (part 2)Steve Rae2016-06-271-12/+19
* fastboot: sparse: remove session-id logicSteve Rae2016-06-271-14/+2
* fastboot: Clean up bulk-out logicRoger Quadros2016-04-251-27/+23
* fastboot: Enable the respective speed endpoints at runtimeRoger Quadros2016-04-251-7/+17
* fastboot: Fix wMaxPacketSize for High-Speed IN endpointRoger Quadros2016-04-251-9/+27
* fastboot: allow retrieving fastboot variables from envRob Herring2016-04-011-2/+10
* fastboot: update error and warning messagesSteve Rae2016-02-241-5/+5
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-141-3/+3
* fastboot: Implement NAND backendMaxime Ripard2015-11-121-0/+11
* fastboot: Implement flashing session counterMaxime Ripard2015-11-121-1/+13
* fastboot: Move fastboot response functions to fastboot coreMaxime Ripard2015-11-121-8/+19
* fastboot: Implement OEM format only when we have MMC supportMaxime Ripard2015-10-201-1/+1
* usb: CONFIG_USB_FASTBOOT prefix replacement for consistencyPaul Kocialkowski2015-07-221-4/+4
* usb: gadget: fastboot: Dequeue the previous IN request for the current requestPaul Kocialkowski2015-07-221-0/+3
* usb: gadget: fastboot: Request status and length check in rx handlerPaul Kocialkowski2015-07-221-5/+6
* fastboot: add support for reboot-bootloader commandAlexey Firago2015-04-141-0/+13
* usb: gadget: fastboot: Set the Serial Number for Fastboot GadgetDileep Katta2015-02-251-0/+5
* fastboot: OUT transaction length must be aligned to wMaxPacketSizeDileep Katta2015-02-251-5/+22
* usb: gadget: fastboot: Add fastboot eraseDileep Katta2015-02-251-0/+25
* fastboot: add support for "oem format" commandRob Herring2015-02-251-0/+11
* fastboot: add "fastboot oem" command supportMichael Scott2015-02-251-0/+15
* fastboot: add support for continue commandRob Herring2014-12-181-0/+14
* usb: gadget: fastboot: terminate commands with NULLEric Nelson2014-10-061-1/+8
* usb: gadget: fastboot: explicitly set radix of maximum download sizeEric Nelson2014-10-061-1/+1
* usb: gadget: fastboot: add max-download-size variableEric Nelson2014-10-061-1/+2
* usb: gadget: fastboot: improve download progress barBo Shen2014-10-061-5/+9