Re: [U-Boot] [PATCH 07/10] arm: socfpga: arria10: Added miscellaneous drivers for Arria10

2016-12-07 Thread Marek Vasut
On 12/07/2016 04:05 PM, Dinh Nguyen wrote: > > > On 12/06/2016 05:41 PM, Marek Vasut wrote: >>> The previous patches in this series applied to Marek's 01-arria10 branch, >>> but this patch does not apply at all: >>> >>> error: patch failed: arch/arm/mach-socfpga/misc.c:361 >>> error:

Re: [U-Boot] [PATCH 07/10] arm: socfpga: arria10: Added miscellaneous drivers for Arria10

2016-12-07 Thread Dinh Nguyen
On 12/07/2016 06:04 AM, Chee, Tien Fong wrote: >> The previous patches in this series applied to Marek's 01-arria10 >> branch, >> but this patch does not apply at all: >> >> error: patch failed: arch/arm/mach-socfpga/misc.c:361 >> error: arch/arm/mach-socfpga/misc.c: patch does not apply >> >>

Re: [U-Boot] [PATCH 07/10] arm: socfpga: arria10: Added miscellaneous drivers for Arria10

2016-12-07 Thread Dinh Nguyen
On 12/06/2016 05:41 PM, Marek Vasut wrote: >> The previous patches in this series applied to Marek's 01-arria10 branch, >> but this patch does not apply at all: >> >> error: patch failed: arch/arm/mach-socfpga/misc.c:361 >> error: arch/arm/mach-socfpga/misc.c: patch does not apply >> >> Also, on

Re: [U-Boot] [PATCH 07/10] arm: socfpga: arria10: Added miscellaneous drivers for Arria10

2016-12-07 Thread Chee, Tien Fong
On Sel, 2016-12-06 at 16:26 -0600, dinguyen wrote: > On Tue, 6 Dec 2016, Chee Tien Fong wrote: > > > > > From: Tien Fong Chee > > > > The drivers is restructured such common functions, gen5 functions, > > and arria10 functions are moved to misc.c, misc_gen5 and > >

Re: [U-Boot] [PATCH 07/10] arm: socfpga: arria10: Added miscellaneous drivers for Arria10

2016-12-06 Thread Marek Vasut
On 12/06/2016 11:26 PM, dinguyen wrote: > On Tue, 6 Dec 2016, Chee Tien Fong wrote: > >> From: Tien Fong Chee >> >> The drivers is restructured such common functions, gen5 functions, >> and arria10 functions are moved to misc.c, misc_gen5 and misc_arria10 >>

Re: [U-Boot] [PATCH 07/10] arm: socfpga: arria10: Added miscellaneous drivers for Arria10

2016-12-06 Thread dinguyen
On Tue, 6 Dec 2016, Chee Tien Fong wrote: > From: Tien Fong Chee > > The drivers is restructured such common functions, gen5 functions, > and arria10 functions are moved to misc.c, misc_gen5 and misc_arria10 > respectively. > > Signed-off-by: Tien Fong Chee

[U-Boot] [PATCH 07/10] arm: socfpga: arria10: Added miscellaneous drivers for Arria10

2016-12-06 Thread Chee Tien Fong
From: Tien Fong Chee The drivers is restructured such common functions, gen5 functions, and arria10 functions are moved to misc.c, misc_gen5 and misc_arria10 respectively. Signed-off-by: Tien Fong Chee Cc: Marek Vasut Cc: Dinh