[PULL] u-boot-usb/master

One outstanding driver and one bugfix.
The following changes since commit 435596d57f8beedf36b5dc858fe7ba9d6c03334b:
Merge tag 'u-boot-imx-20220922' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2022-09-22 10:29:29 -0400)
are available in the Git repository at:
git://source.denx.de/u-boot-usb.git master
for you to fetch changes up to 206af3dec00071ec96c0fdec6c8dda3a039c07cf:
Fix out of bound access of ep array. (2022-09-26 01:49:36 +0200)
---------------------------------------------------------------- Alison Huffman (1): Fix out of bound access of ep array.
Jim Liu (1): usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driver
drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c | 6 ++--- drivers/usb/host/Kconfig | 16 ++++++++++++ drivers/usb/host/Makefile | 2 ++ drivers/usb/host/ehci-npcm.c | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/usb/host/ohci-npcm.c | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 248 insertions(+), 3 deletions(-) create mode 100644 drivers/usb/host/ehci-npcm.c create mode 100644 drivers/usb/host/ohci-npcm.c

On Mon, Sep 26, 2022 at 03:39:17AM +0200, Marek Vasut wrote:
One outstanding driver and one bugfix.
The following changes since commit 435596d57f8beedf36b5dc858fe7ba9d6c03334b:
Merge tag 'u-boot-imx-20220922' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2022-09-22 10:29:29 -0400)
are available in the Git repository at:
git://source.denx.de/u-boot-usb.git master
for you to fetch changes up to 206af3dec00071ec96c0fdec6c8dda3a039c07cf:
Fix out of bound access of ep array. (2022-09-26 01:49:36 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Marek Vasut
-
Tom Rini