]> git.ipfire.org Git - thirdparty/u-boot.git/commit - drivers/Kconfig
dm: implement a Timer uclass
authorThomas Chou <thomas@wytron.com.tw>
Fri, 9 Oct 2015 05:46:34 +0000 (13:46 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Thu, 22 Oct 2015 23:37:03 +0000 (07:37 +0800)
commitc8a7ba9e6a5fe2fc7b4a7894829aa0b0148b4d40
tree6b6ca5091a7e6927ca2c27fcec0e0b195e1a64c2
parentbcae80e9551bc0ba2d67e78bda57b9283b4bab12
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>
drivers/Kconfig
drivers/Makefile
drivers/timer/Kconfig [new file with mode: 0644]
drivers/timer/Makefile [new file with mode: 0644]
drivers/timer/timer-uclass.c [new file with mode: 0644]
include/asm-generic/global_data.h
include/dm/uclass-id.h
include/timer.h [new file with mode: 0644]
lib/time.c