Re: [U-Boot] [PATCH 32/82] x86: ivybridge: Tidy up enable_clock_gating() for 64-bit

2016-10-10 Thread Bin Meng
On Tue, Oct 11, 2016 at 11:16 AM, Bin Meng wrote: > Hi Simon, > > On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote: >> Fix the hex case and remove unused brackets. Use -0U instead of ~0UL to > > Should be: ~0U Fixed this, and > >> allow compilation on

Re: [U-Boot] [PATCH 32/82] x86: ivybridge: Tidy up enable_clock_gating() for 64-bit

2016-10-10 Thread Bin Meng
Hi Simon, On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote: > Fix the hex case and remove unused brackets. Use -0U instead of ~0UL to Should be: ~0U > allow compilation on 64-bit machines. > > Signed-off-by: Simon Glass > --- > >

[U-Boot] [PATCH 32/82] x86: ivybridge: Tidy up enable_clock_gating() for 64-bit

2016-09-25 Thread Simon Glass
Fix the hex case and remove unused brackets. Use -0U instead of ~0UL to allow compilation on 64-bit machines. Signed-off-by: Simon Glass --- arch/x86/cpu/ivybridge/lpc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/x86/cpu/ivybridge/lpc.c