dm: implement a Timer uclass

Implement a Timer uclass to work with lib/time.c.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Thomas Chou
2015-10-23 07:37:03 +08:00
parent bcae80e955
commit c8a7ba9e6a
9 changed files with 169 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#
# Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-$(CONFIG_TIMER) += timer-uclass.o