From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Thu, 8 Oct 2015 08:55:22 +0800 Subject: [U-Boot] [PATCH v4 1/2] dm: implement a Timer uclass In-Reply-To: References: <1443446357-21393-1-git-send-email-thomas@wytron.com.tw> <1443967013-17166-1-git-send-email-thomas@wytron.com.tw> Message-ID: <5615BEFA.1020009@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 10/06/2015 10:14 PM, Simon Glass wrote: > Hi Thomas, > > On 4 October 2015 at 14:56, Thomas Chou wrote: >> Implement a Timer uclass to work with lib/time.c. >> >> Signed-off-by: Thomas Chou >> Reviewed-by: Simon Glass > > Sorry, after a lot of consideration I'd like to retract that :-( > > Please see below. No worries. Your nits are welcome. > Also can you add a patch with a sandbox timer driver and a test (in > test/dm) for the timer? I didn't try sandbox before. I will learn sandbox and test. Then submit a patch for a sandbox timer driver. Best regards, Thomas