Re: [PATCH] fusb300_udc: modify stall clear and idma reset procedure

2013-03-04 Thread Yuan-Hsin Chen
Hi, On Wed, Feb 27, 2013 at 1:59 AM, Felipe Balbi wrote: > Hi, > > On Fri, Feb 22, 2013 at 07:09:39AM +, Yuan-Hsin Chen wrote: >> From: Yuan-Hsin Chen >> >> Due to fusb300 controller modification, stall clear procedure should be >> modified consistantly. This patch also fixes software bugs:

Re: [PATCH] fusb300_udc: modify stall clear and idma reset procedure

2013-02-26 Thread Felipe Balbi
Hi, On Fri, Feb 22, 2013 at 07:09:39AM +, Yuan-Hsin Chen wrote: > From: Yuan-Hsin Chen > > Due to fusb300 controller modification, stall clear procedure should be > modified consistantly. This patch also fixes software bugs: only > enter IDMA_RESET when the condition matched and disable corr

[PATCH] fusb300_udc: modify stall clear and idma reset procedure

2013-02-21 Thread Yuan-Hsin Chen
From: Yuan-Hsin Chen Due to fusb300 controller modification, stall clear procedure should be modified consistantly. This patch also fixes software bugs: only enter IDMA_RESET when the condition matched and disable corresponding PRD interrupt in IDMA_RESET. Signed-off-by: Yuan-Hsin Chen --- dr