Re: [U-Boot] [PATCH v4 14/20] usb: Add support for txfifo threshold

2012-01-15 Thread Remy Bohmer
Hi, 2012/1/12 Simon Glass s...@chromium.org: CONFIG_USB_EHCI_TXFIFO_THRESH enables setting of the txfilltuning field in the EHCI controller on reset. Signed-off-by: Simon Glass s...@chromium.org ---  README                      |    3 +++  drivers/usb/host/ehci-hcd.c |    7 +++  

[U-Boot] [PATCH v4 14/20] usb: Add support for txfifo threshold

2012-01-11 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 s...@chromium.org --- README |3 +++ drivers/usb/host/ehci-hcd.c |7 +++ drivers/usb/host/ehci.h |6 +- 3 files