From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Thu, 2 Jun 2016 15:17:35 +0200 Subject: [U-Boot] [PATCH] usb: dwc3: Correct datatype of base to unsigned long In-Reply-To: <57502621.5010509@denx.de> References: <874d86306a79b7f5d4b26de4dd2b8d795255eae8.1463036229.git.michal.simek@xilinx.com> <8f440a5b-1eb5-df42-ba63-c6fe58d3efd4@suse.de> <5750117B.7060807@monstr.eu> <57502621.5010509@denx.de> Message-ID: <575031EF.8060008@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2.6.2016 14:27, Marek Vasut wrote: > On 06/02/2016 12:59 PM, Michal Simek wrote: >> Hi Marek, > > Hi, > >> On 12.5.2016 10:14, Alexander Graf wrote: >>> >>> >>> On 12.05.16 08:57, Michal Simek wrote: >>>> From: Siva Durga Prasad Paladugu >>>> >>>> Correct type of varibale base to unsigned long as >>>> keeping it as int causes usb failures if MSB of >>>> the base address is set. >>>> >>>> Signed-off-by: Siva Durga Prasad Paladugu >>>> Signed-off-by: Michal Simek >>> >>> I can verify that with this patch the "usb start" doesn't crash the >>> system anymore and it seems to start doing something intelligible (I >>> don't have usb devices plugged in, so can't verify whether they also work). >>> >>> Tested-by: Alexander Graf >> >> Can you please look at it? > > It's in u-boot-usb, PR is coming > Thanks, Michal