sync: sync patches from Intel HAL#2
Merged
kwd-doodling merged 8 commits intozephyrproject-rtos:mainfrom Feb 26, 2026
Merged
Conversation
It's a new DMA IP used for ISH since ISH 5.8.0. The source file is a copy of ISH code base. Signed-off-by: Dong Wang <dong.d.wang@intel.com>
Have its function enabled always. Signed-off-by: Dong Wang <dong.d.wang@intel.com>
- Fix direction checks: use logical OR (||) instead of bitwise OR (|) when testing config->direction. - Remove unreachable return in cal_block_ts(). - Use bitwise OR (|) when composing CHENREG write mask instead of '+': addition can produce incorrect results if bits overlap; | correctly sets the intended bit flags. Signed-off-by: Dong Wang <dong.d.wang@intel.com>
Run clang-format on it and make it pass checkpatch checking. Signed-off-by: Dong Wang <dong.d.wang@intel.com>
Checkpatch reports spelling error on them. Those are defined in ISH old OSXML files and not in LNL PV version. And currently they're not used by DMA driver. Signed-off-by: Dong Wang <dong.d.wang@intel.com>
This change makes IUT FW have IPM driver build. Then CI can capture any IPM build failure. Signed-off-by: Dong Wang <dong.d.wang@intel.com>
The I2C HW cannot support 0-byte transfer as I2C scan requests. Send one dummy byte for I2C scan to make it work. Signed-off-by: Dong Wang <dong.d.wang@intel.com>
They'll be used for I2C test. Signed-off-by: Dong Wang <dong.d.wang@intel.com>
likongintel
approved these changes
Feb 26, 2026
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.
No description provided.