Re: [RFC PATCH v3 4/5] usb: xhci-mtk: add support runtime pm

2021-01-04 Thread Chunfeng Yun
Hi Ikjoon, I try to rebuild the code flow, and want to apply the framework from wakeirq.c On Tue, 2020-12-29 at 15:38 +0800, Ikjoon Jang wrote: > On Tue, Dec 22, 2020 at 5:35 PM Chunfeng Yun > wrote: > > > > From: CK Hu > > > > add support runtime pm feature > > > > Signed-off-by: Zhanyong

Re: [RFC PATCH v3 4/5] usb: xhci-mtk: add support runtime pm

2020-12-28 Thread Ikjoon Jang
On Tue, Dec 22, 2020 at 5:35 PM Chunfeng Yun wrote: > > From: CK Hu > > add support runtime pm feature > > Signed-off-by: Zhanyong Wang > Signed-off-by: Chunfeng Yun > --- > v3: > 1. fix some issues > 2. remove attribute files > > v2: fix error caused by request irq suggested by CK > --- >

[RFC PATCH v3 4/5] usb: xhci-mtk: add support runtime pm

2020-12-22 Thread Chunfeng Yun
From: CK Hu add support runtime pm feature Signed-off-by: Zhanyong Wang Signed-off-by: Chunfeng Yun --- v3: 1. fix some issues 2. remove attribute files v2: fix error caused by request irq suggested by CK --- drivers/usb/host/xhci-mtk.c | 285 +++-