summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/f_fastboot.c
AgeCommit message (Expand)Author
2020-05-18MA-16457-2 support reboot-fastboot command in u-bootHaoran.Wang
2020-04-26MLK-23124 fastboot: support duplicate uart console output to uuuFrank Li
2020-04-26MLK-20493-9 usb: gadget: fastboot: use correct max packet sizeLi Jun
2020-04-26MLK-20493-2 usb: fastboot: add super speed supportLi Jun
2020-04-26MLK-18376-5 usb: gadget: fastboot: add ext properties for WCIDLi Jun
2020-04-26MLK-18591-3 android: Add FSL android fastboot supportYe Li
2019-08-11env: Move env_get() to env.hSimon Glass
2018-05-30usb: fastboot: Convert USB f_fastboot to shared fastbootAlex Kiernan
2018-05-30fastboot: Rename public fb_ functions to fastboot_Alex Kiernan
2018-05-30fastboot: Extract common definitions from USB fastbootAlex Kiernan
2018-05-30fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan
2018-05-30fastboot: Correct dependencies in FASTBOOT_FLASHAlex Kiernan
2018-05-30fastboot: Extract fastboot_okay/fail to fb_common.cAlex Kiernan
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-08-22fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as longTom Rini
2017-08-21fastboot: avoid printing invalid dataJohn Keeping
2017-08-21Fix fastboot boot addressPeter Chubb
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-05-11usb: gadget: avoid variable name clipping in cb_getvarnicolas.le.bayon@st.com
2016-06-27fastboot: sparse: resync common/image-sparse.c (part 2)Steve Rae
2016-06-27fastboot: sparse: remove session-id logicSteve Rae
2016-04-25fastboot: Clean up bulk-out logicRoger Quadros
2016-04-25fastboot: Enable the respective speed endpoints at runtimeRoger Quadros
2016-04-25fastboot: Fix wMaxPacketSize for High-Speed IN endpointRoger Quadros
2016-04-01fastboot: allow retrieving fastboot variables from envRob Herring
2016-02-24fastboot: update error and warning messagesSteve Rae
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten
2015-11-12fastboot: Implement NAND backendMaxime Ripard
2015-11-12fastboot: Implement flashing session counterMaxime Ripard
2015-11-12fastboot: Move fastboot response functions to fastboot coreMaxime Ripard
2015-10-20fastboot: Implement OEM format only when we have MMC supportMaxime Ripard
2015-07-22usb: CONFIG_USB_FASTBOOT prefix replacement for consistencyPaul Kocialkowski
2015-07-22usb: gadget: fastboot: Dequeue the previous IN request for the current requestPaul Kocialkowski
2015-07-22usb: gadget: fastboot: Request status and length check in rx handlerPaul Kocialkowski
2015-04-14fastboot: add support for reboot-bootloader commandAlexey Firago
2015-02-25usb: gadget: fastboot: Set the Serial Number for Fastboot GadgetDileep Katta
2015-02-25fastboot: OUT transaction length must be aligned to wMaxPacketSizeDileep Katta
2015-02-25usb: gadget: fastboot: Add fastboot eraseDileep Katta
2015-02-25fastboot: add support for "oem format" commandRob Herring
2015-02-25fastboot: add "fastboot oem" command supportMichael Scott
2014-12-18fastboot: add support for continue commandRob Herring
2014-10-06usb: gadget: fastboot: terminate commands with NULLEric Nelson
2014-10-06usb: gadget: fastboot: explicitly set radix of maximum download sizeEric Nelson
2014-10-06usb: gadget: fastboot: add max-download-size variableEric Nelson
2014-10-06usb: gadget: fastboot: improve download progress barBo Shen
2014-09-24usb/gadget: fastboot: minor cleanupSteve Rae
2014-09-24usb/gadget: fastboot: add support for flash commandSteve Rae
2014-06-25usb: fastboot: fix potential buffer overflowJeroen Hofstee