[SRU][N:linux-xilinx][PATCH 00/14] Backport IMX708 patches from raspi to xilinx kernel
Stewart Hore
stewart.hore at canonical.com
Wed Oct 15 00:25:55 UTC 2025
BugLink: https://bugs.launchpad.net/bugs/2127886
Request to include the attached patches which enables IMX708 or
Raspberry Pi V3 functionality into Ubuntu Xilinx Kernel Tree.
The patches below were cherry-picked and applied to Xilinx Kernel,
built, installed and the driver was tested for correct functionality.
Patches were cherry picked from linux-raspi Ubuntu Noble Kernel Tree.
Dave Stevenson (1):
dtbindings: media: i2c: Add IMX708 CMOS sensor binding
David Plowman (2):
drivers: media: i2c: imx708: Fix crop information
drivers: media: i2c: imx708: Fix WIDE_DYNAMIC_RANGE control with long
exposure
Naushir Patuck (8):
dt-bindings: media: i2c: Replace IMX708 sensor binding documentation
file
drivers: media: imx708: Enable long exposure mode
drivers: media: imx708: Increase usable link frequencies
drivers: media: imx708: Remove unused control fields
drivers: media: imx708: Tidy-ups to address upstream review comments
drivers: media: imx708: Follow the standard devicetree labels
drives: media: imx708: Put HFLIP and VFLIP controls in a cluster
media: uapi: Add MEDIA_BUS_FMT_SENSOR_DATA media bus format
Nick Hollinghurst (2):
media/i2c: Add a driver for the Sony IMX708 image sensor
drivers: media: imx708: Adjust broken line correction parameter
Stewart Hore (1):
UBUNTU: [Config] Set CONFIG_VIDEO_IMX708 to 'y'
.../bindings/media/i2c/sony,imx708.yaml | 128 +
.../media/v4l/subdev-formats.rst | 32 +
MAINTAINERS | 8 +
debian.xilinx/config/annotations | 1 +
drivers/media/i2c/Kconfig | 13 +
drivers/media/i2c/Makefile | 1 +
drivers/media/i2c/imx708.c | 2116 +++++++++++++++++
include/uapi/linux/media-bus-format.h | 3 +
8 files changed, 2302 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx708.yaml
create mode 100644 drivers/media/i2c/imx708.c
--
2.48.1
More information about the kernel-team
mailing list