LM75SW-LINUX
用于 LM75 的 Linux 驱动程序
LM75SW-LINUX
概述
Linux 驱动程序支持 LM75 兼容温度传感器。Linux 驱动程序支持通过 I2C 总线进行通信,并可与硬件监测子系统接口连接。
Linux 主线状态在 Linux 主线中提供:是
可通过 git.ti.com 获取:不适用
- LM75A
- TMP100
- TMP101
- TMP105
- TMP112
- TMP175
- TMP275
- TMP75
- TMP1075
与该器件关联的文件为:
- drivers/hwmon/lm75.c
- Documentation/devicetree/bindings/i2c/trivial-devices.txt
- drivers/hwmon/lm75.h
- Documentation/hwmon/lm75
Documentation/devicetree/bindings/i2c/trivial-devices.txt
其他文件drivers/hwmon/lm75.h
Documentation/hwmon/lm75
启用驱动程序支持
使用“make menuconfig”(也可以使用“make xconfig”或“make nconfig”)配置内核
Menuconfig 位置
Symbol: SENSORS_LM75 [=y]Type : tristatePrompt: National Semiconductor LM75 and compatibles Location: -> Device Drivers -> Hardware Monitoring support (HWMON [=y]) Defined at drivers/hwmon/Kconfig:923 Depends on: HWMON [=y] && I2C [=y] && (THERMAL [=y] || !THERMAL_OF [=y])
修复和代码增强功能
如果有需要添加到此驱动程序的修复程序和/或代码增强,请选择1. 将补丁发送到此处维护人员文件中列出的相关 Linux Kernel 社区;或2. 联系您的 TI 代表。