]> 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)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:37 +0000 (17:39 -0600)
commitfc85d39e7906ab3d6fb21e41e8f35c03b0118290
tree80fcbd5cdfa91a0d750769d1b8626c11a4b554d7
parent1398252abf2aaf906832932401727c3538f74f46
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]