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

ep0.c also need to include dm.h so dev_xxx can access udevice fields.

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