From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 27 Mar 2013 09:41:18 -0600 Subject: [U-Boot] [PATCH 1/1] USB: EHCI: Add weak functions to support new chip In-Reply-To: <1364381552-20952-1-git-send-email-jilin@nvidia.com> References: <1364381552-20952-1-git-send-email-jilin@nvidia.com> Message-ID: <5153131E.6040500@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 commit description. Also, you didn't Cc the USB maintainer for review.