Skip to content

IPU7: Remove psys probe defer for kernel 7.0.0 with tree ISYS#67

Open
arunt1 wants to merge 1 commit intointel:mainfrom
arunt1:mipi_ptl
Open

IPU7: Remove psys probe defer for kernel 7.0.0 with tree ISYS#67
arunt1 wants to merge 1 commit intointel:mainfrom
arunt1:mipi_ptl

Conversation

@arunt1
Copy link
Copy Markdown
Contributor

@arunt1 arunt1 commented Apr 27, 2026

  1. PSYS module defers probe in-tree IPU7 ISYS driver on kernel 7.0 it gets garbage → EPROBE_DEFER and reading adev->isp->ipu7_bus_ready_to_probe as zero

2.ipu7-dir is missed in in tree for debugfs creation

1. PSYS module defers probe  in-tree IPU7 ISYS driver on kernel 7.0
it gets garbage → EPROBE_DEFER and reading adev->isp->ipu7_bus_ready_to_probe as zero

2.ipu7-dir is missed in in tree for debugfs creation

Signed-off-by: Arun T <arun.t@intel.com>
int ret;

if (!adev->isp->ipu7_bus_ready_to_probe)
if (adev->isp->ipu7_bus_ready_to_probe)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems hacking the psys_probe() implementation. This should be avoided.
Value of this variable “isp->ipu7_bus_ready_to_probe = true;” should be true always, before psys_probe is called.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants