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)
commitb2d2b7872249e6816487e95bd9197a9417aa62bb
tree8ff4d1d1bfad6aabf51c25a0df61f4ad99f2088f
parentb252d79b0936d60b0c6c69e71b0233e58f9c961e
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
include/linux/usb/usb_urb_compat.h [moved from drivers/usb/musb-new/usb-compat.h with 59% similarity]
include/usb_defs.h