From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753530AbcJIG4X (ORCPT ); Sun, 9 Oct 2016 02:56:23 -0400 Received: from mailgw01.mediatek.com ([218.249.47.110]:54003 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752786AbcJIG4V (ORCPT ); Sun, 9 Oct 2016 02:56:21 -0400 X-Greylist: delayed 305 seconds by postgrey-1.27 at vger.kernel.org; Sun, 09 Oct 2016 02:56:20 EDT Message-ID: <1475995828.15546.12.camel@mhfsdcap03> Subject: Re: [RESEND PATCH v6, 3/5] usb: xhci-mtk: make IPPC register optional From: Chunfeng Yun To: Mathias Nyman CC: Greg Kroah-Hartman , Felipe Balbi , Matthias Brugger , Oliver Neukum , Alan Stern , Rob Herring , Mark Rutland , "Ian Campbell" , Sergei Shtylyov , Pawel Moll , Kumar Gala , Sascha Hauer , Alan Cooper , , , , , "linux-mediatek@lists.infradead.orgGreg Kroah-Hartman" Date: Sun, 9 Oct 2016 14:50:28 +0800 In-Reply-To: <1474437277-27201-4-git-send-email-chunfeng.yun@mediatek.com> References: <1474437277-27201-1-git-send-email-chunfeng.yun@mediatek.com> <1474437277-27201-4-git-send-email-chunfeng.yun@mediatek.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2016-09-21 at 13:54 +0800, Chunfeng Yun wrote: > Make IPPC register optional to support host side of dual-role mode, > due to it is moved into common glue layer for simplification. > > Signed-off-by: Chunfeng Yun > --- > drivers/usb/host/xhci-mtk.c | 36 +++++++++++++++++++++++++++++------- > 1 file changed, 29 insertions(+), 7 deletions(-) Hi Mathias, Would you please take a little time out of your busy schedule and help review this patch? Thank you very much.