]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: tsc: Update comments and expand definitions in freq_desc_tables[]
authorBin Meng <bmeng.cn@gmail.com>
Wed, 26 Jul 2017 03:12:03 +0000 (20:12 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 1 Aug 2017 12:17:02 +0000 (20:17 +0800)
commitc6367748483049236d3ebdc389161f1ba472f266
treebd551cd5a2c3f5b831ee064dc375c4728c919f64
parentfde1801eaa09adcbb26b53e53a52e5067e23d1dd
x86: tsc: Update comments and expand definitions in freq_desc_tables[]

Some processor abbreviations in the comments of freq_desc_tables[]
are obscure. This updates part of these to mention processors
that are known to us. Also expand frequency definitions.

This keeps in sync with Linux kernel commit:
  9e0cae9: x86/tsc_msr: Update comments, expand definitions

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/timer/tsc_timer.c