index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
f_fastboot.c
Age
Commit message (
Expand
)
Author
2020-09-01
fastboot: Fix fastboot reboot fail by changing functions order
yurii.pidhornyi
2020-09-01
fastboot: Add support for 'reboot fastboot' command
Roman Kovalivskyi
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2019-08-11
env: Move env_get() to env.h
Simon Glass
2018-05-30
usb: fastboot: Convert USB f_fastboot to shared fastboot
Alex Kiernan
2018-05-30
fastboot: Rename public fb_ functions to fastboot_
Alex Kiernan
2018-05-30
fastboot: Extract common definitions from USB fastboot
Alex Kiernan
2018-05-30
fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flag
Alex Kiernan
2018-05-30
fastboot: Correct dependencies in FASTBOOT_FLASH
Alex Kiernan
2018-05-30
fastboot: Extract fastboot_okay/fail to fb_common.c
Alex Kiernan
2018-05-30
fastboot: Refactor fastboot_okay/fail to take response
Alex Kiernan
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-08-22
fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long
Tom Rini
2017-08-21
fastboot: avoid printing invalid data
John Keeping
2017-08-21
Fix fastboot boot address
Peter Chubb
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-05-11
usb: gadget: avoid variable name clipping in cb_getvar
nicolas.le.bayon@st.com
2016-06-27
fastboot: sparse: resync common/image-sparse.c (part 2)
Steve Rae
2016-06-27
fastboot: sparse: remove session-id logic
Steve Rae
2016-04-25
fastboot: Clean up bulk-out logic
Roger Quadros
2016-04-25
fastboot: Enable the respective speed endpoints at runtime
Roger Quadros
2016-04-25
fastboot: Fix wMaxPacketSize for High-Speed IN endpoint
Roger Quadros
2016-04-01
fastboot: allow retrieving fastboot variables from env
Rob Herring
2016-02-24
fastboot: update error and warning messages
Steve Rae
2016-01-14
Fix GCC format-security errors and convert sprintfs.
Ben Whitten
2015-11-12
fastboot: Implement NAND backend
Maxime Ripard
2015-11-12
fastboot: Implement flashing session counter
Maxime Ripard
2015-11-12
fastboot: Move fastboot response functions to fastboot core
Maxime Ripard
2015-10-20
fastboot: Implement OEM format only when we have MMC support
Maxime Ripard
2015-07-22
usb: CONFIG_USB_FASTBOOT prefix replacement for consistency
Paul Kocialkowski
2015-07-22
usb: gadget: fastboot: Dequeue the previous IN request for the current request
Paul Kocialkowski
2015-07-22
usb: gadget: fastboot: Request status and length check in rx handler
Paul Kocialkowski
2015-04-14
fastboot: add support for reboot-bootloader command
Alexey Firago
2015-02-25
usb: gadget: fastboot: Set the Serial Number for Fastboot Gadget
Dileep Katta
2015-02-25
fastboot: OUT transaction length must be aligned to wMaxPacketSize
Dileep Katta
2015-02-25
usb: gadget: fastboot: Add fastboot erase
Dileep Katta
2015-02-25
fastboot: add support for "oem format" command
Rob Herring
2015-02-25
fastboot: add "fastboot oem" command support
Michael Scott
2014-12-18
fastboot: add support for continue command
Rob Herring
2014-10-06
usb: gadget: fastboot: terminate commands with NULL
Eric Nelson
2014-10-06
usb: gadget: fastboot: explicitly set radix of maximum download size
Eric Nelson
2014-10-06
usb: gadget: fastboot: add max-download-size variable
Eric Nelson
2014-10-06
usb: gadget: fastboot: improve download progress bar
Bo Shen
2014-09-24
usb/gadget: fastboot: minor cleanup
Steve Rae
2014-09-24
usb/gadget: fastboot: add support for flash command
Steve Rae
2014-06-25
usb: fastboot: fix potential buffer overflow
Jeroen Hofstee
2014-05-08
usb/gadget: add the fastboot gadget
Sebastian Siewior