Re: [PATCH v2 4/5] xhci: mediatek: support MTK xHCI host controller

2015-07-20 Thread chunfeng yun
On Mon, 2015-07-13 at 16:52 +0200, John Crispin wrote: Hi there is a cross dependency between the modules. xhci-mtk.ko requires xhci.ko to be loaded. however this will look for xhci_mtk_add_ep_quirk() which is part of xhci-mtk. the modules will build but are not run time loadable.

Re: [PATCH v2 4/5] xhci: mediatek: support MTK xHCI host controller

2015-07-13 Thread John Crispin
Hi there is a cross dependency between the modules. xhci-mtk.ko requires xhci.ko to be loaded. however this will look for xhci_mtk_add_ep_quirk() which is part of xhci-mtk. the modules will build but are not run time loadable. John On 08/07/2015 11:41, Chunfeng Yun wrote: MTK xhci host

[PATCH v2 4/5] xhci: mediatek: support MTK xHCI host controller

2015-07-08 Thread Chunfeng Yun
MTK xhci host controller defines some extra SW scheduling parameters for HW to minimize the scheduling effort for synchronous and interrupt endpoints. The parameters are put into reseved DWs of slot context and endpoint context Signed-off-by: Chunfeng Yun chunfeng@mediatek.com ---