usb: mtu3: host only mode support
authorChunfeng Yun <chunfeng.yun@mediatek.com>
Wed, 19 Oct 2016 02:28:25 +0000 (10:28 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Oct 2016 15:02:41 +0000 (17:02 +0200)
commitb3f4e727c1ecec36e628e89298349d9c51a32aac
treeda0c650a5d8d0de961c517a53c1b561f0dab77b8
parenta29de31b9ed37ebc905fe8580506b93f28701e67
usb: mtu3: host only mode support

supports host only mode and the code is ported from
host/xhci-mtk.c
IPPC register shared between host and device is moved
into common glue layer.

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/mtu3/Kconfig
drivers/usb/mtu3/Makefile
drivers/usb/mtu3/mtu3.h
drivers/usb/mtu3/mtu3_core.c
drivers/usb/mtu3/mtu3_dr.h [new file with mode: 0644]
drivers/usb/mtu3/mtu3_host.c [new file with mode: 0644]
drivers/usb/mtu3/mtu3_plat.c