Re: [U-Boot] [PATCH V2] USB: Add usb_event_poll() to get keyboards working with EHCI

2011-10-08 Thread Remy Bohmer
Hi Marek, 2011/10/7 Marek Vasut marek.va...@gmail.com: On Friday, October 07, 2011 07:25:22 AM Wolfgang Denk wrote: Dear Marek Vasut, In message 201110070130.14881.marek.va...@gmail.com you wrote: Checkpatch says: total: 0 errors, 1 warnings, 43 lines checked Please clean up

Re: [U-Boot] [PATCH V2] USB: Add usb_event_poll() to get keyboards working with EHCI

2011-10-08 Thread Remy Bohmer
Hi, 2011/9/25 Marek Vasut marek.va...@gmail.com: Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net ---  drivers/usb/host/ehci-hcd.c |   33 -  1 files changed, 32 insertions(+), 1 deletions(-) V2: Drop redundant bogus header.

Re: [U-Boot] [PATCH V2] USB: Add usb_event_poll() to get keyboards working with EHCI

2011-10-07 Thread Marek Vasut
On Friday, October 07, 2011 07:25:22 AM Wolfgang Denk wrote: Dear Marek Vasut, In message 201110070130.14881.marek.va...@gmail.com you wrote: Checkpatch says: total: 0 errors, 1 warnings, 43 lines checked Please clean up and resubmit. Thanks. ... The extern-stuff

Re: [U-Boot] [PATCH V2] USB: Add usb_event_poll() to get keyboards working with EHCI

2011-10-06 Thread Wolfgang Denk
Dear Marek Vasut, In message 1316977676-10284-1-git-send-email-marek.va...@gmail.com you wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net --- drivers/usb/host/ehci-hcd.c | 33 - 1 files changed, 32 insertions(+), 1

Re: [U-Boot] [PATCH V2] USB: Add usb_event_poll() to get keyboards working with EHCI

2011-10-06 Thread Marek Vasut
Dear Wolfgang Denk, Dear Marek Vasut, In message 1316977676-10284-1-git-send-email-marek.va...@gmail.com you wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net --- drivers/usb/host/ehci-hcd.c | 33 - 1

Re: [U-Boot] [PATCH V2] USB: Add usb_event_poll() to get keyboards working with EHCI

2011-10-06 Thread Wolfgang Denk
Dear Marek Vasut, In message 201110070130.14881.marek.va...@gmail.com you wrote: Checkpatch says: total: 0 errors, 1 warnings, 43 lines checked Please clean up and resubmit. Thanks. ... The extern-stuff checkpatch is complaining about is a problem with usbkbd.c . The file needs

[U-Boot] [PATCH V2] USB: Add usb_event_poll() to get keyboards working with EHCI

2011-09-25 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net --- drivers/usb/host/ehci-hcd.c | 33 - 1 files changed, 32 insertions(+), 1 deletions(-) V2: Drop redundant bogus header. diff --git a/drivers/usb/host/ehci-hcd.c