Re: [U-Boot] [PATCH 1/2] nios2: Switch to generic timer

2015-09-07 Thread Marek Vasut
On Saturday, September 05, 2015 at 02:10:37 AM, Thomas Chou wrote: > Hi Marek, Hi! > On 09/04/2015 10:08 PM, Marek Vasut wrote: > > I think I removed this led nonsense somewhere along the way indeed. > > This is a timer code, not some LED blinking code afterall, so it > > should not be poluted

Re: [U-Boot] [PATCH 1/2] nios2: Switch to generic timer

2015-09-07 Thread Thomas Chou
Hi Marek, On 09/07/2015 05:32 PM, Marek Vasut wrote: Could you please rebase and submit this series again? Yes, that's my plan shortly. We're aiming for after 2015.10 release with all these NIOS changes, so this is not urgent, right ? Yes, they will be after 2015.10. No hurry. I just hope

Re: [U-Boot] [PATCH 1/2] nios2: Switch to generic timer

2015-09-07 Thread Marek Vasut
On Monday, September 07, 2015 at 03:10:18 AM, Thomas Chou wrote: > Hi Marek, Hi! > On 09/04/2015 10:08 PM, Marek Vasut wrote: > >> The patch cannot apply to board_f.c due to conflict in > >> > >> commit 2e88bb28d8061286d2f1cabcac224df15b941b82 > >> NDS32: Generic Board Support and Unsupport > >

Re: [U-Boot] [PATCH 1/2] nios2: Switch to generic timer

2015-09-06 Thread Thomas Chou
Hi Marek, On 09/04/2015 10:08 PM, Marek Vasut wrote: The patch cannot apply to board_f.c due to conflict in commit 2e88bb28d8061286d2f1cabcac224df15b941b82 NDS32: Generic Board Support and Unsupport Aw, right, looks trivial. Thanks :) Could you please rebase and submit this series again?

[U-Boot] [PATCH 1/2] nios2: Switch to generic timer

2015-09-04 Thread Marek Vasut
Zap almost all of the ad-hoc timer code from interrupts.c and use the code in lib/time.c instead. Signed-off-by: Marek Vasut --- arch/nios2/cpu/interrupts.c | 132 arch/nios2/lib/Makefile | 1 - arch/nios2/lib/time.c

Re: [U-Boot] [PATCH 1/2] nios2: Switch to generic timer

2015-09-04 Thread Thomas Chou
Hi Marek, On 09/04/2015 05:51 PM, Marek Vasut wrote: Zap almost all of the ad-hoc timer code from interrupts.c and use the code in lib/time.c instead. Signed-off-by: Marek Vasut --- arch/nios2/cpu/interrupts.c | 132

Re: [U-Boot] [PATCH 1/2] nios2: Switch to generic timer

2015-09-04 Thread Marek Vasut
On Friday, September 04, 2015 at 03:33:49 PM, Thomas Chou wrote: > Hi Marek, Hi! > On 09/04/2015 05:51 PM, Marek Vasut wrote: > > Zap almost all of the ad-hoc timer code from interrupts.c and > > use the code in lib/time.c instead. > > > > Signed-off-by: Marek Vasut > > --- > >

Re: [U-Boot] [PATCH 1/2] nios2: Switch to generic timer

2015-09-04 Thread Thomas Chou
Hi Marek, On 09/04/2015 10:08 PM, Marek Vasut wrote: I think I removed this led nonsense somewhere along the way indeed. This is a timer code, not some LED blinking code afterall, so it should not be poluted by such stuff. I will look into this today. It was late last night. Where can I