aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/f_fastboot.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-01fastboot: Fix fastboot reboot fail by changing functions orderyurii.pidhornyi1-2/+2
2020-09-01fastboot: Add support for 'reboot fastboot' commandRoman Kovalivskyi1-0/+2
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2018-05-30usb: fastboot: Convert USB f_fastboot to shared fastbootAlex Kiernan1-281/+37
2018-05-30fastboot: Rename public fb_ functions to fastboot_Alex Kiernan1-6/+6
2018-05-30fastboot: Extract common definitions from USB fastbootAlex Kiernan1-2/+0
2018-05-30fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan1-6/+1
2018-05-30fastboot: Correct dependencies in FASTBOOT_FLASHAlex Kiernan1-7/+7
2018-05-30fastboot: Extract fastboot_okay/fail to fb_common.cAlex Kiernan1-13/+0
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan1-22/+13
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-5/+5
2017-08-22fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as longTom Rini1-1/+1
2017-08-21fastboot: avoid printing invalid dataJohn Keeping1-1/+1
2017-08-21Fix fastboot boot addressPeter Chubb1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-3/+3
2017-05-11usb: gadget: avoid variable name clipping in cb_getvarnicolas.le.bayon@st.com1-2/+10
2016-06-27fastboot: sparse: resync common/image-sparse.c (part 2)Steve Rae1-12/+19
2016-06-27fastboot: sparse: remove session-id logicSteve Rae1-14/+2
2016-04-25fastboot: Clean up bulk-out logicRoger Quadros1-27/+23
2016-04-25fastboot: Enable the respective speed endpoints at runtimeRoger Quadros1-7/+17
2016-04-25fastboot: Fix wMaxPacketSize for High-Speed IN endpointRoger Quadros1-9/+27
2016-04-01fastboot: allow retrieving fastboot variables from envRob Herring1-2/+10
2016-02-24fastboot: update error and warning messagesSteve Rae1-5/+5
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten1-3/+3
2015-11-12fastboot: Implement NAND backendMaxime Ripard1-0/+11
2015-11-12fastboot: Implement flashing session counterMaxime Ripard1-1/+13
2015-11-12fastboot: Move fastboot response functions to fastboot coreMaxime Ripard1-8/+19
2015-10-20fastboot: Implement OEM format only when we have MMC supportMaxime Ripard1-1/+1
2015-07-22usb: CONFIG_USB_FASTBOOT prefix replacement for consistencyPaul Kocialkowski1-4/+4
2015-07-22usb: gadget: fastboot: Dequeue the previous IN request for the current requestPaul Kocialkowski1-0/+3
2015-07-22usb: gadget: fastboot: Request status and length check in rx handlerPaul Kocialkowski1-5/+6
2015-04-14fastboot: add support for reboot-bootloader commandAlexey Firago1-0/+13
2015-02-25usb: gadget: fastboot: Set the Serial Number for Fastboot GadgetDileep Katta1-0/+5
2015-02-25fastboot: OUT transaction length must be aligned to wMaxPacketSizeDileep Katta1-5/+22
2015-02-25usb: gadget: fastboot: Add fastboot eraseDileep Katta1-0/+25
2015-02-25fastboot: add support for "oem format" commandRob Herring1-0/+11
2015-02-25fastboot: add "fastboot oem" command supportMichael Scott1-0/+15
2014-12-18fastboot: add support for continue commandRob Herring1-0/+14
2014-10-06usb: gadget: fastboot: terminate commands with NULLEric Nelson1-1/+8
2014-10-06usb: gadget: fastboot: explicitly set radix of maximum download sizeEric Nelson1-1/+1
2014-10-06usb: gadget: fastboot: add max-download-size variableEric Nelson1-1/+2
2014-10-06usb: gadget: fastboot: improve download progress barBo Shen1-5/+9
2014-09-24usb/gadget: fastboot: minor cleanupSteve Rae1-5/+10
2014-09-24usb/gadget: fastboot: add support for flash commandSteve Rae1-0/+31
2014-06-25usb: fastboot: fix potential buffer overflowJeroen Hofstee1-4/+7
2014-05-08usb/gadget: add the fastboot gadgetSebastian Siewior1-0/+513