Re: [U-Boot] [RFC PATCH v1] usb: spl: fix USB errata for FSL SPL targets

2016-06-29 Thread Marek Vasut
On 06/29/2016 06:12 AM, york sun wrote: > On 06/28/2016 08:53 PM, Sriram Dash wrote: >>> From: york sun >>> On 06/28/2016 12:02 AM, Sriram Dash wrote: > From: Marek Vasut [mailto:ma...@denx.de] On 06/28/2016 01:02 AM, York > Sun wrote: >> Commit 9262367 moved USB errata workaround to a

Re: [U-Boot] [RFC PATCH v1] usb: spl: fix USB errata for FSL SPL targets

2016-06-28 Thread york sun
On 06/28/2016 08:53 PM, Sriram Dash wrote: >> From: york sun >> On 06/28/2016 12:02 AM, Sriram Dash wrote: From: Marek Vasut [mailto:ma...@denx.de] On 06/28/2016 01:02 AM, York Sun wrote: > Commit 9262367 moved USB errata workaround to a C file but didn't > build it for SPL target

Re: [U-Boot] [RFC PATCH v1] usb: spl: fix USB errata for FSL SPL targets

2016-06-28 Thread Sriram Dash
>From: york sun >On 06/28/2016 12:02 AM, Sriram Dash wrote: >>> From: Marek Vasut [mailto:ma...@denx.de] On 06/28/2016 01:02 AM, York >>> Sun wrote: Commit 9262367 moved USB errata workaround to a C file but didn't build it for SPL targets. Signed-off-by: York Sun CC: Srir

Re: [U-Boot] [RFC PATCH v1] usb: spl: fix USB errata for FSL SPL targets

2016-06-28 Thread york sun
On 06/28/2016 12:02 AM, Sriram Dash wrote: >> From: Marek Vasut [mailto:ma...@denx.de] >> On 06/28/2016 01:02 AM, York Sun wrote: >>> Commit 9262367 moved USB errata workaround to a C file but didn't >>> build it for SPL targets. >>> >>> Signed-off-by: York Sun >>> CC: Sriram Dash >>> CC: Rajesh

Re: [U-Boot] [RFC PATCH v1] usb: spl: fix USB errata for FSL SPL targets

2016-06-28 Thread Marek Vasut
On 06/28/2016 09:02 AM, Sriram Dash wrote: >> From: Marek Vasut [mailto:ma...@denx.de] >> On 06/28/2016 01:02 AM, York Sun wrote: >>> Commit 9262367 moved USB errata workaround to a C file but didn't >>> build it for SPL targets. >>> >>> Signed-off-by: York Sun >>> CC: Sriram Dash >>> CC: Rajesh

Re: [U-Boot] [RFC PATCH v1] usb: spl: fix USB errata for FSL SPL targets

2016-06-28 Thread Sriram Dash
>From: Marek Vasut [mailto:ma...@denx.de] >On 06/28/2016 01:02 AM, York Sun wrote: >> Commit 9262367 moved USB errata workaround to a C file but didn't >> build it for SPL targets. >> >> Signed-off-by: York Sun >> CC: Sriram Dash >> CC: Rajesh Bhagat >> >> --- >> Please review this patch. It fix

Re: [U-Boot] [RFC PATCH v1] usb: spl: fix USB errata for FSL SPL targets

2016-06-27 Thread Marek Vasut
On 06/28/2016 01:02 AM, York Sun wrote: > Commit 9262367 moved USB errata workaround to a C file but didn't > build it for SPL targets. > > Signed-off-by: York Sun > CC: Sriram Dash > CC: Rajesh Bhagat > > --- > Please review this patch. It fixed the compiling errors introduced by > 9262367. N

[U-Boot] [RFC PATCH v1] usb: spl: fix USB errata for FSL SPL targets

2016-06-27 Thread York Sun
Commit 9262367 moved USB errata workaround to a C file but didn't build it for SPL targets. Signed-off-by: York Sun CC: Sriram Dash CC: Rajesh Bhagat --- Please review this patch. It fixed the compiling errors introduced by 9262367. Not sure if this is the way USB errata should be handled. d