projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cf7a45
)
sfc: Add new sensor names
author
Ben Hutchings
<
[email protected]
>
Wed, 4 Dec 2013 20:17:28 +0000
(20:17 +0000)
committer
Ben Hutchings
<
[email protected]
>
Thu, 12 Dec 2013 22:06:54 +0000
(22:06 +0000)
Signed-off-by: Ben Hutchings <
[email protected]
>
drivers/net/ethernet/sfc/mcdi_mon.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/sfc/mcdi_mon.c
b/drivers/net/ethernet/sfc/mcdi_mon.c
index 2891b409d263bad33607e0811c5699616e791b89..bc27d5b580f52520c03c40cea25be8b4e237e022 100644
(file)
--- a/
drivers/net/ethernet/sfc/mcdi_mon.c
+++ b/
drivers/net/ethernet/sfc/mcdi_mon.c
@@
-89,6
+89,9
@@
static const struct {
"Controller die temp. (ext. ADC)", TEMP, -1),
SENSOR(AMBIENT_TEMP, "Ambient temp.", TEMP, -1),
SENSOR(AIRFLOW, "Air flow raw", IN, -1),
+ SENSOR(VDD08D_VSS08D_CSR, "0.9V die (int. ADC)", IN, -1),
+ SENSOR(VDD08D_VSS08D_CSR_EXTADC, "0.9V die (ext. ADC)", IN, -1),
+ SENSOR(HOTPOINT_TEMP, "Controller board temp. (hotpoint)", TEMP, -1),
#undef SENSOR
};