[WIP] ECG Camera Scaling Release 2026 Q1.1.1a#4
Open
gohweikh wants to merge 3 commits intointel:mainfrom
Open
Conversation
This patch consolidates multiple improvements across the driver codebase: Driver Refactoring: - Refactor isx031 I2C driver for upstream submission with improved code structure 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 - 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 - Update README format and DKMS build instructions Signed-off-by: Goh, Wei Khang1 <wei.khang1.goh@intel.com>
0355b60 to
f1ff7d0
Compare
ar0233-1.xml is not recognised by IPU6 libcamhal. since ar0233 is in same family as ar0820, will include ar0820 as prefix in ar0233 xml filename. New XML filename is ar0820-ar0233-1.xml Signed-off-by: Goh, Wei Khang1 <wei.khang1.goh@intel.com>
c631271 to
b533b93
Compare
- Add proper markdown hyperlinks for rdc.intel.com and documentation - Fix typo: icmaerasrc_slim_api → icamerasrc_slim_api - Restructure Getting Started guide with clearer step numbering - Separate IPU userspace build steps for better clarity - Improve formatting of dependency installation commands - Add ISYS frequency configuration step - Reorganize kernel patches section with better instructions - Use consistent markdown formatting for file paths and commands - Enhance troubleshooting guidance with clearer references These changes improve readability and make the setup process easier to follow for developers working with Intel MIPI CSI camera drivers. 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: