Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-21 | musb: Add device-model support to the musb-host u-boot glue | Hans de Goede | |
Add device-model support to the musb-host u-boot glue, note this only adds device-model support to the musb-core glue code, it does not add support for device-model to any of the SoC specific musb glue code. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Simon Glass <sjg@chromium.org> | |||
2015-07-21 | musb: Add musb_host_data struct to hold global data | Hans de Goede | |
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> |