From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Fri, 9 Oct 2015 09:19:31 +0800 Subject: [U-Boot] [PATCH v5 1/3] dm: implement a Timer uclass In-Reply-To: References: <1443446357-21393-1-git-send-email-thomas@wytron.com.tw> <1444266209-28920-1-git-send-email-thomas@wytron.com.tw> Message-ID: <56171623.7030807@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/09/2015 01:14 AM, Simon Glass wrote: >> +config DM_TIMER > > One more little nit - this should be just 'TIMER'? All of the DM_... > options will eventually be removed. They indicate that driver model is > being used for a function. In your case, there is no legacy version so > you can just omit the DM_. Yes, I will use CONFIG_TIMER instead. Thanks a lot for your reviews. Best regards, Thomas