From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753425AbcHYEbU (ORCPT ); Thu, 25 Aug 2016 00:31:20 -0400 Received: from mailgw02.mediatek.com ([218.249.47.111]:46700 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752945AbcHYEbR (ORCPT ); Thu, 25 Aug 2016 00:31:17 -0400 Message-ID: <1472089228.27677.6.camel@mhfsdcap03> Subject: Re: [PATCH V5, 0/5] Add MediaTek USB3 DRD Driver From: chunfeng yun To: Oliver Neukum CC: Greg Kroah-Hartman , Mark Rutland , Pawel Moll , Kumar Gala , Sergei Shtylyov , Alan Cooper , Matthias Brugger , Ian Campbell , Mathias Nyman , Rob Herring , Felipe Balbi , , , Sascha Hauer , Alan Stern , , , Date: Thu, 25 Aug 2016 09:40:28 +0800 In-Reply-To: <1472038159.11480.2.camel@suse.com> References: <1470730998-9563-1-git-send-email-chunfeng.yun@mediatek.com> <1472020923.27677.1.camel@mhfsdcap03> <1472038159.11480.2.camel@suse.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 Hi, On Wed, 2016-08-24 at 13:29 +0200, Oliver Neukum wrote: > On Wed, 2016-08-24 at 14:42 +0800, chunfeng yun wrote: > > Dear all, > > > > Could you please help me to review the code? > > Is the structure > > struct qmu_gpd > > shared with the hardware? Do I read this correctly that > you do PIO to endpoint 0 but DMA to the others? > Yes, you are right. > Could you resend the series? > I will do it soon Thank you. > Regards > Oliver > > From mboxrd@z Thu Jan 1 00:00:00 1970 From: chunfeng yun Subject: Re: [PATCH V5, 0/5] Add MediaTek USB3 DRD Driver Date: Thu, 25 Aug 2016 09:40:28 +0800 Message-ID: <1472089228.27677.6.camel@mhfsdcap03> References: <1470730998-9563-1-git-send-email-chunfeng.yun@mediatek.com> <1472020923.27677.1.camel@mhfsdcap03> <1472038159.11480.2.camel@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1472038159.11480.2.camel-IBi9RG/b67k@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+glpam-linux-mediatek=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Oliver Neukum Cc: Mark Rutland , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Felipe Balbi , Pawel Moll , Sergei Shtylyov , Ian Campbell , Greg Kroah-Hartman , Sascha Hauer , Alan Cooper , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Mathias Nyman , Rob Herring , linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Kumar Gala , Matthias Brugger , Alan Stern , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org Hi, On Wed, 2016-08-24 at 13:29 +0200, Oliver Neukum wrote: > On Wed, 2016-08-24 at 14:42 +0800, chunfeng yun wrote: > > Dear all, > > > > Could you please help me to review the code? > > Is the structure > > struct qmu_gpd > > shared with the hardware? Do I read this correctly that > you do PIO to endpoint 0 but DMA to the others? > Yes, you are right. > Could you resend the series? > I will do it soon Thank you. > Regards > Oliver > > From mboxrd@z Thu Jan 1 00:00:00 1970 From: chunfeng.yun@mediatek.com (chunfeng yun) Date: Thu, 25 Aug 2016 09:40:28 +0800 Subject: [PATCH V5, 0/5] Add MediaTek USB3 DRD Driver In-Reply-To: <1472038159.11480.2.camel@suse.com> References: <1470730998-9563-1-git-send-email-chunfeng.yun@mediatek.com> <1472020923.27677.1.camel@mhfsdcap03> <1472038159.11480.2.camel@suse.com> Message-ID: <1472089228.27677.6.camel@mhfsdcap03> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On Wed, 2016-08-24 at 13:29 +0200, Oliver Neukum wrote: > On Wed, 2016-08-24 at 14:42 +0800, chunfeng yun wrote: > > Dear all, > > > > Could you please help me to review the code? > > Is the structure > > struct qmu_gpd > > shared with the hardware? Do I read this correctly that > you do PIO to endpoint 0 but DMA to the others? > Yes, you are right. > Could you resend the series? > I will do it soon Thank you. > Regards > Oliver > >