summaryrefslogtreecommitdiff
path: root/drivers/usb/musb-new/musb_uboot.h
AgeCommit message (Collapse)AuthorFilesLines
2015-07-22musb: Add device-model support to the musb-host u-boot glueHans de Goede1-0/+4
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-22musb: Add musb_host_data struct to hold global dataHans de Goede1-0/+24
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>