hwmon-lm75: backport support for PCT2075 thermal sensor#165
hwmon-lm75: backport support for PCT2075 thermal sensor#165lguohan merged 1 commit intosonic-net:masterfrom
Conversation
New platform HW may use the NXP-PCT2075 thermal sensor which is compatible with the lm75 sensor. These patches backport support for that sensor from 5.x kernels.
|
please identify the upstream commit id in https://github.com/torvalds/linux based on the policy 2 defined in READMD.md. |
|
This patch includes the following upstream commits: checkpatch.pl has passed. |
|
cannot find the commit in the above repo, can you check? https://github.com/torvalds/linux/search?q=985e225142cf |
|
I search for commits this way: |
|
Hmmm, the above URL seems to only work within github It seems the github commit hash search feature is not working reliably? |
| @@ -0,0 +1,115 @@ | |||
| From 90b3a0b833131831bf259e3506aaf9f29317aae9 Mon Sep 17 00:00:00 2001 | |||
There was a problem hiding this comment.
what is this commit id? should be torvalds/linux@557c7ffa2f28, right?
There was a problem hiding this comment.
Yes. I first brought in patch/0001-hwmon-lm75-add-support-for-PCT2075.patch which is a backport of torvalds/linux@557c7ff. When I ran checkpatch.pl against this patch it complained about missing device tree bindings. So I added the patches for 985e225142cf , be889be7785d, and 5ac6badc5aa0 to remedy this. All of these commits are present in Linus's tree but searching for them doesn't appear to be working.
New platform HW may use the NXP-PCT2075 thermal sensor which is compatible with the lm75 sensor. These patches backport support for that sensor from 5.x kernels. upstream kernel commit id: 557c7ffa2f28 hwmon: (lm75) add support for PCT2075 (5.4-rc1) 985e225142cf dt-bindings: hwmon: Add missing documentation for lm75 (5.1-rc1) be889be7785d dt-bindings: hwmon: Add tmp75b to lm75.txt (5.2-rc1) 5ac6badc5aa0 device-tree: bindinds: add NXP PCT2075 as compatible device to LM75 (5.4-rc1) all the commits can be remove once upgrade to 5.10
New platform HW may use the NXP-PCT2075 thermal sensor which is compatible with
the lm75 sensor. These patches backport support for that sensor from 5.x
kernels.