]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
musb: Add musb_host_data struct to hold global data
authorHans de Goede <hdegoede@redhat.com>
Wed, 17 Jun 2015 19:33:57 +0000 (21:33 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:57 +0000 (13:48 +0200)
commit9dc058f336773f07d75712f5fcf34730889d8112
tree383c9b465655a7a1bb293cd2d1b55b1bb3ea8a0d
parent94129789989754d62b2174306c38977fee3d1938
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>
drivers/usb/musb-new/musb_uboot.c
drivers/usb/musb-new/musb_uboot.h [new file with mode: 0644]