Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
56a1b01
media: imx355: Reset to upstream
6by9 Sep 15, 2026
42a376d
media: i2c: imx355: Support devicetree and power management
flamingradian Feb 17, 2026
484d1bd
media: i2c: imx355: Restrict data lanes to 4
flamingradian Mar 11, 2026
3e57688
media: imx355: Add support for 24 MHz external clock
okias Jul 15, 2026
4f073e9
media: imx355: Remove duplicated registers from the mode tables
6by9 Jul 15, 2026
d9972b8
media: imx355: Remove setting FRM_LENGTH_LINES in the mode regs
6by9 Jul 15, 2026
d7e321c
media: imx355: Programmatically set the crop parameters for each mode
6by9 Jul 15, 2026
47447a9
media: imx355: Set register LINE_LENGTH_PCK programmatically
6by9 Jul 15, 2026
51c71b6
media: imx355: Set binning mode registers programmatically
6by9 Jul 15, 2026
4fa8378
media: imx355: Remove link_freq_index from each mode as ununsed
6by9 Jul 15, 2026
77286b8
media: imx355: pixel_rate never changes, so don't recompute
6by9 Jul 15, 2026
6280c92
media: imx355: Remove redundant fll_min, and implement fixed offset
6by9 Jul 15, 2026
0970b04
media: imx355: Add support for get_selection
6by9 Jul 15, 2026
ee05ec0
media: imx355: Use pm_runtime autosuspend_delay
6by9 Jul 15, 2026
099cf11
media: imx355: Convert to new CCI register access helpers
6by9 Jul 15, 2026
ea4d05d
media: imx355: Set the colorspace in the format
6by9 Jul 15, 2026
1f8d20c
media: imx355: Define the exposure offset, and use that define
6by9 Jul 15, 2026
4547794
media: imx355: Use NULL ctrl_ops for HBLANK as it is a read-only control
6by9 Jul 15, 2026
391f997
media: imx355: Compute link frequency from PLL setup
6by9 Jul 15, 2026
594c51f
media: imx355: Support 2 lane readout
6by9 Jul 15, 2026
1feed0e
media: imx355: Switch to using the subdev state
6by9 Jul 15, 2026
2f746b3
media: imx355: Remove storing cur_mode in the state
6by9 Jul 15, 2026
4206f7d
media: imx355: reuse existing CCS defines
okias Aug 19, 2026
9d426d2
media: imx355: use full CCS PLL divider registers
okias Aug 26, 2026
27ab271
media: imx355: compute PLL configuration with ccs_pll_calculate()
okias Aug 26, 2026
5105334
imx355: fixup ccs-pll
6by9 Sep 14, 2026
b206603
media: imx355: Increase max PLL rate
6by9 Sep 14, 2026
86343bd
media: imx355: Add a cropped 640x480 mode
6by9 Sep 14, 2026
99c2693
media: imx355: Make V4L2_CID_HBLANK controllable
6by9 May 12, 2026
41401f3
dtoverlays: imx355: Increase link frequency to meet performance targets
6by9 Sep 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/imx355.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cam_node: imx355@1a {
clock-lanes = <0>;
data-lanes = <1 2>;
link-frequencies =
/bits/ 64 <444000000>;
/bits/ 64 <480000000>;
};
};
};
1 change: 1 addition & 0 deletions drivers/media/i2c/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ config VIDEO_IMX335
config VIDEO_IMX355
tristate "Sony IMX355 sensor support"
select V4L2_CCI_I2C
select VIDEO_CCS_PLL
help
This is a Video4Linux2 sensor driver for the Sony
IMX355 camera.
Expand Down
Loading
Loading