aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/f_fastboot.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-21usb: fastboot: Add missing newline in pr_errSimon Holesch1-1/+1
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-01-14usb: gadget: fastboot: detach usb just before rebootingDario Binacchi1-1/+1
2023-01-11fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay1-5/+2
2022-10-10usb: gadget: fastboot: detach usb on reboot commandsMattijs Korpershoek1-0/+1
2022-09-02drivers: usb: fastboot: Fix full-speed usb descriptorqianfan Zhao1-0/+1
2021-02-26fastboot: add UUU command UCmd and ACmd supportHeiko Schocher1-0/+17
2021-01-31usb: gadget: fastboot: use correct max packet sizeLi Jun1-1/+1
2021-01-31usb: fastboot: add super speed supportLi Jun1-3/+44
2021-01-31usb: gadget: fastboot: add ext properties for WCIDLi Jun1-0/+34
2021-01-31f_fastboot: Avoid use-after-free in the global pointer variableAndy Shevchenko1-1/+1
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