index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
f_fastboot.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-09
fastboot: multiresponse support
Ion Agorria
1
-0
/
+29
2023-11-21
usb: fastboot: Add missing newline in pr_err
Simon Holesch
1
-1
/
+1
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
1
-0
/
+1
2023-01-14
usb: gadget: fastboot: detach usb just before rebooting
Dario Binacchi
1
-1
/
+1
2023-01-11
fastboot: remove #ifdef CONFIG when it is possible
Patrick Delaunay
1
-5
/
+2
2022-10-10
usb: gadget: fastboot: detach usb on reboot commands
Mattijs Korpershoek
1
-0
/
+1
2022-09-02
drivers: usb: fastboot: Fix full-speed usb descriptor
qianfan Zhao
1
-0
/
+1
2021-02-26
fastboot: add UUU command UCmd and ACmd support
Heiko Schocher
1
-0
/
+17
2021-01-31
usb: gadget: fastboot: use correct max packet size
Li Jun
1
-1
/
+1
2021-01-31
usb: fastboot: add super speed support
Li Jun
1
-3
/
+44
2021-01-31
usb: gadget: fastboot: add ext properties for WCID
Li Jun
1
-0
/
+34
2021-01-31
f_fastboot: Avoid use-after-free in the global pointer variable
Andy Shevchenko
1
-1
/
+1
2020-09-01
fastboot: Fix fastboot reboot fail by changing functions order
yurii.pidhornyi
1
-2
/
+2
2020-09-01
fastboot: Add support for 'reboot fastboot' command
Roman Kovalivskyi
1
-0
/
+2
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
1
-0
/
+1
2019-08-11
env: Move env_get() to env.h
Simon Glass
1
-0
/
+1
2018-05-30
usb: fastboot: Convert USB f_fastboot to shared fastboot
Alex Kiernan
1
-281
/
+37
2018-05-30
fastboot: Rename public fb_ functions to fastboot_
Alex Kiernan
1
-6
/
+6
2018-05-30
fastboot: Extract common definitions from USB fastboot
Alex Kiernan
1
-2
/
+0
2018-05-30
fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flag
Alex Kiernan
1
-6
/
+1
2018-05-30
fastboot: Correct dependencies in FASTBOOT_FLASH
Alex Kiernan
1
-7
/
+7
2018-05-30
fastboot: Extract fastboot_okay/fail to fb_common.c
Alex Kiernan
1
-13
/
+0
2018-05-30
fastboot: Refactor fastboot_okay/fail to take response
Alex Kiernan
1
-22
/
+13
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
1
-5
/
+5
2017-08-22
fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long
Tom Rini
1
-1
/
+1
2017-08-21
fastboot: avoid printing invalid data
John Keeping
1
-1
/
+1
2017-08-21
Fix fastboot boot address
Peter Chubb
1
-1
/
+1
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
1
-3
/
+3
2017-05-11
usb: gadget: avoid variable name clipping in cb_getvar
nicolas.le.bayon@st.com
1
-2
/
+10
2016-06-27
fastboot: sparse: resync common/image-sparse.c (part 2)
Steve Rae
1
-12
/
+19
2016-06-27
fastboot: sparse: remove session-id logic
Steve Rae
1
-14
/
+2
2016-04-25
fastboot: Clean up bulk-out logic
Roger Quadros
1
-27
/
+23
2016-04-25
fastboot: Enable the respective speed endpoints at runtime
Roger Quadros
1
-7
/
+17
2016-04-25
fastboot: Fix wMaxPacketSize for High-Speed IN endpoint
Roger Quadros
1
-9
/
+27
2016-04-01
fastboot: allow retrieving fastboot variables from env
Rob Herring
1
-2
/
+10
2016-02-24
fastboot: update error and warning messages
Steve Rae
1
-5
/
+5
2016-01-14
Fix GCC format-security errors and convert sprintfs.
Ben Whitten
1
-3
/
+3
2015-11-12
fastboot: Implement NAND backend
Maxime Ripard
1
-0
/
+11
2015-11-12
fastboot: Implement flashing session counter
Maxime Ripard
1
-1
/
+13
2015-11-12
fastboot: Move fastboot response functions to fastboot core
Maxime Ripard
1
-8
/
+19
2015-10-20
fastboot: Implement OEM format only when we have MMC support
Maxime Ripard
1
-1
/
+1
2015-07-22
usb: CONFIG_USB_FASTBOOT prefix replacement for consistency
Paul Kocialkowski
1
-4
/
+4
2015-07-22
usb: gadget: fastboot: Dequeue the previous IN request for the current request
Paul Kocialkowski
1
-0
/
+3
2015-07-22
usb: gadget: fastboot: Request status and length check in rx handler
Paul Kocialkowski
1
-5
/
+6
2015-04-14
fastboot: add support for reboot-bootloader command
Alexey Firago
1
-0
/
+13
2015-02-25
usb: gadget: fastboot: Set the Serial Number for Fastboot Gadget
Dileep Katta
1
-0
/
+5
2015-02-25
fastboot: OUT transaction length must be aligned to wMaxPacketSize
Dileep Katta
1
-5
/
+22
2015-02-25
usb: gadget: fastboot: Add fastboot erase
Dileep Katta
1
-0
/
+25
[next]