commit | 2789ce8e47ecb2ff7acd12171ac4a1fdb63edf7c | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Tue Sep 15 10:45:16 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 30 08:53:54 2020 -0400 |
tree | b0de2838101a74f74f1f6fbb34ef76501721c44f | |
parent | 62eff9b06ff978f06f48cfa33c9ddddcf23658ca [diff] |
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>