mbox series

[PULL] u-boot-usb/master

Message ID 20240414184549.147802-1-marex@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-usb/master | expand

Pull-request

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

Message

Marek Vasut April 14, 2024, 6:45 p.m. UTC
The following changes since commit cdfcc37428e06f4730ab9a17cc084eeb7676ea1a:

  Merge tag 'u-boot-dfu-next-20240402' of https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-04-02 22:37:23 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 63f6a449bffe46beca89580d3efa48e5d041025c:

  usb: kbd: Add probe quirk for Apple and Keychron keyboards (2024-04-12 14:53:13 +0200)

----------------------------------------------------------------
Janne Grunau (6):
      usb: xhci: refactor xhci_set_configuration
      usb: xhci: Set up endpoints for the first 2 interfaces
      usb: xhci: Abort transfers with unallocated rings
      usb: Add environment based device ignorelist
      usb: kbd: support Apple Magic Keyboards (2021)
      usb: kbd: Add probe quirk for Apple and Keychron keyboards

 common/usb.c                 |  70 ++++++++++++++++++++++++
 common/usb_kbd.c             |  59 ++++++++++++++++++--
 doc/usage/environment.rst    |  13 +++++
 drivers/usb/host/xhci-ring.c |   5 ++
 drivers/usb/host/xhci.c      | 126 +++++++++++++++++++++++++++----------------
 include/env_default.h        |  11 ++++
 include/usb.h                |   6 +++
 7 files changed, 241 insertions(+), 49 deletions(-)

Comments

Tom Rini April 15, 2024, 1:31 a.m. UTC | #1
On Sun, Apr 14, 2024 at 08:45:17PM +0200, Marek Vasut wrote:

> The following changes since commit cdfcc37428e06f4730ab9a17cc084eeb7676ea1a:
> 
>   Merge tag 'u-boot-dfu-next-20240402' of https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-04-02 22:37:23 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 63f6a449bffe46beca89580d3efa48e5d041025c:
> 
>   usb: kbd: Add probe quirk for Apple and Keychron keyboards (2024-04-12 14:53:13 +0200)
> 

Applied to u-boot/master, thanks!