mbox series

[PULL] u-boot-usb/master

Message ID 0b1f006d-c27c-7469-560e-187d1ab90077@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-usb/master | expand

Pull-request

git://git.denx.de/u-boot-usb.git master

Message

Marek Vasut Feb. 26, 2021, 5:56 p.m. UTC
The following changes since commit c28d5d704d3347fcbe5e49ab561973c00bf9337f:

   Merge branch '2021-02-25-remove-platforms' (2021-02-25 13:18:27 -0500)

are available in the Git repository at:

   git://git.denx.de/u-boot-usb.git master

for you to fetch changes up to 0a7e5e5f103867789328067f87e34b25b26fc3b0:

   usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and 
usb_gadget_register_driver() (2021-02-26 15:30:55 +0100)

----------------------------------------------------------------
Heiko Schocher (1):
       fastboot: add UUU command UCmd and ACmd support

Patrice Chotard (1):
       usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and 
usb_gadget_register_driver()

Sean Anderson (10):
       mmc: sandbox: Add support for writing
       test: dm: Add test for fastboot mmc partition naming
       part: Give several functions more useful return values
       part: Support getting whole disk from 
part_get_info_by_dev_and_name_or_num
       part: Support string block devices in part_get_info_by_dev_and_name
       fastboot: Remove mmcpart argument from raw_part_get_info_by_name
       fastboot: Move part_get_info_by_name_or_alias after 
raw_part_get_info_by_name
       fastboot: Allow u-boot-style partitions
       doc: Rename k210 partitions anchor
       doc: Document partition specifications

Stefan BrĂ¼ns (1):
       usb: kbd: Also accept keyboards with Interrupt OUT endpoint

  cmd/ab_select.c                   |   3 +-
  common/usb_kbd.c                  |  23 ++++++-----
  configs/sandbox64_defconfig       |   2 +
  configs/sandbox_defconfig         |   2 +
  disk/part.c                       |  90 
++++++++++++++++++++++++-------------------
  doc/android/fastboot-protocol.rst |   5 +++
  doc/android/fastboot.rst          |   6 +++
  doc/board/sipeed/maix.rst         |   4 +-
  doc/usage/index.rst               |   1 +
  doc/usage/partitions.rst          |  80 
++++++++++++++++++++++++++++++++++++++
  drivers/fastboot/Kconfig          |   9 +++++
  drivers/fastboot/fb_command.c     |  68 ++++++++++++++++++++++++++++++++
  drivers/fastboot/fb_mmc.c         | 210 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------
  drivers/mmc/sandbox_mmc.c         |  43 ++++++++++++++++++---
  drivers/usb/gadget/dwc2_udc_otg.c |   8 +---
  drivers/usb/gadget/f_fastboot.c   |  17 ++++++++
  include/fastboot.h                |   7 ++++
  include/part.h                    |   6 ++-
  test/dm/Makefile                  |   3 ++
  test/dm/fastboot.c                |  95 
+++++++++++++++++++++++++++++++++++++++++++++
  test/dm/mmc.c                     |  19 ++++++---
  21 files changed, 543 insertions(+), 158 deletions(-)
  create mode 100644 doc/usage/partitions.rst
  create mode 100644 test/dm/fastboot.c

Comments

Tom Rini Feb. 26, 2021, 10:55 p.m. UTC | #1
On Fri, Feb 26, 2021 at 06:56:18PM +0100, Marek Vasut wrote:

> The following changes since commit c28d5d704d3347fcbe5e49ab561973c00bf9337f:
> 
>   Merge branch '2021-02-25-remove-platforms' (2021-02-25 13:18:27 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 0a7e5e5f103867789328067f87e34b25b26fc3b0:
> 
>   usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and
> usb_gadget_register_driver() (2021-02-26 15:30:55 +0100)
> 

Applied to u-boot/master, thanks!