Re: [linux-usb-devel] [PATCH] USB: make HCDs responsible for managing endpoint queues

2007-08-10 Thread Yoshihiro Shimoda
Hi, Alan Please test the changes to your respective drivers. I don't have the necessary hardware. I applied this patch. I tested USB testing driver and some usb device and I confirmed it is working. Thanks, Yoshihiro Shimoda

[linux-usb-devel] [PATCH] USB: r8a66597-hcd: fixes some problem

2007-07-18 Thread Yoshihiro Shimoda
This patch incorporates some updates. Updates include: - Fix the problem that control transfer might fail - Change from GFP_KERNEL to GFP_ATOMIC - Clean up some coding style issue Signed-off-by: Yoshihiro Shimoda [EMAIL PROTECTED] --- drivers/usb/host/r8a66597-hcd.c | 110

Re: [linux-usb-devel] [PATCH 006/149] USB: m66592-udc: peripheral controller driver for M66592

2007-07-16 Thread Yoshihiro Shimoda
David Brownell wrote: Here's the all-rolled-up patch ... if you sign off on the whole thing, then I expect it should go upstream ASAP. I made the patch which fixed a problem pointed out in LKML. - fixed memory leak - change ep0_buf - fixed byteswapping It doesn't fix the

Re: [linux-usb-devel] [PATCH 006/149] USB: m66592-udc: peripheral controller driver for M66592

2007-07-15 Thread Yoshihiro Shimoda
David Brownell wrote: On Saturday 14 July 2007, Yoshihiro Shimoda wrote: Does the following patch behave, with all the locking test options in the kernel debug menu enabled? I applied this patch and I tested on following kernel debug menu enabled. - CONFIG_DEBUG_MUTEXES

Re: [linux-usb-devel] [PATCH 006/149] USB: m66592-udc: peripheral controller driver for M66592

2007-07-14 Thread Yoshihiro Shimoda
(). Signed-off-by: Yoshihiro Shimoda [EMAIL PROTECTED] --- drivers/usb/gadget/m66592-udc.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.org/drivers/usb/gadget/m66592-udc.c 2007-07-14 19:58:31.0 +0900 +++ linux-2.6/drivers/usb/gadget/m66592-udc.c 2007

Re: [linux-usb-devel] USB: r8a66597-hcd: host controller driver for R8A66597

2007-07-13 Thread Yoshihiro Shimoda
I haven't seen review comments on this from anyone. Do we have some volunteers, maybe? I got comment from Alen Stern in June 13. The only comment I'll make is that scripts/checkpatch.pl has lots of feedback. ;) Thank you for your comment. I confirmed lots of feedback form

Re: [linux-usb-devel] [PATCH 006/149] USB: m66592-udc: peripheral controller driver for M66592

2007-07-13 Thread Yoshihiro Shimoda
David Brownell wrote: On Thursday 12 July 2007, Greg KH wrote: On Thu, Jul 12, 2007 at 05:23:41PM -0700, David Brownell wrote: What I'll do is provide a patch to update this to the latest version of this code which I have (as soon as Linus pulls), and ask Renesas to expedite addressing the

Re: [linux-usb-devel] Bug and simplifications in r8a66597-hcd

2007-06-15 Thread Yoshihiro Shimoda
it in with the new urb-status updates. Yes, I agree with you. I applied your patch and I confirmed it is working in my development environment. Thanks, Yoshihiro Shimoda - This SF.net email is sponsored by DB2 Express Download

Re: [linux-usb-devel] USB: m66592-udc: peripheral controller driver for M66592

2007-06-10 Thread Yoshihiro Shimoda
Thanks ... I'm still looking at this. Here's some quick feedback: Thank you very much for your feedback. It is really informative for me. I would like to quick reply to your comment now and I will modify driver code and test before re-submit reviced code. /* if complete is true, gadget driver

[linux-usb-devel] [patch 2.6.22-rc2-mm1] r8a66597-hcd: fix NULL access

2007-05-30 Thread Yoshihiro Shimoda
This patch fixes the problem that accesses NULL pointer when disconnected a cable while play music with usb-speaker. Signed-off-by: Yoshihiro Shimoda [EMAIL PROTECTED] --- drivers/usb/host/r8a66597-hcd.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) --- a/drivers/usb/host

[linux-usb-devel] [patch 2.6.22-rc2-mm1]m66592-udc: fix use old interrupt flags

2007-05-30 Thread Yoshihiro Shimoda
This patch fixes the problem that used SA_* flags. Signed-off-by: Yoshihiro Shimoda [EMAIL PROTECTED] --- drivers/usb/gadget/m66592-udc.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/usb/gadget/m66592-udc.c.orig 2007-05-30 21:34:10.0 +0900