diff options
author | Huacai Chen <chenhc@lemote.com> | 2015-03-28 22:54:09 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-01 11:22:17 -0400 |
commit | 64f09aa967e1a6effdffcbf14c912ec5f9e3715e (patch) | |
tree | 3c776ec46700b0de7bcbcb38dd2d3f2a0d3726c7 /arch/mips/include/asm | |
parent | f14ceff75545f9a1e62430fe9cc796208569b972 (diff) |
MIPS: Loongson-3: Add CPU Hwmon platform driver
This add CPU Hwmon (temperature sensor) platform driver for Loongson-3.
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Cc: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: Fuxin Zhang <zhangfx@lemote.com>
Cc: Zhangjin Wu <wuzhangjin@gmail.com>
Patchwork: https://patchwork.linux-mips.org/patch/9617/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm')
-rw-r--r-- | arch/mips/include/asm/mach-loongson/loongson.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-loongson/loongson.h b/arch/mips/include/asm/mach-loongson/loongson.h index 5459ac09679f..9783103fd6f6 100644 --- a/arch/mips/include/asm/mach-loongson/loongson.h +++ b/arch/mips/include/asm/mach-loongson/loongson.h | |||
@@ -255,6 +255,10 @@ static inline void do_perfcnt_IRQ(void) | |||
255 | extern u64 loongson_chipcfg[MAX_PACKAGES]; | 255 | extern u64 loongson_chipcfg[MAX_PACKAGES]; |
256 | #define LOONGSON_CHIPCFG(id) (*(volatile u32 *)(loongson_chipcfg[id])) | 256 | #define LOONGSON_CHIPCFG(id) (*(volatile u32 *)(loongson_chipcfg[id])) |
257 | 257 | ||
258 | /* Chip Temperature registor of each physical cpu package, PRid >= Loongson-3A */ | ||
259 | extern u64 loongson_chiptemp[MAX_PACKAGES]; | ||
260 | #define LOONGSON_CHIPTEMP(id) (*(volatile u32 *)(loongson_chiptemp[id])) | ||
261 | |||
258 | /* Freq Control register of each physical cpu package, PRid >= Loongson-3B */ | 262 | /* Freq Control register of each physical cpu package, PRid >= Loongson-3B */ |
259 | extern u64 loongson_freqctrl[MAX_PACKAGES]; | 263 | extern u64 loongson_freqctrl[MAX_PACKAGES]; |
260 | #define LOONGSON_FREQCTRL(id) (*(volatile u32 *)(loongson_freqctrl[id])) | 264 | #define LOONGSON_FREQCTRL(id) (*(volatile u32 *)(loongson_freqctrl[id])) |