]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: tsc: Move tsc_timer.c to drivers/timer
authorBin Meng <bmeng.cn@gmail.com>
Fri, 13 Nov 2015 08:11:24 +0000 (00:11 -0800)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Dec 2015 13:26:35 +0000 (06:26 -0700)
commit7030f27ef3da9f911299592751574044f86305f0
treee2fe98fc807fc3ac60bbb99bda068a0469cfaed0
parent1d4c83c2480b0874214165571e8a056a8b423db2
x86: tsc: Move tsc_timer.c to drivers/timer

To group all dm timer drivers together, move tsc timer to
drivers/timer directory.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/Makefile
drivers/timer/Kconfig
drivers/timer/Makefile
drivers/timer/tsc_timer.c [moved from arch/x86/lib/tsc_timer.c with 100% similarity]
include/configs/x86-common.h