Re: [PATCH 22/24] USB: gadget: udc: Remove redundant license text

2017-11-06 Thread Li Yang
description text was removed. > > Cc: Felipe Balbi <ba...@kernel.org> > Cc: Nicolas Ferre <nicolas.fe...@microchip.com> > Cc: Kevin Cernekee <cerne...@gmail.com> > Cc: Florian Fainelli <f.faine...@gmail.com> > Cc: Li Yang <leoyang...@nxp.com> > Cc: V

Re: [PATCH] usb: chipidea: Configure DMA properties and ops from DT

2016-03-09 Thread Li Yang
On Tue, Mar 8, 2016 at 9:40 PM, Bjorn Andersson <bjorn.anders...@linaro.org> wrote: > On Tue, Mar 8, 2016 at 11:52 AM, Li Yang <le...@freescale.com> wrote: >> On Wed, Mar 2, 2016 at 4:59 PM, Li Yang <le...@freescale.com> wrote: >>> On Mon, Feb 22, 2016 at 4:07 P

Re: [PATCH] usb: chipidea: Configure DMA properties and ops from DT

2016-03-08 Thread Li Yang
On Wed, Mar 2, 2016 at 4:59 PM, Li Yang <le...@freescale.com> wrote: > On Mon, Feb 22, 2016 at 4:07 PM, Bjorn Andersson > <bjorn.anders...@linaro.org> wrote: >> On Mon 22 Feb 02:03 PST 2016, Srinivas Kandagatla wrote: >> >>> >>> >>>

Re: [PATCH] usb: chipidea: Configure DMA properties and ops from DT

2016-03-02 Thread Li Yang
On Mon, Feb 22, 2016 at 4:07 PM, Bjorn Andersson wrote: > On Mon 22 Feb 02:03 PST 2016, Srinivas Kandagatla wrote: > >> >> >> On 22/02/16 05:32, Bjorn Andersson wrote: >> >On certain platforms (e.g. ARM64) the dma_ops needs to be explicitly set >> >to be able to do DMA

Re: [PATCH 0/7][v5]Add OTG support for FSL socs

2016-02-11 Thread Li Yang
On Mon, Feb 8, 2016 at 3:18 AM, Ramneek Mehresh wrote: > Hi Balbi, > > A kind reminder for the below request. Please let me know if any changes are > required on my side. You are still using the obsolete email address of Balbi trying to get his attention. commit

RE: [PATCH 1/1] usb: gadget: fsl_udc_core: Use module_platform_driver_probe macro

2013-03-05 Thread Li Yang-R58472
Subject: [PATCH 1/1] usb: gadget: fsl_udc_core: Use module_platform_driver_probe macro module_platform_driver_probe() eliminates the boilerplate and simplifies the code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: Li Yang le...@freescale.com Acked-by: Li Yang le

RE: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3

2013-01-11 Thread Li Yang-R58472
-Original Message- From: Felipe Balbi [mailto:ba...@ti.com] Sent: Friday, January 11, 2013 4:41 PM To: Chen Peter-B29397 Cc: ba...@ti.com; ker...@pengutronix.de; Li Yang-R58472; Greg KH; linux- u...@vger.kernel.org; linuxppc-...@lists.ozlabs.org Subject: Re: [BUILD BREAK] usb

RE: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3

2013-01-10 Thread Li Yang-R58472
-Original Message- From: Greg KH [mailto:gre...@linuxfoundation.org] Sent: Thursday, January 10, 2013 10:30 PM To: Felipe Balbi Cc: Li Yang-R58472; linux-usb@vger.kernel.org; linuxppc- d...@lists.ozlabs.org Subject: Re: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile

Re: [PATCH 2/3] usb: gadget: fsl_qe_udc: do not use tasklet_disable before tasklet_kill

2012-10-31 Thread Li Yang
On Wed, Oct 31, 2012 at 9:26 PM, Felipe Balbi ba...@ti.com wrote: On Wed, Oct 31, 2012 at 04:06:00PM +0800, Xiaotian Feng wrote: If tasklet_disable() is called before related tasklet handled, tasklet_kill will never be finished. tasklet_kill is enough. how did you test this ? Why changing FSL