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

media: ipu3-cio2: Move functionality from .complete() to .bound() #124

Merged
merged 1 commit into from
May 7, 2022

Commits on May 6, 2022

  1. media: ipu3-cio2: Move functionality from .complete() to .bound()

    Creating links and registering subdev nodes during the .complete()
    callback has the unfortunate effect of preventing all cameras that
    connect to a notifier from working if any one of their drivers fails
    to probe. Moving the functionality from .complete() to .bound() allows
    those camera sensor drivers that did probe correctly to work regardless.
    
    Signed-off-by: Daniel Scally <djrscally@gmail.com>
    djrscally committed May 6, 2022
    Configuration menu
    Copy the full SHA
    69cbd4b View commit details
    Browse the repository at this point in the history