RE: [PATCH] timer: starfive: Add Starfive timer support

2023-10-17 Thread KuanLim . Lee
On Tues, 10 Oct 2023 at 21:45, Simon Glass wrote: > On Wed, 4 Oct 2023 at 03:49, KuanLim.Lee > > wrote: > > > > Hi Simon, > > On Wed, 4 Oct 2023 at 10:11, Simon Glass wrote: > > > On Tue, 19 Sept 2023 at 06:08, Kuan Lim Lee > > > > > > wrote: > > > > > > > > Add timer driver in Starfive SoC.

RE: [PATCH] timer: starfive: Add Starfive timer support

2023-10-16 Thread KuanLim . Lee
starfive: Add Starfive timer support > > Hi Simon, > > > -Original Message- > > From: Simon Glass > > Sent: Wednesday, October 4, 2023 10:11 AM > > To: KuanLim.Lee > > Cc: u-boot@lists.denx.de; WeiLiang Lim > > Subject: Re: [PATCH] timer: s

RE: [PATCH] timer: starfive: Add Starfive timer support

2023-10-10 Thread KuanLim . Lee
Hi Simon, If there are no more issue, I will send out version 2 patch. > -Original Message- > From: Simon Glass > Sent: Tuesday, October 10, 2023 9:45 PM > To: KuanLim.Lee > Cc: u-boot@lists.denx.de; WeiLiang Lim > Subject: Re: [PATCH] timer: starfive: Add Star

Re: [PATCH] timer: starfive: Add Starfive timer support

2023-10-10 Thread Simon Glass
Hi, On Wed, 4 Oct 2023 at 03:49, KuanLim.Lee wrote: > > Hi Simon, > > > -Original Message- > > From: Simon Glass > > Sent: Wednesday, October 4, 2023 10:11 AM > > To: KuanLim.Lee > > Cc: u-boot@lists.denx.de; WeiLiang Lim > > Subject: Re

RE: [PATCH] timer: starfive: Add Starfive timer support

2023-10-10 Thread KuanLim . Lee
[PATCH] timer: starfive: Add Starfive timer support > > Hi Simon, > > > -Original Message- > > From: Simon Glass > > Sent: Wednesday, October 4, 2023 10:11 AM > > To: KuanLim.Lee > > Cc: u-boot@lists.denx.de; WeiLiang Lim > > Subject: Re: [P

RE: [PATCH] timer: starfive: Add Starfive timer support

2023-10-04 Thread KuanLim . Lee
Hi Simon, > -Original Message- > From: Simon Glass > Sent: Wednesday, October 4, 2023 10:11 AM > To: KuanLim.Lee > Cc: u-boot@lists.denx.de; WeiLiang Lim > Subject: Re: [PATCH] timer: starfive: Add Starfive timer support > > On Tue, 19 Sept 2023 at 06:0

Re: [PATCH] timer: starfive: Add Starfive timer support

2023-10-03 Thread Simon Glass
On Tue, 19 Sept 2023 at 06:08, Kuan Lim Lee wrote: > > Add timer driver in Starfive SoC. It is an timer that outside > of CPU core and inside Starfive SoC. > > Signed-off-by: Kuan Lim Lee > Reviewed-by: Wei Liang Lim > --- > drivers/timer/Kconfig | 7 +++ > drivers/timer/Makefile

RE: [PATCH] timer: starfive: Add Starfive timer support

2023-10-03 Thread WeiLiang Lim
Can anyone help review this patch please? > -Original Message- > From: KuanLim.Lee > Sent: Tuesday, September 19, 2023 3:31 PM > To: u-boot@lists.denx.de > Cc: WeiLiang Lim ; KuanLim.Lee > > Subject: [PATCH] timer: starfive: Add Starfive timer support > > Add timer driver in Starfive So