]> git.ipfire.org Git - people/ms/u-boot.git/commit
drivers: usb: musb: add ti musb misc driver for wrapper
authorMugunthan V N <mugunthanvnm@ti.com>
Thu, 17 Nov 2016 09:08:08 +0000 (14:38 +0530)
committerSimon Glass <sjg@chromium.org>
Sat, 3 Dec 2016 04:03:56 +0000 (21:03 -0700)
commit28b8d5fd2b73b83ff1f759eadfed64740fd89494
treeccfa4737a35249902302b2246725fd5ff8910317
parent195702217d713a0731c9a79f5b3196b08ac400cb
drivers: usb: musb: add ti musb misc driver for wrapper

Add a misc driver for MUSB wrapper, so that based on dr_mode the
USB devices can bind to USB host or USB device drivers.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/usb/musb-new/Kconfig
drivers/usb/musb-new/Makefile
drivers/usb/musb-new/ti-musb.c [new file with mode: 0644]