From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 26 Sep 2014 17:59:05 +0200 Subject: [U-Boot] [PATCH 1/3] usb: dwc2: Add driver for Synopsis DWC2 USB IP block In-Reply-To: <54257FC2.3080501@opensource.altera.com> References: <1411305204-11731-1-git-send-email-marex@denx.de> <201409260929.55462.marex@denx.de> <54257FC2.3080501@opensource.altera.com> Message-ID: <201409261759.05869.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 Friday, September 26, 2014 at 05:01:22 PM, Dinh Nguyen wrote: [...] > >>> +#define DWC2_GUSBCFG_TX_END_DELAY (1 << 28) > >>> +#define DWC2_GUSBCFG_TX_END_DELAY_OFFSET 28 > >> > >> bits 29 and 30 of GUSBCFG are to Force Host and Device mode, > >> respectively. These bits may get used in the future. > > > > That's good, what's their exact name please ? > > They should be: > #define DWC2_GUSBCFG_FORCEDEVMODE (1 << 30) > #define DWC2_GUSBCFG_FORCEHOSTMODE (1 << 29) > > Also, for patch 1/3 and 2/3, I was able to test USB functionality on the > SoCFPGA devkit. So you can add: > > Tested-by: Dinh Nguyen Thanks, fixed. Best regards, Marek Vasut