Re: [U-Boot] rockchip: timer: make register sizes explicit

2017-07-27 Thread Philipp Tomsich
> We are about to reuse the rockchip timer (header file) for 64bit ARMv8 > chips, so it seems a good time to make the register sizes explicit by > changing from 'unsigned int' to 'u32'. > > Signed-off-by: Philipp Tomsich > Acked-by: Philipp Tomsich > --- > > arch/arm/include/asm/arch-rockchip/

Re: [U-Boot] rockchip: timer: make register sizes explicit

2017-07-17 Thread Philipp Tomsich
> We are about to reuse the rockchip timer (header file) for 64bit ARMv8 > chips, so it seems a good time to make the register sizes explicit by > changing from 'unsigned int' to 'u32'. > > Signed-off-by: Philipp Tomsich > --- > > arch/arm/include/asm/arch-rockchip/timer.h | 12 ++-- >