Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ia ipu6 #275

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ww45 release
Signed-off-by: jiabinhe <[email protected]>
onceforall committed Nov 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 983e2e028ac22345c7bf61c096b33edf432f45f6
1 change: 1 addition & 0 deletions drivers/media/i2c/imx390.c
Original file line number Diff line number Diff line change
@@ -1706,6 +1706,7 @@ static int __maybe_unused imx390_resume(struct device *dev)
struct imx390 *imx390 = to_imx390(sd);
const struct imx390_reg_list *reg_list;
int ret;

ret = imx390_identify_module(imx390);
if (ret == 0) {
reg_list = &imx390->cur_mode->reg_list;
1 change: 1 addition & 0 deletions drivers/media/i2c/isx031.c
Original file line number Diff line number Diff line change
@@ -416,6 +416,7 @@ static int __maybe_unused isx031_resume(struct device *dev)
struct isx031 *isx031 = to_isx031(sd);
const struct isx031_reg_list *reg_list;
int ret;

ret = isx031_identify_module(isx031);
if (ret == 0) {
reg_list = &isx031->cur_mode->reg_list;