commit | 5962748672a28e10a4afcc20e930698d123f789a | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Wed Jun 17 21:33:57 2015 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:37 2015 -0600 |
tree | 80fcbd5cdfa91a0d750769d1b8626c11a4b554d7 | |
parent | 52666e2c0a3fc0880adb02f3e4af7a372d607779 [diff] |
musb: Add musb_host_data struct to hold global data Add a musb_host_data struct to hold all the global data host related musb data. This is a preparation patch for adding device-model support. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Simon Glass <sjg@chromium.org>