Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
3a7bd2d
media: imx355: Avoid calling imx355_power_off twice in error path
6by9 Jul 15, 2026
0e3d4c1
media: i2c: imx355: Add support for 24 MHz external clock
okias Apr 14, 2026
5e36e9b
media: imx355: Remove duplicated registers from the mode tables
6by9 Apr 15, 2026
78960bc
media: imx355: Remove setting FRM_LENGTH_LINES in the mode regs
6by9 Apr 15, 2026
60e9e2f
media: imx355: Programmatically set the crop parameters for each mode
6by9 Apr 15, 2026
ec7162a
media: imx355: Set register LINE_LENGTH_PCK programmatically
6by9 Apr 15, 2026
c13b86a
media: imx355: Set binning mode registers programmatically
6by9 Apr 15, 2026
3829ecd
media: imx355: Remove link_freq_index from each mode as ununsed
6by9 Apr 29, 2026
c76fdf7
media: imx355: pixel_rate never changes, so don't recompute
6by9 Apr 29, 2026
5dc3b08
media: imx355: Remove redundant fll_min, and implement fixed offset
6by9 Apr 29, 2026
0757564
media: imx355: Add support for get_selection
6by9 Apr 15, 2026
1857a38
media: imx355: Use pm_runtime autosuspend_delay
6by9 Apr 15, 2026
08d620a
media: imx355: Convert to new CCI register access helpers
6by9 Apr 29, 2026
3e2c65a
media: imx355: Set the colorspace in the format
6by9 May 11, 2026
5cc8266
media: imx355: Define the exposure offset, and use that define
6by9 May 12, 2026
4a791e1
media: imx355: Use NULL ctrl_ops for HBLANK as it is a read-only control
6by9 Jun 17, 2026
0526632
media: imx355: Compute link frequency from PLL setup
6by9 Jun 30, 2026
1486228
media: imx355: Support 2 lane readout
6by9 Apr 15, 2026
a781ab0
media: imx355: Switch to using the subdev state
6by9 May 11, 2026
c4cb4f3
media: imx355: Remove storing cur_mode in the state
6by9 May 11, 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
1 change: 1 addition & 0 deletions drivers/media/i2c/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ config VIDEO_IMX335

config VIDEO_IMX355
tristate "Sony IMX355 sensor support"
select V4L2_CCI_I2C
help
This is a Video4Linux2 sensor driver for the Sony
IMX355 camera.
Expand Down
Loading
Loading