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

2017-04-05 Thread Ley Foon Tan
On Wed, Apr 5, 2017 at 6:39 PM, Marek Vasut wrote: > On 04/05/2017 11:32 AM, Ley Foon Tan wrote: >> Restructure misc driver in the preparation to support A10. >> Move the Gen5 specific code to gen5 file. >> >> Change all uint32_t_to u32 and check return value from >>

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

2017-04-05 Thread Marek Vasut
On 04/05/2017 11:32 AM, Ley Foon Tan wrote: > Restructure misc driver in the preparation to support A10. > Move the Gen5 specific code to gen5 file. > > Change all uint32_t_to u32 and check return value from > socfpga_bridges_reset. > > Signed-off-by: Ley Foon Tan [...]

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

2017-04-05 Thread Ley Foon Tan
Restructure misc driver in the preparation to support A10. Move the Gen5 specific code to gen5 file. Change all uint32_t_to u32 and check return value from socfpga_bridges_reset. Signed-off-by: Ley Foon Tan --- arch/arm/mach-socfpga/Makefile| 2 +-