Re: [U-Boot] [PATCH v5 15/15] sunxi: ohci: Add ohci usb host controller support

2015-05-13 Thread Simon Glass
Hi Hans, On 13 May 2015 at 06:40, Hans de Goede wrote: > > Hi, > > > On 13-05-15 00:39, Simon Glass wrote: >> >> Hi Hans, >> >> On 12 May 2015 at 01:23, Hans de Goede wrote: >>> >>> >>> Hi Simon, >>> >>> >>> On 12-05-15 00:37, Simon Glass wrote: On 10 May 2015 at 06:10, Hans de G

Re: [U-Boot] [PATCH v5 15/15] sunxi: ohci: Add ohci usb host controller support

2015-05-13 Thread Hans de Goede
Hi, On 13-05-15 00:39, Simon Glass wrote: Hi Hans, On 12 May 2015 at 01:23, Hans de Goede wrote: Hi Simon, On 12-05-15 00:37, Simon Glass wrote: On 10 May 2015 at 06:10, Hans de Goede wrote: This commit adds support for the OHCI companion controller, which makes usb-1 devices directly

Re: [U-Boot] [PATCH v5 15/15] sunxi: ohci: Add ohci usb host controller support

2015-05-12 Thread Simon Glass
Hi Hans, On 12 May 2015 at 01:23, Hans de Goede wrote: > > Hi Simon, > > > On 12-05-15 00:37, Simon Glass wrote: >> >> On 10 May 2015 at 06:10, Hans de Goede wrote: >>> >>> This commit adds support for the OHCI companion controller, which makes >>> usb-1 devices directly plugged into to usb root

Re: [U-Boot] [PATCH v5 15/15] sunxi: ohci: Add ohci usb host controller support

2015-05-12 Thread Hans de Goede
Hi Simon, On 12-05-15 00:37, Simon Glass wrote: On 10 May 2015 at 06:10, Hans de Goede wrote: This commit adds support for the OHCI companion controller, which makes usb-1 devices directly plugged into to usb root port work. Note for now this switches usb-keyboard support for sunxi back from

Re: [U-Boot] [PATCH v5 15/15] sunxi: ohci: Add ohci usb host controller support

2015-05-11 Thread Simon Glass
On 10 May 2015 at 06:10, Hans de Goede wrote: > This commit adds support for the OHCI companion controller, which makes > usb-1 devices directly plugged into to usb root port work. > > Note for now this switches usb-keyboard support for sunxi back from int-queue > support to the old interrupt poll

[U-Boot] [PATCH v5 15/15] sunxi: ohci: Add ohci usb host controller support

2015-05-10 Thread Hans de Goede
This commit adds support for the OHCI companion controller, which makes usb-1 devices directly plugged into to usb root port work. Note for now this switches usb-keyboard support for sunxi back from int-queue support to the old interrupt polling method. Adding int-queue support to the ohci code an