commit | 4d8b8dff5427b8104086c05d56e52f29be24d2f6 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Wed Jun 17 21:33:55 2015 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:37 2015 -0600 |
tree | ea2ff40689e9dc7e1dd73c5eecd7365229ee3e0e | |
parent | 81c4998c3408526fdc872d5fd9a9a6f6d55ce2ae [diff] |
musb: Update usb-compat to work with struct usb_device without a parent ptr When building with CONFIG_DM_USB=y struct usb_device does not have a parent pointer. This commit adds support to the musb code to deal with this. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Simon Glass <sjg@chromium.org>