commit | e740ca3cab93a8cb31d870bffecd6aa8eadf44e1 | [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 | 15837236386191f2a26706b5ee56cdb4ab28e6d5 [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>