1. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 9 months ago
  2. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 9 months ago
  3. 12a8b0d usb: Remove <common.h> and add needed includes by Tom Rini · 9 months ago
  4. 85fcd69 fastboot: multiresponse support by Ion Agorria · 1 year, 1 month ago
  5. 6f68dcd usb: fastboot: Add missing newline in pr_err by Simon Holesch · 1 year, 3 months ago
  6. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 5 months ago
  7. 66b5847 usb: gadget: fastboot: detach usb just before rebooting by Dario Binacchi · 2 years, 1 month ago
  8. d037990 fastboot: remove #ifdef CONFIG when it is possible by Patrick Delaunay · 2 years, 2 months ago
  9. 5f7e01e usb: gadget: fastboot: detach usb on reboot commands by Mattijs Korpershoek · 2 years, 4 months ago
  10. 2522bd3 drivers: usb: fastboot: Fix full-speed usb descriptor by qianfan Zhao · 2 years, 6 months ago
  11. bc820d5 fastboot: add UUU command UCmd and ACmd support by Heiko Schocher · 4 years ago
  12. 27c9141 usb: gadget: fastboot: use correct max packet size by Li Jun · 4 years ago
  13. 761dfe0 usb: fastboot: add super speed support by Li Jun · 4 years ago
  14. 8043cf8 usb: gadget: fastboot: add ext properties for WCID by Li Jun · 4 years ago
  15. 6ffc8e2 f_fastboot: Avoid use-after-free in the global pointer variable by Andy Shevchenko · 4 years, 2 months ago
  16. 64af06c fastboot: Fix fastboot reboot fail by changing functions order by yurii.pidhornyi · 4 years, 6 months ago
  17. 2b2a771 fastboot: Add support for 'reboot fastboot' command by Roman Kovalivskyi · 4 years, 6 months ago
  18. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 9 months ago
  19. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 9 months ago
  20. 7b51b57 env: Move env_get() to env.h by Simon Glass · 6 years ago
  21. 65c9675 usb: fastboot: Convert USB f_fastboot to shared fastboot by Alex Kiernan · 7 years ago
  22. d1a119d fastboot: Rename public fb_ functions to fastboot_ by Alex Kiernan · 7 years ago
  23. 1a28d38 fastboot: Extract common definitions from USB fastboot by Alex Kiernan · 7 years ago
  24. 8a65bd6 fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flag by Alex Kiernan · 7 years ago
  25. 42d8dd4 fastboot: Correct dependencies in FASTBOOT_FLASH by Alex Kiernan · 7 years ago
  26. d2df2ab fastboot: Extract fastboot_okay/fail to fb_common.c by Alex Kiernan · 7 years ago
  27. c4ded03 fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · 7 years ago
  28. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  29. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  30. 90ae53c fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long by Tom Rini · 7 years ago
  31. 7715dea fastboot: avoid printing invalid data by John Keeping · 8 years ago
  32. d331084 Fix fastboot boot address by Peter Chubb · 8 years ago
  33. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 8 years ago
  34. b1f2a17 usb: gadget: avoid variable name clipping in cb_getvar by nicolas.le.bayon@st.com · 8 years ago
  35. 9bc3479 fastboot: sparse: resync common/image-sparse.c (part 2) by Steve Rae · 9 years ago
  36. 64ece84 fastboot: sparse: remove session-id logic by Steve Rae · 9 years ago
  37. ac484c5 fastboot: Clean up bulk-out logic by Roger Quadros · 9 years ago
  38. 8b704a0 fastboot: Enable the respective speed endpoints at runtime by Roger Quadros · 9 years ago
  39. 718156a fastboot: Fix wMaxPacketSize for High-Speed IN endpoint by Roger Quadros · 9 years ago
  40. 7432220 fastboot: allow retrieving fastboot variables from env by Rob Herring · 9 years ago
  41. a18c270 fastboot: update error and warning messages by Steve Rae · 9 years ago
  42. 192bc69 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
  43. bf8940d fastboot: Implement NAND backend by Maxime Ripard · 9 years ago
  44. 6c9e00e fastboot: Implement flashing session counter by Maxime Ripard · 9 years ago
  45. 3c8f98f fastboot: Move fastboot response functions to fastboot core by Maxime Ripard · 9 years ago
  46. 4adef27 fastboot: Implement OEM format only when we have MMC support by Maxime Ripard · 9 years ago
  47. a588d99 usb: CONFIG_USB_FASTBOOT prefix replacement for consistency by Paul Kocialkowski · 10 years ago
  48. bc9071c usb: gadget: fastboot: Dequeue the previous IN request for the current request by Paul Kocialkowski · 10 years ago
  49. 94b385f usb: gadget: fastboot: Request status and length check in rx handler by Paul Kocialkowski · 10 years ago
  50. e2ec3e4 fastboot: add support for reboot-bootloader command by Alexey Firago · 10 years ago
  51. 537cd07 usb: gadget: fastboot: Set the Serial Number for Fastboot Gadget by Dileep Katta · 10 years ago
  52. 9e4b510 fastboot: OUT transaction length must be aligned to wMaxPacketSize by Dileep Katta · 10 years ago
  53. 8979238 usb: gadget: fastboot: Add fastboot erase by Dileep Katta · 10 years ago
  54. 372d7de fastboot: add support for "oem format" command by Rob Herring · 10 years ago
  55. de19562 fastboot: add "fastboot oem" command support by Michael Scott · 10 years ago
  56. 267abc6 fastboot: add support for continue command by Rob Herring · 10 years ago
  57. e214058 usb: gadget: fastboot: terminate commands with NULL by Eric Nelson · 10 years ago
  58. 84c24f6 usb: gadget: fastboot: explicitly set radix of maximum download size by Eric Nelson · 10 years ago
  59. c674a66 usb: gadget: fastboot: add max-download-size variable by Eric Nelson · 10 years ago
  60. 23d1d10 usb: gadget: fastboot: improve download progress bar by Bo Shen · 10 years ago
  61. 593cbd9 usb/gadget: fastboot: minor cleanup by Steve Rae · 10 years ago
  62. d1b5ed0 usb/gadget: fastboot: add support for flash command by Steve Rae · 10 years ago
  63. 29425be usb: fastboot: fix potential buffer overflow by Jeroen Hofstee · 11 years ago
  64. 3aab70a usb/gadget: add the fastboot gadget by Sebastian Siewior · 11 years ago