Add IPU7 patches for kernel version 6.17.0#56
Merged
hao-yao merged 1 commit intointel:mainfrom Mar 27, 2026
Merged
Conversation
bingbu
reviewed
Mar 26, 2026
| From a17749278e936d83d3ccb3c432a077f7f97528d3 Mon Sep 17 00:00:00 2001 | ||
| From: linya14x <linx.yang@intel.com> | ||
| Date: Thu, 26 Mar 2026 14:23:10 +0800 | ||
| Subject: [PATCH] staging: ipu7: Add IPU7 debugfs |
There was a problem hiding this comment.
Why do we need this patch? It's only for debug purpose.
Contributor
Author
There was a problem hiding this comment.
Why do we need this patch? It's only for debug purpose.
kernel v6.18.3 and v6.17.7 is having debugfs patch. then why not for v6.17.0?
There was a problem hiding this comment.
Currently this is how we are working for kernel 6.18.3 and 6.17.7. And would be good short term solution.
As suggested by you, we can remove all debug_fs code from drivers and remove this patch from patch folder. This will need more validation time. We can take it up next.
| depends on X86 && HAS_DMA | ||
| depends on IPU_BRIDGE || !IPU_BRIDGE | ||
| - depends on PCI | ||
| + # |
There was a problem hiding this comment.
ReUsed as it is from patch/v6.17.7/in-tree/0003-staging-ipu7-Add-PSYS-Makefile-and-Kconfig.patch
Signed-off-by: Avinash Kumar <avinash3.kumar@intel.com>
86d197e to
e7a2e59
Compare
|
saragsapre
approved these changes
Mar 27, 2026
hao-yao
approved these changes
Mar 27, 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.
Add IPU7 patches for kernel version 6.17.0
kernel version v6.17.0 requres some patch re-formatting of debugfs patch before can be applied. new patch 0002-staging-ipu7-Add-IPU7-debugfs.patch has been added.