Re: [U-Boot] [PATCH 3/7] mx35: Fix decode_pll

2012-09-06 Thread Stefano Babic
On 14/08/2012 22:32, Benoît Thébaudeau wrote: > The MFN bit-field of the PLL registers represents a signed value. See the > reference manual. > > Signed-off-by: Benoît Thébaudeau > Cc: Stefano Babic > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 3/7] mx35: Fix decode_pll

2012-09-02 Thread stefano babic
Am 01/09/2012 10:15, schrieb Stefano Babic: > On 14/08/2012 22:32, Benoît Thébaudeau wrote: >> The MFN bit-field of the PLL registers represents a signed value. See the >> reference manual. >> >> Signed-off-by: Benoît Thébaudeau >> Cc: Stefano Babic >> --- > > Hi Benoît, > >> .../arch/arm/cpu/

Re: [U-Boot] [PATCH 3/7] mx35: Fix decode_pll

2012-09-01 Thread Stefano Babic
On 14/08/2012 22:32, Benoît Thébaudeau wrote: > The MFN bit-field of the PLL registers represents a signed value. See the > reference manual. > > Signed-off-by: Benoît Thébaudeau > Cc: Stefano Babic > --- Hi Benoît, > .../arch/arm/cpu/arm1136/mx35/generic.c|9 ++--- > 1 fi

[U-Boot] [PATCH 3/7] mx35: Fix decode_pll

2012-08-14 Thread Benoît Thébaudeau
The MFN bit-field of the PLL registers represents a signed value. See the reference manual. Signed-off-by: Benoît Thébaudeau Cc: Stefano Babic --- .../arch/arm/cpu/arm1136/mx35/generic.c|9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git u-boot-4d3c95f.orig