[WIP] ECG Camera Scaling Release 2026 Q1.1.1a#4
Open
gohweikh wants to merge 1 commit intointel:mainfrom
Open
Conversation
a6ac523 to
4c4a797
Compare
This patch consolidates multiple improvements across the driver codebase: Driver Refactoring: - Refactor isx031 I2C driver for upstream submission with improved code structure - Fix gpio read operation by adding read wait time Configuration Updates: - Add AR0233 IPU6 XML configuration with complete GMSL pipeline setup - Update AR0820 IPU6 XML descriptions for better clarity - Fix incorrect whitespace in ISX031 IPU6 max9x device names Documentation Improvements: - Add comprehensive AR0233 userspace GMSL documentation with BIOS configuration - Update AR0820 userspace GMSL documentation - Update ISX031 sample GStreamer commands in userspace documentation - Fix kernelspace.md for AR0233, AR0820, ISX031 - Improve README format and DKMS build instructions Changes included: - media: i2c: isx031: Refactor driver for upstream submission - config: isx031: ipu6: Fix incorrect whitespace in max9x device names - config: isx031: Update sample commands in userspace-gmsl.md - config: ar0233: Add IPU6 XML config & Update userspace-gmsl.md - config: ar0820: Update IPU6 XML description & Update userspace-gmsl.md - doc: Fix repo path documention in kernelspace.md - Update README format and DKMS build instructions Signed-off-by: Goh, Wei Khang1 <wei.khang1.goh@intel.com>
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.
This patch consolidates multiple improvements across the driver codebase:
Driver Refactoring:
Configuration Updates:
Documentation Improvements:
Changes included: