index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-04
media: subdev: Support single-stream case in v4l2_subdev_enable/disable_strea...
Tomi Valkeinen
1
-108
/
+86
2024-06-04
media: subdev: Refactor v4l2_subdev_enable/disable_streams()
Tomi Valkeinen
1
-49
/
+60
2024-06-04
media: subdev: Support privacy led in v4l2_subdev_enable/disable_streams()
Tomi Valkeinen
1
-0
/
+9
2024-06-04
media: subdev: Add v4l2_subdev_is_streaming()
Tomi Valkeinen
1
-0
/
+25
2024-06-04
media: subdev: Improve v4l2_subdev_enable/disable_streams_fallback
Tomi Valkeinen
1
-28
/
+40
2024-06-04
media: subdev: Fix use of sd->enabled_streams in call_s_stream()
Tomi Valkeinen
1
-6
/
+2
2024-06-04
media: subdev: Add checks for subdev features
Tomi Valkeinen
1
-0
/
+27
2024-06-04
media: subdev: Use v4l2_subdev_has_op() in v4l2_subdev_enable/disable_streams()
Tomi Valkeinen
1
-2
/
+2
2024-06-04
media: subdev: Add privacy led helpers
Tomi Valkeinen
1
-9
/
+21
2024-06-04
media: ipu6: Rework CSI-2 sub-device streaming control
Sakari Ailus
4
-97
/
+49
2024-06-04
media: async: Warn on attept to create an ancillary link to a non-subdev
Sakari Ailus
1
-1
/
+5
2024-06-04
media: i2c: imx258: Convert to new CCI register access helpers
Luis Garcia
2
-469
/
+349
2024-06-04
media: i2c: imx258: Use v4l2_link_freq_to_bitmap helper
Luis Garcia
1
-0
/
+12
2024-06-04
media: i2c: imx258: Make HFLIP and VFLIP controls writable
Dave Stevenson
1
-35
/
+65
2024-06-04
media: i2c: imx258: Change register settings for variants of the sensor
Dave Stevenson
1
-4
/
+43
2024-06-04
media: i2c: imx258: Support faster pixel rate on binned modes
Dave Stevenson
1
-38
/
+71
2024-06-04
media: i2c: imx258: Set pixel_rate range to the same as the value
Dave Stevenson
1
-12
/
+7
2024-06-04
media: i2c: imx258: Issue reset before starting streaming
Dave Stevenson
1
-0
/
+12
2024-06-04
media: i2c: imx258: Correct max FRM_LENGTH_LINES value
Dave Stevenson
1
-1
/
+1
2024-06-04
media: i2c: imx258: Allow configuration of clock lane behaviour
Dave Stevenson
1
-0
/
+13
2024-06-04
media: i2c: imx258: Add get_selection for pixel array information
Dave Stevenson
1
-0
/
+90
2024-06-04
media: i2c: imx258: Follow normal V4L2 behaviours for clipping exposure
Dave Stevenson
1
-2
/
+23
2024-06-04
media: i2c: imx258: Add support for running on 2 CSI data lanes
Dave Stevenson
1
-24
/
+190
2024-06-04
media: i2c: imx258: Add support for 24MHz clock
Dave Stevenson
1
-28
/
+102
2024-06-04
media: i2c: imx258: Split out common registers from the mode based ones
Dave Stevenson
1
-215
/
+21
2024-06-04
media: i2c: imx258: Make V4L2_CID_VBLANK configurable.
Dave Stevenson
1
-9
/
+7
2024-06-04
media: i2c: imx258: Add regulator control
Dave Stevenson
1
-1
/
+41
2024-06-04
media: i2c: imx258: Remove redundant I2C writes.
Dave Stevenson
1
-6
/
+0
2024-06-04
media: i2c: imx258: Disable digital cropping on binned modes
Dave Stevenson
1
-4
/
+4
2024-06-04
media: i2c: imx258: Make image geometry meet sensor requirements
Dave Stevenson
1
-13
/
+13
2024-06-04
media: i2c: imx258: Remove unused defines
Dave Stevenson
1
-6
/
+0
2024-06-04
media: v4l: async: Fix NULL pointer dereference in adding ancillary links
ChiYuan Huang
1
-0
/
+3
2024-06-04
media: i2c: hi846: Fix V4L2_SUBDEV_FORMAT_TRY get_selection()
Ricardo Ribalda
1
-1
/
+1
2024-06-04
media: i2c: Fix imx412 exposure control
Bryan O'Donoghue
1
-5
/
+4
2024-05-31
media: imon: Fix race getting ictx->lock
Ricardo Ribalda
1
-4
/
+1
2024-05-31
media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control()
Zheng Yejian
1
-4
/
+31
2024-05-31
media: mceusb: No need for vendor/product ID in name
Sean Young
1
-9
/
+2
2024-05-31
media: tegra-vde: remove unused struct 'tegra_vde_h264_frame'
Dr. David Alan Gilbert
2
-6
/
+0
2024-05-31
media: m2m-deinterlace: remove unused struct 'vb2_dc_conf'
Dr. David Alan Gilbert
1
-4
/
+0
2024-05-31
media: amphion: remove unused struct 'vpu_malone_frame_buffer'
Dr. David Alan Gilbert
1
-5
/
+0
2024-05-31
media: rockchip: rga: fix sequence number handling
Michael Tretter
3
-0
/
+12
2024-05-31
media: pci/ivtv: Use managed version of pci_enable_device
Ricardo Ribalda
1
-2
/
+1
2024-05-31
media: pci/ivtv: Replace request_mem_region with devm_ variant
Ricardo Ribalda
1
-31
/
+14
2024-05-31
media: pci/ivtv: Replace ioremap with devm_ variants
Ricardo Ribalda
1
-39
/
+12
2024-05-31
media: siano: Use flex arrays for sms_firmware
Ricardo Ribalda
1
-1
/
+1
2024-05-31
media: siano: Remove unused structures
Ricardo Ribalda
1
-14
/
+0
2024-05-31
media: siano: Refactor struct sms_msg_data
Ricardo Ribalda
4
-11
/
+13
2024-05-31
media: pci: cx18: Use flex arrays for struct cx18_scb
Ricardo Ribalda
1
-1
/
+1
2024-05-31
media: xilinx: Refactor struct xvip_dma
Ricardo Ribalda
2
-3
/
+3
2024-05-31
media: allegro: nal-hevc: Replace array[1] with array[N]
Ricardo Ribalda
1
-3
/
+4
[prev]
[next]