RE: [PATCH] USB : Gadget: fsl: add information message

2014-03-14 Thread suresh.gu...@freescale.com
Hi, -Original Message- From: Felipe Balbi [mailto:ba...@ti.com] Sent: Thursday, March 13, 2014 8:56 PM To: Gupta Suresh-B42813 Cc: ba...@ti.com; gre...@linuxfoundation.org; linux-...@vger.kernel.org; linux-kernel@vger.kernel.org Subject: Re: [PATCH] USB : Gadget: fsl: add information mes

RE: [PATCH] usb: gadget: fsl: Add FSL USB Gadget entry in platform device id

2014-03-14 Thread suresh.gu...@freescale.com
Hi, Thanks for reviewing my patches. Please find my comments inline -Original Message- From: Felipe Balbi [mailto:ba...@ti.com] Sent: Thursday, March 13, 2014 8:56 PM To: Gupta Suresh-B42813 Cc: ba...@ti.com; gre...@linuxfoundation.org; linux-...@vger.kernel.org; linux-kernel@vger.kernel

RE: [PATCH] usb: gadget: fsl: Set dma_ops for FSL USB Gadget Device

2014-03-14 Thread suresh.gu...@freescale.com
Hi, -Original Message- From: Felipe Balbi [mailto:ba...@ti.com] Sent: Thursday, March 13, 2014 8:57 PM To: Gupta Suresh-B42813 Cc: ba...@ti.com; gre...@linuxfoundation.org; linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; Gupta Suresh-B42813 Subject: Re: [PATCH] usb: gadget: fsl:

RE: [PATCH] USB: Gadget: fsl driver pullup fix

2014-03-14 Thread suresh.gu...@freescale.com
Hi, -Original Message- From: Felipe Balbi [mailto:ba...@ti.com] Sent: Thursday, March 13, 2014 8:55 PM To: Gupta Suresh-B42813 Cc: ba...@ti.com; gre...@linuxfoundation.org; linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; Stefani Seibold Subject: Re: [PATCH] USB: Gadget: fsl driv

RE: [PATCH] usb: gadget: fsl: Add FSL USB Gadget entry in platform device id

2014-03-19 Thread suresh.gu...@freescale.com
gadget: fsl: Add FSL USB Gadget entry in > platform device id > > On Fri, Mar 14, 2014 at 08:52:19PM +0000, suresh.gu...@freescale.com > wrote: > > Hi, > > Thanks for reviewing my patches. > > Please find my comments inline > > > > -Original Mes

RE: [PATCH] USB: Gadget: fsl driver pullup fix

2014-03-19 Thread suresh.gu...@freescale.com
: [PATCH] USB: Gadget: fsl driver pullup fix > > Hi, > > (first of all, please fix your email client, we need the quotation marks. > See Documentation/email-clients.txt) > > On Fri, Mar 14, 2014 at 08:53:24PM +, suresh.gu...@freescale.com > wrote: > > > On Thu

RE: [PATCH] usb: gadget: fsl: Add FSL USB Gadget entry in platform device id

2014-03-19 Thread suresh.gu...@freescale.com
vger.kernel.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH] usb: gadget: fsl: Add FSL USB Gadget entry in > platform device id > > On Wed, Mar 19, 2014 at 02:25:25PM +, suresh.gu...@freescale.com > wrote: > > Hi > > > > > -Original Message

RE: [PATCH] usb: gadget: fsl: Add FSL USB Gadget entry in platform device id

2014-03-19 Thread suresh.gu...@freescale.com
e...@linuxfoundation.org] > > Sent: Wednesday, March 19, 2014 10:22 PM > > To: Gupta Suresh-B42813 > > Cc: ba...@ti.com; linux-...@vger.kernel.org; > > linux-kernel@vger.kernel.org > > Subject: Re: [PATCH] usb: gadget: fsl: Add FSL USB Gadget entry in > > platform

RE: [PATCH] usb: gadget: fsl: Add FSL USB Gadget entry in platform device id

2014-03-20 Thread suresh.gu...@freescale.com
> > > > > @@ -2654,6 +2654,8 @@ static const struct platform_device_id > > > fsl_udc_devtype[] = { > > > > > }, { > > > > > .name = "imx-udc-mx51", > > > > > }, { > > > > > + .name = "fsl-usb2-udc", > > > > > > > > why aren't you just using chipidea ? > > > > [

RE: [PATCH v2] USB: Gadget: fsl driver pullup fix

2014-03-20 Thread suresh.gu...@freescale.com
> -Original Message- > From: Greg KH [mailto:gre...@linuxfoundation.org] > Sent: Thursday, March 20, 2014 9:33 PM > To: Gupta Suresh-B42813 > Cc: ba...@ti.com; linux-...@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH v2] USB: Gadget: fsl driver pullup fix > > On Fri,

RE: [PATCH] usb: gadget: fsl: check vbus presence on probe

2014-05-01 Thread suresh.gu...@freescale.com
Give me some time (actually some days), I will try this and update you. > -Original Message- > From: Felipe Balbi [mailto:ba...@ti.com] > Sent: Thursday, May 01, 2014 1:42 AM > To: Paul Fertser > Cc: Felipe Balbi; Li Yang-Leo-R58472; linux-...@vger.kernel.org; linux- > ker...@vger.kernel.o

RE: [PATCH] usb: gadget: fsl: check vbus presence on probe

2014-05-08 Thread suresh.gu...@freescale.com
not help much. > -Original Message- > From: linux-usb-ow...@vger.kernel.org [mailto:linux-usb- > ow...@vger.kernel.org] On Behalf Of suresh.gu...@freescale.com > Sent: Thursday, May 01, 2014 7:58 PM > To: ba...@ti.com; Paul Fertser > Cc: Li Yang-Leo-R58472; linux-...@vger

RE: [PATCH] usb: gadget: fsl: check vbus presence on probe

2014-05-08 Thread suresh.gu...@freescale.com
dget: fsl: check vbus presence on probe > > Hi, > > On Thu, May 08, 2014 at 02:30:39PM +, suresh.gu...@freescale.com > wrote: > > As per my limited knowledge, the purpose of OTGSC_STS_B_SESSION_VALID > > bit is to tell either VBUS is above the B session valid thr

RE: [PATCH] usb: gadget: fsl: check vbus presence on probe

2014-05-09 Thread suresh.gu...@freescale.com
dget: fsl: check vbus presence on probe > > On Thu, May 08, 2014 at 06:42:53PM +, suresh.gu...@freescale.com > wrote: > > > > And Host might be attach after system bootup or after driver > > > > initialization. So putting this check in probe will not help much. &g