]> git.ipfire.org Git - people/ms/u-boot.git/commit
drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to common file
authorSriram Dash <sriram.dash@nxp.com>
Tue, 5 Apr 2016 09:11:19 +0000 (14:41 +0530)
committerMarek Vasut <marex@denx.de>
Sun, 10 Apr 2016 15:18:42 +0000 (17:18 +0200)
commit93eb8f39d27074846b04d8b889fd1b02d7489e8d
tree0e863e04fd46c981b942a01cd804f155f1217434
parent9a80e714350a959caadfd6e2405cd1f7e8ea86d3
drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to common file

Move usb device-tree fixup framework from ehci-fsl.c to common place so
that it can be used by other drivers as well (xhci-fsl.c).

Signed-off-by: Ramneek Mehresh <ramneek.mehresh@nxp.com>
Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
Acked-by: Marek Vasut <marex@denx.de>
Makefile
drivers/usb/common/Makefile [new file with mode: 0644]
drivers/usb/common/fsl-dt-fixup.c [new file with mode: 0644]
drivers/usb/host/ehci-fsl.c