driver: i2c: mv64xxx: cn9130 bus lockup issue - #615
Open
hishahbhavsar wants to merge 1 commit into
Open
Conversation
hishahbhavsar
commented
Aug 25, 2026
- This patch disable offload module, and disable the "i2c debug slave"
|
|
|
/azp run |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
vmytnyk-plv
approved these changes
Aug 27, 2026
hishahbhavsar
force-pushed
the
hishahbhavsar-sonic-linux-kernel
branch
from
August 27, 2026 21:06
1c4d389 to
c09c2ed
Compare
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Author
|
Refreshed patch 0023 against Linux v6.12.41 + patches through 0022. The original patch applied with fuzz, causing the CI patch application failure; the refreshed patch now applies cleanly. Could you please review the updated patch and approve PR #615 if everything looks good? Thank you. |
paulmenzel
suggested changes
Aug 28, 2026
paulmenzel
left a comment
Contributor
There was a problem hiding this comment.
Did you report this upstream? What do they say?
| + /* Disable I2C slave */ | ||
| + data = readl(drv_data->reg_base + drv_data->reg_offsets.config_debug); | ||
| + data &= ~BIT(18); | ||
| + writel(data, drv_data->reg_base + drv_data->reg_offsets.config_debug); |
Contributor
There was a problem hiding this comment.
regmap_clear_bits(drv_data->map, drv_data->reg_offsets.config_debug, BIT(18));
Contributor
|
@vmytnyk-plv, thank you for looking at this, but what did you review exactly? |
- This patch disable offload module, and disable the "i2c debug slave" Signed-off-by: Narendra Hadke <nhadke@marvell.com>
hishahbhavsar
force-pushed
the
hishahbhavsar-sonic-linux-kernel
branch
from
September 4, 2026 21:15
c09c2ed to
813e01a
Compare
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.