Re: [U-Boot] [PATCH v6 01/23] rockchip: add timer driver

2015-11-19 Thread Simon Glass
On 16 November 2015 at 23:20, Lin Huang wrote: > some rockchip soc will not include lib/timer.c in SPL stage, > so implement timer driver for some soc can use us delay function in SPL. > > Signed-off-by: Lin Huang > Acked-by: Simon Glass > --- > Changes in v1: None > Changes in v2: > - add udela

[U-Boot] [PATCH v6 01/23] rockchip: add timer driver

2015-11-16 Thread Lin Huang
some rockchip soc will not include lib/timer.c in SPL stage, so implement timer driver for some soc can use us delay function in SPL. Signed-off-by: Lin Huang Acked-by: Simon Glass --- Changes in v1: None Changes in v2: - add udelay function Changes in v3: - fix some coding style Changes in v4: