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

OV5647 link frequency control #6423

Merged
merged 4 commits into from
Oct 17, 2024
Merged

Commits on Oct 17, 2024

  1. media: i2c: ov5647: Tidy up mode registers to make the order common

    To make comparisons of the mode registers easier, put the registers
    for the binned and VGA modes in the same order as the others.
    
    Signed-off-by: Dave Stevenson <[email protected]>
    6by9 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4ce81ea View commit details
    Browse the repository at this point in the history
  2. media: i2c: ov5647: Separate out the common registers.

    There are many registers in common between all the modes.
    Pull those out into one common table.
    
    Signed-off-by: Dave Stevenson <[email protected]>
    6by9 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d6ec8ee View commit details
    Browse the repository at this point in the history
  3. media: i2c: ov5647: Use the same PLL config for full, 1080p, and binn…

    …ed modes
    
    In order to simplify the driver slightly, use the same PLL
    configuration, and hence pixel rate and link frequency (to be
    added) for the full, 1080p, and binned modes.
    
    Signed-off-by: Dave Stevenson <[email protected]>
    6by9 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5f57cb1 View commit details
    Browse the repository at this point in the history
  4. media: i2c: ov5647: Add V4L2_CID_LINK_FREQUENCY control

    The link frequency can vary between modes, so add it as a
    control.
    
    Signed-off-by: Dave Stevenson <[email protected]>
    6by9 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    37c87cc View commit details
    Browse the repository at this point in the history