Conversation
commit e7dbfe6f15b4df34bb169d180bd10f1a3c043814 upstream. Add Oak Stream PCI ID to the driver list of supported devices. This patch was originally written by Zeng Guang. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Link: https://patch.msgid.link/20251029065020.2920213-1-mika.westerberg@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Jun Tian <jun.j.tian@intel.com>
commit 90f690a4f5f962d90483e7f689261d9179e6fbbe upstream. Add SMBus PCI ID on Intel Diamond Rapids. Signed-off-by: Zeng Guang <guang.zeng@intel.com> Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Andi Shyti <andi.shyti@kernel.org> Link: https://lore.kernel.org/r/20251021073522.3458383-1-heikki.krogerus@linux.intel.com Signed-off-by: Jun Tian <jun.j.tian@intel.com>
Collaborator
|
could you evaluate the SPI/SMBus support on LKVS? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add SMBus and SPI NOR Flash drivers for DMR.
Test (Manual)
1. Build sanity
Confirm no compile warnings/errors from the new device-ID lines.
2. Confirm the PCI devices exist on the DMR box
lspci -nn | grep -Ei '8086:5827|8086:5825'You should see the SMBus controller (5827) and PCH/PCU SPI controller (5825) listed with Serial bus controller [0c05] / Unclassified or Non-VGA class for SPI depending on platform.
3. Verify i2c-i801 binds and SMBus works
4. Verify spi-intel binds and flash is detected