Re: [PATCH] [RESEND] Fix the pxa2xx_udc to balance calls to clk_enable/clk_disable

2008-02-12 Thread Dmitry Baryshkov
Dmitry Baryshkov wrote: > Hi, > > David Brownell wrote: > >> Rather than resending, please come up with a new patch resolving the >> various issues noted previously. Including not just the locking issue >> reported to you by lockdep ... > > Fixed that minors and lockdep. I thought I folded the

Re: [PATCH] [RESEND] Fix the pxa2xx_udc to balance calls to clk_enable/clk_disable

2008-02-09 Thread Dmitry Baryshkov
Hi, David Brownell wrote: > Rather than resending, please come up with a new patch resolving the > various issues noted previously. Including not just the locking issue > reported to you by lockdep ... Fixed that minors and lockdep. I thought I folded the changes into the patch... >From 0f92f

Re: [PATCH] [RESEND] Fix the pxa2xx_udc to balance calls to clk_enable/clk_disable

2008-02-09 Thread David Brownell
Rather than resending, please come up with a new patch resolving the various issues noted previously. Including not just the locking issue reported to you by lockdep ... (And per the biweekly FAQ posted to linux-arm-kernel: don't cross-post to the ARM kernel list.) - To unsubscribe from this l

[PATCH] [RESEND] Fix the pxa2xx_udc to balance calls to clk_enable/clk_disable

2008-02-08 Thread Dmitry Baryshkov
Signed-off-by: Dmitry Baryshkov [EMAIL PROTECTED] --- drivers/usb/gadget/pxa2xx_udc.c | 72 ++- drivers/usb/gadget/pxa2xx_udc.h |6 +++- 2 files changed, 46 insertions(+), 32 deletions(-) diff --git a/drivers/usb/gadget/pxa2xx_udc.c b/drivers/usb/gadget/p