[U-Boot] [PATCH v3 11/16] usb: Add support for txfifo threshold

2011-12-06 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(+

Re: [U-Boot] [PATCH v3 11/16] usb: Add support for txfifo threshold

2011-12-10 Thread Remy Bohmer
Hi, 2011/12/7 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     |