Re: [U-Boot] [PATCH v3 2/2] ls102xa: Fix reset hang

2015-10-12 Thread Stefano Babic
Hi Tom, On 12/10/2015 18:01, Tom Rini wrote: > On Mon, Oct 12, 2015 at 12:53:12PM -0300, Fabio Estevam wrote: >> Hi Tom, >> >> On Sat, Oct 3, 2015 at 2:21 PM, Fabio Estevam wrote: >>> From: Fabio Estevam >>> >>> Since commit 623d96e89aca6("imx: wdog: correct wcr register settings") >>> issuing a

Re: [U-Boot] [PATCH v3 2/2] ls102xa: Fix reset hang

2015-10-12 Thread Tom Rini
On Mon, Oct 12, 2015 at 01:06:24PM -0300, Fabio Estevam wrote: > On Mon, Oct 12, 2015 at 1:01 PM, Tom Rini wrote: > > >> Are you happy with this series? > >> > >> This one fixes a regression, so it would be nice to have it applied in > >> 2015.10. > > > > Sorry, for some reason I thought it had

Re: [U-Boot] [PATCH v3 2/2] ls102xa: Fix reset hang

2015-10-12 Thread Tom Rini
On Sat, Oct 03, 2015 at 02:21:00PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Since commit 623d96e89aca6("imx: wdog: correct wcr register settings") > issuing a 'reset' command causes the system to hang. > > Unlike i.MX and Vybrid, the watchdog controller on LS102x is big-endian. >

Re: [U-Boot] [PATCH v3 2/2] ls102xa: Fix reset hang

2015-10-12 Thread York Sun
On 10/12/2015 09:06 AM, Fabio Estevam wrote: > On Mon, Oct 12, 2015 at 1:01 PM, Tom Rini wrote: > >>> Are you happy with this series? >>> >>> This one fixes a regression, so it would be nice to have it applied in >>> 2015.10. >> >> Sorry, for some reason I thought it had been picked up already b

Re: [U-Boot] [PATCH v3 2/2] ls102xa: Fix reset hang

2015-10-12 Thread Fabio Estevam
On Mon, Oct 12, 2015 at 1:01 PM, Tom Rini wrote: >> Are you happy with this series? >> >> This one fixes a regression, so it would be nice to have it applied in >> 2015.10. > > Sorry, for some reason I thought it had been picked up already by > Stefano. > > Stefano, are there any other release c

Re: [U-Boot] [PATCH v3 2/2] ls102xa: Fix reset hang

2015-10-12 Thread Tom Rini
On Mon, Oct 12, 2015 at 12:53:12PM -0300, Fabio Estevam wrote: > Hi Tom, > > On Sat, Oct 3, 2015 at 2:21 PM, Fabio Estevam wrote: > > From: Fabio Estevam > > > > Since commit 623d96e89aca6("imx: wdog: correct wcr register settings") > > issuing a 'reset' command causes the system to hang. > > >

Re: [U-Boot] [PATCH v3 2/2] ls102xa: Fix reset hang

2015-10-12 Thread Fabio Estevam
Hi Tom, On Sat, Oct 3, 2015 at 2:21 PM, Fabio Estevam wrote: > From: Fabio Estevam > > Since commit 623d96e89aca6("imx: wdog: correct wcr register settings") > issuing a 'reset' command causes the system to hang. > > Unlike i.MX and Vybrid, the watchdog controller on LS102x is big-endian. > > Th

[U-Boot] [PATCH v3 2/2] ls102xa: Fix reset hang

2015-10-03 Thread Fabio Estevam
From: Fabio Estevam Since commit 623d96e89aca6("imx: wdog: correct wcr register settings") issuing a 'reset' command causes the system to hang. Unlike i.MX and Vybrid, the watchdog controller on LS102x is big-endian. This means that the watchdog on LS1021 has been working by accident as it does