]> git.baikalelectronics.ru Git - uboot.git/commit
usb: dwc3: Fix not calling dev_xxx with a device
authorSean Anderson <seanga2@gmail.com>
Tue, 15 Sep 2020 14:45:16 +0000 (10:45 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 30 Sep 2020 12:53:54 +0000 (08:53 -0400)
commit6b33b4585be898569364fd88f72da695e84bc2cd
treeb0de2838101a74f74f1f6fbb34ef76501721c44f
parent91cf830b06d53938fef6776f4bdee5241ee55d35
usb: dwc3: Fix not calling dev_xxx with a device

This logs with the device from struct dwc3. Some files also need to include
dm.h so fields in udevice can be accessed.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Tested-by: Patrick Delaunay <patrick.delaunay@st.com>
drivers/usb/dwc3/core.c
drivers/usb/dwc3/ep0.c
drivers/usb/dwc3/gadget.c