From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 30 Sep 2014 00:59:08 +0200 Subject: [U-Boot] [PATCH] usb: ci_udc: respect CONFIG_USB_GADGET_DUALSPEED In-Reply-To: <1411954514-18549-1-git-send-email-eric.nelson@boundarydevices.com> References: <20140929012119.GA21079@saruman> <1411954514-18549-1-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <201409300059.08131.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, September 29, 2014 at 03:35:14 AM, Eric Nelson wrote: > Force full-speed (12 Mbit/s) operation if CONFIG_USB_GADGET_DUALSPEED > is not defined. > > The controller is capable of high-speed (480 Mbit/s) operation, > but some designs may require the use of lower-speed operation. > > Signed-off-by: Eric Nelson > --- > V2 uses PFSC constant, setbits_le32, and expands commit message > V3 removes restriction on i.MX6 and extraneous declaration Applied, thanks. Best regards, Marek Vasut