This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] TMP75C:关于用于TMP75C温度传感器的Linux设备驱动程序

Guru**** 665180 points
Other Parts Discussed in Thread: TMP75C, TMP75, TMP175
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1088107/tmp75c-about-the-linux-device-driver-for-tmp75c-temperature-sensor

部件号:TMP75C
主题中讨论的其他部件: TMP75TMP175

尊敬的E2E支持团队

此问题与用于TMP75C温度传感器的Linux设备驱动程序有关。

我正在考虑在Linux系统上实施TMP75C温度传感器,该系统的目标是英特尔agilex主板。

我有两个问题。

1. 以下Linux设备驱动程序是否与TMP75C兼容?

drivers/hwmon/LM75.c

请参阅 https://github.com/altera-opensource/linux-socfpga/blob/socfpga-5.10 LS.100-LTS/DRIVERS/hwmon/LM75.c

此外 ,我认为Linux设备树中描述的"ti,tmp75c" 是正确的吗?

2.关于 “TMP75C”和“TMP75”I2C读取时间图格式的差异。

TMP75是在図7.4 的URL下推荐的。

https://www.tij.co.jp/jp/lit/ds/symlink/tmp75.pdf?ts=1648096680349&ref_url=https%253A%252F%252Fwww.ti.com%252Fdocument-viewer%252Fjp%252FTMP75 % 252F数据表%252FGUID-8D283C45-620B-4CAE-BBD3-BD15D98.8247万C

按照图10的URL引用了TMP75C

https://www.ti.com/jp/lit/ds/symlink/tmp75c.pdf?ts=1648096534329&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252Fja-jp%252FTMP75C%253Futm_source%253Dgoogle%2526utm_medium%253Dcpc%2526utm_campaign%253Dasc-sens-null-prodfolderdynamic-cpc-pf-google-JP%2526utm_content%253Dprodfolddynamic%2526ds_k%253DDYNAMIC%2BSEARCH%2BADS%2526DCM%253Dyes%2526gclid%253DEAIaIQobChMIq67K_fXd9gIVTT5gCh3mdwArEAAYASAAEgKT-PD_BwE%2526gclsrc%253Daw.ds</s>2526 252625262526252625262526

具体而言,下图中红色显示的停止条件似乎是TMP75C所必需的,但是TMP75不需要停止条件。

如果1 '问题是'是',  

控制停止条件变速器的驾驶员是否为同一驾驶员'LM75.c'? 还是TMP75C停机条件不必要?

这是一个问题,因为我认为一般I2C读取是TMP75的时序图。

谢谢!

栗原