Re: [U-Boot] [PATCH v3 04/19] arm: socfpga: Restructure misc driver

2017-04-02 Thread Ley Foon Tan
On Fri, Mar 31, 2017 at 5:33 AM, Dinh Nguyen wrote: > On Thu, Mar 30, 2017 at 8:08 AM, Ley Foon Tan wrote: >> Restructure misc driver in the preparation to support A10. >> Move the Gen5 specific code to gen5 file. No functional change. >> >> Change all uint32_t_to u32. >> >> Signed-off-by: Ley Fo

Re: [U-Boot] [PATCH v3 04/19] arm: socfpga: Restructure misc driver

2017-03-30 Thread Dinh Nguyen
On Thu, Mar 30, 2017 at 8:08 AM, Ley Foon Tan wrote: > Restructure misc driver in the preparation to support A10. > Move the Gen5 specific code to gen5 file. No functional change. > > Change all uint32_t_to u32. > > Signed-off-by: Ley Foon Tan > --- > arch/arm/mach-socfpga/Makefile

[U-Boot] [PATCH v3 04/19] arm: socfpga: Restructure misc driver

2017-03-29 Thread Ley Foon Tan
Restructure misc driver in the preparation to support A10. Move the Gen5 specific code to gen5 file. No functional change. Change all uint32_t_to u32. Signed-off-by: Ley Foon Tan --- arch/arm/mach-socfpga/Makefile| 2 +- arch/arm/mach-socfpga/include/mach/misc.h | 25 ++