All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [PULL] u-boot-usb/master
Date: Thu, 3 Sep 2020 15:35:30 +0200	[thread overview]
Message-ID: <60cff402-aea7-9017-b184-8adb3138ae69@denx.de> (raw)
In-Reply-To: <20200903130339.GY24856@bill-the-cat>

On 9/3/20 3:03 PM, Tom Rini wrote:
> On Thu, Sep 03, 2020 at 02:14:35PM +0200, Marek Vasut wrote:
> 
>> Mostly DFU fixes and r8152 fixes below:
>>
>> The following changes since commit 23e333a5c083a000d0cabc53f7c0d261bae9e5ca:
>>
>>   MAINTAINERS: step down as maintainer of UniPhier SoCs (2020-08-31
>> 17:11:24 -0400)
>>
>> are available in the Git repository at:
>>
>>   git://git.denx.de/u-boot-usb.git master
>>
>> for you to fetch changes up to 293a6dfeb96129abebf1ad927fa9aedf03a66d34:
>>
>>   fastboot: getvar: fix partition-size return value (2020-09-01 14:47:43
>> +0200)
>>
>> ----------------------------------------------------------------
>> Filip Brozovic (1):
>>       fastboot: Support defining raw partitions without a partition table
>>
>> Frank Li (1):
>>       sdp: call board_usb_init at spl_sdp_load_image
>>
>> Gary Bisson (1):
>>       fastboot: getvar: fix partition-size return value
>>
>> Hayes Wang (4):
>>       eth/r8152: reset bmu after disabling Tx/Rx
>>       eth/r8152: reset PHY after setting it
>>       eth/r8152: modify rtl_clear_bp function
>>       eth/r8152: support RTL8153B/RTL8154B
>>
>> Heinrich Schuchardt (4):
>>       dfu: fix typo parameteres
>>       dfu: DFU_MTD depends on CMD_MTDPARTS
>>       configs: qemu: enable dfu testing
>>       dfu: fix dfu tftp on sandbox
>>
>> Jassi Brar (1):
>>       usb: max3420: add the gadget driver
>>
>> Peng Fan (2):
>>       f_sdp: Support searching and loading FIT or container image
>>       spl: add g_dnl_get_board_bcd_device_number
>>
>> Roman Kovalivskyi (3):
>>       fastboot: Extend fastboot_set_reboot_flag with reboot reason
>>       fastboot: Add support for 'reboot fastboot' command
>>       fastboot: Add default fastboot_set_reboot_flag implementation
>>
>> Sherry Sun (2):
>>       f_sdp: Add EP1_OUT as default data receive pipe in sdp
>>       f_sdp: Change bInterval of interrupt endpoint to 3
>>
>> Ye Li (4):
>>       usb: gadget: Fix controller index in UMS
>>       usb: ci_udc: Add function to remove usb device
>>       f_sdp: Add high speed endpoint descriptor
>>       f_sdp: Fix wrong usb request size
>>
>> yurii.pidhornyi (1):
>>       fastboot: Fix fastboot reboot fail by changing functions order
>>
>>  arch/arm/mach-imx/spl.c             |   6 +
>>  arch/arm/mach-meson/board-common.c  |   6 +-
>>  arch/arm/mach-rockchip/board.c      |   6 +-
>>  board/amazon/kc1/kc1.c              |   6 +-
>>  board/lg/sniper/sniper.c            |   6 +-
>>  board/ti/am57xx/board.c             |   6 +-
>>  board/ti/dra7xx/evm.c               |   6 +-
>>  cmd/usb_mass_storage.c              |   2 +-
>>  common/spl/spl_sdp.c                |   2 +
>>  common/update.c                     |   6 +-
>>  configs/qemu_arm64_defconfig        |   9 +
>>  configs/qemu_arm_defconfig          |   9 +
>>  doc/android/fastboot.rst            |  19 +++
>>  drivers/dfu/Kconfig                 |   1 +
>>  drivers/dfu/dfu_ram.c               |   7 +-
>>  drivers/fastboot/Kconfig            |  12 ++
>>  drivers/fastboot/Makefile           |   1 +
>>  drivers/fastboot/fb_bcb_impl.c      |  43 +++++
>>  drivers/fastboot/fb_command.c       |  40 ++++-
>>  drivers/fastboot/fb_common.c        |   2 +-
>>  drivers/fastboot/fb_getvar.c        |   4 +-
>>  drivers/fastboot/fb_mmc.c           |  75 ++++++++-
>>  drivers/usb/eth/r8152.c             | 223 ++++++++++++++++++++++++-
>>  drivers/usb/eth/r8152.h             |  59 +++++--
>>  drivers/usb/eth/r8152_fw.c          | 228 +++++++++++++++++++++++---
>>  drivers/usb/gadget/Kconfig          |   6 +
>>  drivers/usb/gadget/Makefile         |   1 +
>>  drivers/usb/gadget/ci_udc.c         |   7 +
>>  drivers/usb/gadget/f_fastboot.c     |   6 +-
>>  drivers/usb/gadget/f_mass_storage.c |   6 +-
>>  drivers/usb/gadget/f_sdp.c          | 219 +++++++++++++++++++++----
>>  drivers/usb/gadget/gadget_chips.h   |   8 +
>>  drivers/usb/gadget/max3420_udc.c    | 875
>> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>  drivers/usb/host/usb-uclass.c       |  18 ++
>>  include/dfu.h                       |   2 +-
>>  include/fastboot.h                  |  23 ++-
>>  include/usb.h                       |   9 +
>>  include/usb_mass_storage.h          |   2 +-
>>  net/fastboot.c                      |   2 +
>>  39 files changed, 1867 insertions(+), 101 deletions(-)
>>  create mode 100644 drivers/fastboot/fb_bcb_impl.c
>>  create mode 100644 drivers/usb/gadget/max3420_udc.c
> 
> This feels like a lot.  Is it really a good time to take these for
> v2020.10 or should I put them in -next, next week when it opens?

I pushed Lukasz to include only fixes, and I trust him that's what's in
there. I also had a look myself, and yeah, it's fixes. Except for the
max3420, which was on the list for a long time and is isolated, so
that's OK.

  reply	other threads:[~2020-09-03 13:35 UTC|newest]

Thread overview: 137+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-03 12:14 [PULL] u-boot-usb/master Marek Vasut
2020-09-03 13:03 ` Tom Rini
2020-09-03 13:35   ` Marek Vasut [this message]
2020-09-03 13:48     ` Tom Rini
2020-09-03 18:08 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2024-04-14 18:45 Marek Vasut
2024-04-15  1:31 ` Tom Rini
2024-03-09 16:08 Marek Vasut
2024-03-09 21:58 ` Tom Rini
2024-02-20  8:35 Marek Vasut
2024-02-20 18:15 ` Tom Rini
2023-12-02  6:25 Marek Vasut
2023-12-03 21:31 ` Tom Rini
2023-10-13 19:24 Marek Vasut
2023-10-14 14:49 ` Tom Rini
2023-09-05 13:50 Marek Vasut
2023-09-06 14:52 ` Tom Rini
2023-08-25  8:57 Marek Vasut
2023-08-25 17:24 ` Tom Rini
2023-08-05 13:04 Marek Vasut
2023-08-06 13:29 ` Tom Rini
2023-07-27 10:22 Marek Vasut
2023-07-27 16:43 ` Tom Rini
2023-07-03 11:22 Marek Vasut
2023-07-06 20:02 ` Tom Rini
2023-06-21 14:21 Marek Vasut
2023-06-21 20:37 ` Tom Rini
2023-06-08 22:03 Marek Vasut
2023-06-09 18:30 ` Tom Rini
2023-04-04  0:11 Marek Vasut
2023-04-04  0:49 ` Tom Rini
2023-03-10 23:01 Marek Vasut
2023-03-13 17:40 ` Tom Rini
2023-02-22 16:27 Marek Vasut
2023-02-22 22:51 ` Tom Rini
2023-01-15 14:27 Marek Vasut
2023-01-15 20:40 ` Tom Rini
2022-12-08 14:47 Marek Vasut
2022-12-08 18:07 ` Tom Rini
2022-11-28 11:19 Marek Vasut
2022-11-28 15:34 ` Tom Rini
2022-11-04 15:18 Marek Vasut
2022-11-06 11:32 ` Tom Rini
2022-10-10 19:06 Marek Vasut
2022-10-10 21:17 ` Tom Rini
2022-09-26  1:39 Marek Vasut
2022-09-26 14:00 ` Tom Rini
2022-09-19 18:18 Marek Vasut
2022-09-19 21:50 ` Tom Rini
2022-09-03 14:31 Marek Vasut
2022-09-05  2:35 ` Tom Rini
2022-07-19 18:55 Marek Vasut
2022-07-20 11:10 ` Tom Rini
2022-07-14 15:05 Marek Vasut
2022-07-15 11:02 ` Tom Rini
2022-06-07 22:46 Marek Vasut
2022-06-08 14:16 ` Tom Rini
2022-05-21  0:29 Marek Vasut
2022-05-21 15:19 ` Tom Rini
2022-05-06 11:42 Marek Vasut
2022-05-06 16:18 ` Tom Rini
2022-04-22 13:27 Marek Vasut
2022-04-22 16:51 ` Tom Rini
2022-03-15  1:28 Marek Vasut
2022-03-15 12:13 ` Tom Rini
2022-03-01 12:16 Marek Vasut
2022-03-02  3:22 ` Tom Rini
2022-02-23  5:20 Marek Vasut
2022-02-23 20:49 ` Tom Rini
2022-02-16 19:27 Marek Vasut
2022-02-17 13:31 ` Tom Rini
2022-02-11 12:22 Marek Vasut
2022-02-11 17:05 ` Tom Rini
2022-01-27  0:35 Marek Vasut
2022-01-27 12:17 ` Tom Rini
2021-11-03 10:12 Marek Vasut
2021-11-03 14:44 ` Tom Rini
2021-10-31  8:01 Marek Vasut
2021-10-31 19:15 ` Tom Rini
2021-09-22 22:35 Marek Vasut
2021-09-23 21:20 ` Tom Rini
2021-06-25  1:12 Marek Vasut
2021-06-25 12:54 ` Tom Rini
2021-06-09 11:02 Marek Vasut
2021-06-09 18:12 ` Tom Rini
2021-05-16 18:53 Marek Vasut
2021-05-17 18:04 ` Tom Rini
2021-04-28 22:09 Marek Vasut
2021-04-29 15:30 ` Tom Rini
2021-04-23 11:18 Marek Vasut
2021-04-23 16:23 ` Tom Rini
2021-04-18  4:28 Marek Vasut
2021-04-19  1:06 ` Tom Rini
2021-04-06 18:09 Marek Vasut
2021-04-07 12:05 ` Tom Rini
2021-03-10 11:58 Marek Vasut
2021-03-11 14:26 ` Tom Rini
2021-03-03 10:57 Marek Vasut
2021-03-03 15:10 ` Tom Rini
2021-02-26 17:56 Marek Vasut
2021-02-26 22:55 ` Tom Rini
2021-02-10 22:39 Marek Vasut
2021-02-11 21:51 ` Tom Rini
2021-02-07 20:10 Marek Vasut
2021-02-08 20:42 ` Tom Rini
2021-01-31 14:58 Marek Vasut
2021-02-01  0:44 ` Tom Rini
2020-12-16 21:30 Marek Vasut
2020-12-18 15:59 ` Tom Rini
2020-11-22 15:07 Marek Vasut
2020-11-23 15:28 ` Tom Rini
2020-10-20 10:56 Marek Vasut
2020-10-21 23:12 ` Tom Rini
2020-08-06 15:36 Marek Vasut
2020-08-07 12:53 ` Tom Rini
2020-06-14 15:28 Marek Vasut
2020-06-15 13:33 ` Tom Rini
2020-05-30 21:06 Marek Vasut
2020-05-31 14:04 ` Tom Rini
2020-05-22 23:22 Marek Vasut
2020-05-23 14:28 ` Tom Rini
2020-05-12 18:39 Marek Vasut
2020-05-12 22:09 ` Tom Rini
2020-05-05 14:24 Marek Vasut
2020-05-05 20:56 ` Tom Rini
2020-04-28 13:01 Marek Vasut
2020-04-28 16:11 ` Tom Rini
2020-04-13 20:02 Marek Vasut
2020-04-14 23:24 ` Tom Rini
2020-03-04 12:22 Marek Vasut
2020-03-04 23:50 ` Tom Rini
2020-02-02 17:20 Marek Vasut
2020-02-02 22:42 ` Tom Rini
2020-01-08 15:32 Marek Vasut
2020-01-09 18:42 ` Tom Rini
2019-12-21 19:37 Marek Vasut
2019-12-22 23:05 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=60cff402-aea7-9017-b184-8adb3138ae69@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.