Open
Conversation
Signed-off-by: zouxiaoh <xiaohong.zou@intel.com>
The i2c_device header was changed upstream for kernel v6.2 at ed5c2f5fd10dda07263f79f338a512c0f49f76f5
media_entity_remote_pad was renamed to media_pad_remote_pad_first at b2e44430b6348f68f56e78e932e6312f12128778
devm_gpio_free was removed at 2b038e786f8338a3bc22d791000753e0ec113e00 gpio_chip definition moved to gpio/drivers.h at 380c7ba3923c6e471aff0f951a6cf42e8dec2c79
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.
Updated IMX390 and TI960 driver code for compatibility with kernel 6.5. Also cleaned up some warnings (unused vars). This builds successfully and able to boot into the new kernel and modprobe imx390 and ti960, but still needs to be tested to confirm camera stream works.
Hoping for some initial feedback. Am I on the right track? Should this pull request target Xiaohong's fork first, and then merge into the Intel repo at next periodic iotg_ipu6 release, or directly to Intel repo?