-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add i2c imc bus driver for support Broadwell memory sensors #387
base: master
Are you sure you want to change the base?
Add i2c imc bus driver for support Broadwell memory sensors #387
Conversation
Signed-off-by: jostar-yang <[email protected]>
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Can you add more details about what platforms need this? This looks like it is from https://lore.kernel.org/all/[email protected]/. If so, could you add that into the description or the PR file? |
The driver ,i2c-imc.c, support ddr sensors for Broadwell CPU machine. It is i2c bus driver. When probe i2c-imc.c, jc42 will be probed ,too. Then, we will see 0x18 and 0x1a i2c device address are created. Below Accton platform CPU is Broadwell ,
|
if this is the original upgrade patch, @jostar-yang , can you use the original patch? |
please follow guideline here. Existing kernel modules need to be patched and those patches are available in upstream. |
Add i2c imc bus driver for support Broadwell memory sensors