Re: [U-Boot] [PATCH v2 2/7] riscv: Add a SYSCON driver for Andestech's PLMT

2019-03-31 Thread Rick Chen
Hi Bin Bin Meng 於 2019年3月29日 週五 下午5:22寫道: > > On Mon, Mar 25, 2019 at 3:39 PM Andes wrote: > > > > From: Rick Chen > > > > The platform-Level Machine Timer(PLMT) block > > nits: should have a space before (PLMT) OK > > > holds memory-mapped mtime register associated > > with timer tick. > > >

Re: [U-Boot] [PATCH v2 2/7] riscv: Add a SYSCON driver for Andestech's PLMT

2019-03-29 Thread Bin Meng
On Mon, Mar 25, 2019 at 3:39 PM Andes wrote: > > From: Rick Chen > > The platform-Level Machine Timer(PLMT) block nits: should have a space before (PLMT) > holds memory-mapped mtime register associated > with timer tick. > > This driver implements the riscv_get_time() which > is required by the

[U-Boot] [PATCH v2 2/7] riscv: Add a SYSCON driver for Andestech's PLMT

2019-03-25 Thread Andes
From: Rick Chen The platform-Level Machine Timer(PLMT) block holds memory-mapped mtime register associated with timer tick. This driver implements the riscv_get_time() which is required by the generic RISC-V timer driver. Signed-off-by: Rick Chen Cc: Greentime Hu --- arch/riscv/Kconfig