Re: [U-Boot] [PATCH v2 12/17] usb: Add support for txfifo threshold

2011-12-06 Thread Simon Glass
Hi Stephen, On Tue, Dec 6, 2011 at 10:58 AM, Stephen Warren wrote: > Simon Glass wrote at Monday, December 05, 2011 7:03 PM: >> On Mon, Dec 5, 2011 at 3:32 PM, Stephen Warren wrote: >> > On 12/02/2011 07:11 PM, Simon Glass wrote: >> >> CONFIG_USB_EHCI_TXFIFO_THRESH enables setting of the txfillt

Re: [U-Boot] [PATCH v2 12/17] usb: Add support for txfifo threshold

2011-12-06 Thread Stephen Warren
Simon Glass wrote at Monday, December 05, 2011 7:03 PM: > On Mon, Dec 5, 2011 at 3:32 PM, Stephen Warren wrote: > > On 12/02/2011 07:11 PM, Simon Glass wrote: > >> CONFIG_USB_EHCI_TXFIFO_THRESH enables setting of the txfilltuning > >> field in the EHCI controller on reset. > > > >> diff --git a/dr

Re: [U-Boot] [PATCH v2 12/17] usb: Add support for txfifo threshold

2011-12-05 Thread Simon Glass
Hi Stephen, On Mon, Dec 5, 2011 at 3:32 PM, Stephen Warren wrote: > On 12/02/2011 07:11 PM, Simon Glass wrote: >> CONFIG_USB_EHCI_TXFIFO_THRESH enables setting of the txfilltuning >> field in the EHCI controller on reset. > >> diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h >> inde

Re: [U-Boot] [PATCH v2 12/17] usb: Add support for txfifo threshold

2011-12-05 Thread Stephen Warren
On 12/02/2011 07:11 PM, Simon Glass wrote: > CONFIG_USB_EHCI_TXFIFO_THRESH enables setting of the txfilltuning > field in the EHCI controller on reset. > diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h > index 3d0ad0c..cc00ce4 100644 > --- a/drivers/usb/host/ehci.h > +++ b/drivers/u

[U-Boot] [PATCH v2 12/17] usb: Add support for txfifo threshold

2011-12-02 Thread Simon Glass
CONFIG_USB_EHCI_TXFIFO_THRESH enables setting of the txfilltuning field in the EHCI controller on reset. Signed-off-by: Simon Glass --- README |3 +++ drivers/usb/host/ehci-hcd.c |7 +++ drivers/usb/host/ehci.h |6 +- 3 files changed, 15 insertions(+