rpi-5.15.y: media: imx219: Advertise embedded data node on media pad 1#4758
Merged
pelwell merged 1 commit intoraspberrypi:rpi-5.15.yfrom Dec 8, 2021
Merged
Conversation
This commit updates the imx219 driver to adverise support for embedded data streams. This can then be used by the bcm2835-unicam driver, which has recently been updated to expose the embedded data stream to userland. The imx219 sensor subdevice overloads the media pad to differentiate between image stream (pad 0) and embedded data stream (pad 1) when performing the v4l2_subdev_pad_ops functions. Signed-off-by: Naushir Patuck <naush@raspberrypi.com> [JMH: Adapt to the mainline 5.16 kernel] Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>
Contributor
|
Thanks! |
popcornmix
added a commit
to raspberrypi/firmware
that referenced
this pull request
Dec 17, 2021
kernel: ASoC:ma120x0p: Increase maximum sample rate to 192KHz See: ASoC:ma120x0p: Increase maximum sample rate to 192KHz kernel: Add cam0 parameter to image sensor overlays See: Add cam0 parameter to image sensor overlays kernel: drm/vc4: Fix build without DRM_VC4_HDMI_CEC See: raspberrypi/linux#4771 kernel: v2 fix for the VLI TRB cache bug See: raspberrypi/linux#4768 kernel: ARM: dts: Create bcm2711-rpi-cm4s.dts See: raspberrypi/linux#4761 kernel: vc4/drm: Ignore vc4_hdmi->output_enabled for allowing audio See: raspberrypi/linux#4759 kernel: media: imx219: Advertise embedded data node on media pad 1 See: raspberrypi/linux#4758
popcornmix
added a commit
to raspberrypi/rpi-firmware
that referenced
this pull request
Dec 17, 2021
kernel: ASoC:ma120x0p: Increase maximum sample rate to 192KHz See: ASoC:ma120x0p: Increase maximum sample rate to 192KHz kernel: Add cam0 parameter to image sensor overlays See: Add cam0 parameter to image sensor overlays kernel: drm/vc4: Fix build without DRM_VC4_HDMI_CEC See: raspberrypi/linux#4771 kernel: v2 fix for the VLI TRB cache bug See: raspberrypi/linux#4768 kernel: ARM: dts: Create bcm2711-rpi-cm4s.dts See: raspberrypi/linux#4761 kernel: vc4/drm: Ignore vc4_hdmi->output_enabled for allowing audio See: raspberrypi/linux#4759 kernel: media: imx219: Advertise embedded data node on media pad 1 See: raspberrypi/linux#4758
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.
This commit updates the imx219 driver to adverise support for embedded
data streams. This can then be used by the bcm2835-unicam driver, which
has recently been updated to expose the embedded data stream to
userland.
The imx219 sensor subdevice overloads the media pad to differentiate
between image stream (pad 0) and embedded data stream (pad 1) when
performing the v4l2_subdev_pad_ops functions.
Signed-off-by: Naushir Patuck naush@raspberrypi.com
[JMH: Adapt to the mainline 5.16 kernel]
Signed-off-by: Jean-Michel Hautbois jeanmichel.hautbois@ideasonboard.com