]> git.baikalelectronics.ru Git - uboot.git/commit
usb: common: move urb code to common
authorRui Miguel Silva <rui.silva@linaro.org>
Wed, 29 Jun 2022 10:06:14 +0000 (11:06 +0100)
committerMarek Vasut <marex@denx.de>
Tue, 12 Jul 2022 19:59:54 +0000 (21:59 +0200)
commit10254dc8ad744e9a7ba52d471b701b4538ceeba7
tree8ff4d1d1bfad6aabf51c25a0df61f4ad99f2088f
parentaf0dd14f3082c07fd92e52b8aca36e8a8aaf97e2
usb: common: move urb code to common

Move urb code from musb only use to a more common scope, so other
drivers in the future can use the handling of urb in usb.

Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
drivers/usb/common/Makefile
drivers/usb/common/usb_urb.c [new file with mode: 0644]
drivers/usb/host/r8a66597-hcd.c
drivers/usb/musb-new/musb_core.c
drivers/usb/musb-new/musb_host.c
drivers/usb/musb-new/musb_host.h
drivers/usb/musb-new/musb_uboot.c
drivers/usb/musb-new/musb_uboot.h
drivers/usb/musb-new/usb-compat.h [deleted file]
include/linux/usb/usb_urb_compat.h [new file with mode: 0644]
include/usb_defs.h