[PULL] u-boot-usb/master

This should be the last one of the stuck USB PRs.
The following changes since commit 78af81c345430a9088235f48d302922955d2499f:
Merge tag 'rpi-next-2021.04.2' of https://source.denx.de/u-boot/custodians/u-boot-raspberrypi (2021-03-02 16:46:16 -0500)
are available in the Git repository at:
git://source.denx.de/u-boot-usb.git master
for you to fetch changes up to 795d605cab787e6d9151221312b09391aacfb8e5:
usb: USB keyboard requires DM_KEYBOARD (2021-03-03 04:12:46 +0100)
---------------------------------------------------------------- Heinrich Schuchardt (1): usb: USB keyboard requires DM_KEYBOARD
Pali Rohár (16): serial: usbtty: Fix puts function serial: usbtty: Send urb data in correct order usb: musb: Fix compilation of gadget code usb: musb: Always clear the data toggle bit when configuring ep usb: musb: Fix configuring FIFO for endpoints usb: musb: Read value of PERI_RXCSR to 16bit variable usb: musb: Fix transmission of bigger buffers usb: musb: Fix receiving of bigger buffers usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmand usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpoint usb: gadget: Use dbg_ep0() macro instead of serial_printf() arm: omap3: Compile lowlevel_init() function only when it is used arm: omap3: Compile s_init() function only when it is used Nokia RX-51: Remove function set_muxconf_regs() Nokia RX-51: Move content of rx51.h to rx51.c Nokia RX-51: Enable usbtty serial console by default
Makefile | 1 + arch/arm/mach-omap2/omap3/board.c | 3 + arch/arm/mach-omap2/omap3/lowlevel_init.S | 6 +- board/nokia/rx51/rx51.c | 28 ++++--- board/nokia/rx51/rx51.h | 377 ------------------------------------------------------------------------------------------- configs/nokia_rx51_defconfig | 8 +- doc/README.nokia_rx51 | 15 +--- drivers/serial/usbtty.c | 16 ++-- drivers/usb/Kconfig | 1 + drivers/usb/gadget/ep0.c | 16 ++-- drivers/usb/musb/musb_core.c | 12 +-- drivers/usb/musb/musb_udc.c | 61 +++++++-------- include/configs/nokia_rx51.h | 21 ++---- 13 files changed, 84 insertions(+), 481 deletions(-) delete mode 100644 board/nokia/rx51/rx51.h

On Wed, Mar 03, 2021 at 11:57:09AM +0100, Marek Vasut wrote:
This should be the last one of the stuck USB PRs.
The following changes since commit 78af81c345430a9088235f48d302922955d2499f:
Merge tag 'rpi-next-2021.04.2' of https://source.denx.de/u-boot/custodians/u-boot-raspberrypi (2021-03-02 16:46:16 -0500)
are available in the Git repository at:
git://source.denx.de/u-boot-usb.git master
for you to fetch changes up to 795d605cab787e6d9151221312b09391aacfb8e5:
usb: USB keyboard requires DM_KEYBOARD (2021-03-03 04:12:46 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Marek Vasut
-
Tom Rini