Re: [U-Boot] [PATCH 03/10] timer: altera: Remove the codes to get clock frequency

2015-11-06 Thread Simon Glass
On 6 November 2015 at 00:01, Thomas Chou wrote: > Hi Bin, > > > On 2015年11月05日 22:02, Bin Meng wrote: >> >> Since we have timer uclass to get clock frequency for us, remove >> the custom version in the altera timer driver. >> >> Signed-off-by: Bin Meng >> --- >> >> drivers/timer/altera_timer.c

Re: [U-Boot] [PATCH 03/10] timer: altera: Remove the codes to get clock frequency

2015-11-05 Thread Thomas Chou
Hi Bin, On 2015年11月05日 22:02, Bin Meng wrote: Since we have timer uclass to get clock frequency for us, remove the custom version in the altera timer driver. Signed-off-by: Bin Meng --- drivers/timer/altera_timer.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/timer/alte

[U-Boot] [PATCH 03/10] timer: altera: Remove the codes to get clock frequency

2015-11-05 Thread Bin Meng
Since we have timer uclass to get clock frequency for us, remove the custom version in the altera timer driver. Signed-off-by: Bin Meng --- drivers/timer/altera_timer.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/timer/altera_timer.c b/drivers/timer/altera_timer.c index 2ef