[U-Boot] [PATCH 1/1] USB: EHCI: Add weak functions to support new chip

2013-03-27 Thread Jim Lin
Add ehci_get_port_speed() and ehci_set_usbmode() weak functions for platform driver to support new chip. Signed-off-by: Jim Lin ji...@nvidia.com --- drivers/usb/host/ehci-hcd.c | 40 1 files changed, 28 insertions(+), 12 deletions(-) diff --git

Re: [U-Boot] [PATCH 1/1] USB: EHCI: Add weak functions to support new chip

2013-03-27 Thread Stephen Warren
On 03/27/2013 04:52 AM, Jim Lin wrote: Add ehci_get_port_speed() and ehci_set_usbmode() weak functions for platform driver to support new chip. Jim, you really need to send this as part of a complete patch series that demonstrates the need for this feature. At least explain the need in the