Re: [U-Boot] [UBOOT PATCH] usb: ehci-hcd: Fix crash when rootdev not initialized

2016-06-28 Thread Simon Glass
t; Cc: ma...@denx.de; Siva Durga Prasad Paladugu >> Subject: Re: [U-Boot] [UBOOT PATCH] usb: ehci-hcd: Fix crash when rootdev not >> initialized >> >> Hi, >> >> On 27-06-16 10:59, Siva Durga Prasad Paladugu wrote: >> > This patch fixes the issue on zynq USB

Re: [U-Boot] [UBOOT PATCH] usb: ehci-hcd: Fix crash when rootdev not initialized

2016-06-27 Thread Siva Durga Prasad Paladugu
Hi, > -Original Message- > From: Hans de Goede [mailto:hdego...@redhat.com] > Sent: Monday, June 27, 2016 4:35 PM > To: Siva Durga Prasad Paladugu ; u-boot@lists.denx.de > Cc: ma...@denx.de; Siva Durga Prasad Paladugu > Subject: Re: [U-Boot] [UBOOT PATCH] usb: ehci-h

Re: [U-Boot] [UBOOT PATCH] usb: ehci-hcd: Fix crash when rootdev not initialized

2016-06-27 Thread Hans de Goede
Hi, On 27-06-16 10:59, Siva Durga Prasad Paladugu wrote: This patch fixes the issue on zynq USB failure with DM when rootdev is not initialized. This variable is initalized to zero in non driver model case but not in DM. Signed-off-by: Siva Durga Prasad Paladugu --- - Tested on Zynq ZC702 boar

[U-Boot] [UBOOT PATCH] usb: ehci-hcd: Fix crash when rootdev not initialized

2016-06-27 Thread Siva Durga Prasad Paladugu
This patch fixes the issue on zynq USB failure with DM when rootdev is not initialized. This variable is initalized to zero in non driver model case but not in DM. Signed-off-by: Siva Durga Prasad Paladugu --- - Tested on Zynq ZC702 board with USB DM driver model patches sent by Simon. --- dri