From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 28 Apr 2016 08:16:55 +0200 Subject: [U-Boot] [PATCH 1/4] usb: dwc2: Pass private data into dwc_otg_core_init() In-Reply-To: <1461763446-6763-1-git-send-email-marex@denx.de> References: <1461763446-6763-1-git-send-email-marex@denx.de> Message-ID: <5721AAD7.6070309@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 27.04.2016 15:24, Marek Vasut wrote: > Pass the whole bulk of private data instead of just the regs, > since the private data will soon contain important configuration > flags. > > Signed-off-by: Marek Vasut > Cc: Stefan Roese > Cc: Dinh Nguyen Tested-by: Stefan Roese Thanks, Stefan