]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: usb: Convert core usb.c file to support driver model
authorSimon Glass <sjg@chromium.org>
Wed, 25 Mar 2015 18:22:08 +0000 (12:22 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:21 +0000 (11:11 -0600)
commit95fbfe42980ea75c7955a6ddf4f28be1a6407920
treed63aa11bc3f61609d20c8495ba65d23346e6f5f8
parent0ed27905ceb82d5dc9aafd249ccbb8ff6081c7ca
dm: usb: Convert core usb.c file to support driver model

Add the required #ifdefs and remove unwanted data structures so that the
USB uclass will be able to use this file.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
common/usb.c