]> git.baikalelectronics.ru Git - uboot.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)
commit254e37200414400cbd90098d9dd0fbf68c5720e4
treebd551cd5a2c3f5b831ee064dc375c4728c919f64
parent829908a7db9659df3935e042264cc0827e5f0d4e
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