Re: [U-Boot] [PATCH v5 01/21] rockchip: add timer driver

2015-11-11 Thread hl
Hi Ben, On 12/11/15 10:04, Ben Chan wrote: On Tue, Nov 10, 2015 at 2:24 AM, 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

Re: [U-Boot] [PATCH v5 01/21] rockchip: add timer driver

2015-11-11 Thread Ben Chan
On Tue, Nov 10, 2015 at 2:24 AM, 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

[U-Boot] [PATCH v5 01/21] rockchip: add timer driver

2015-11-10 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: