index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
v4l2-core
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: v4l2-subdev: Store frame interval in subdev state
Laurent Pinchart
2023-12-13
1
-0
/
+52
*
media: v4l2-subdev: Add which field to struct v4l2_subdev_frame_interval
Laurent Pinchart
2023-12-13
1
-9
/
+16
*
media: v4l2-subdev: Turn .[gs]_frame_interval into pad operations
Laurent Pinchart
2023-12-13
2
-31
/
+40
*
media: v4l: Safely to call v4l2_subdev_cleanup on an uninitialised subdev
Sakari Ailus
2023-12-13
1
-1
/
+2
*
media: v4l2-cci: Add support for little-endian encoded registers
Alexander Stein
2023-12-13
1
-8
/
+36
*
media: v4l: async: Drop useless list move operation
Sebastian Reichel
2023-12-04
1
-3
/
+0
*
media: v4l: async: Fix duplicated list deletion
Sebastian Reichel
2023-12-04
1
-1
/
+0
*
media: v4l: cci: Add macros to obtain register width and address
Sakari Ailus
2023-12-04
1
-4
/
+4
*
media: v4l: fwnode: Parse MIPI DisCo for Imaging properties
Sakari Ailus
2023-12-04
1
-1
/
+3
*
media: v4l2-subdev: Rename .init_cfg() operation to .init_state()
Laurent Pinchart
2023-12-04
1
-9
/
+11
*
media: v4l: subdev: Return NULL from pad access functions on error
Sakari Ailus
2023-11-23
1
-30
/
+6
*
media: v4l: subdev: Always compile sub-device state access functions
Sakari Ailus
2023-11-23
1
-126
/
+126
*
media: v4l: subdev: Make stream argument optional in state access functions
Sakari Ailus
2023-11-23
1
-9
/
+9
*
media: v4l: subdev: v4l2_subdev_state_get_format always returns format now
Sakari Ailus
2023-11-23
1
-8
/
+1
*
media: v4l: subdev: Rename sub-device state information access functions
Sakari Ailus
2023-11-23
1
-14
/
+13
*
media: v4l: subdev: Also return pads array information on stream functions
Sakari Ailus
2023-11-23
1
-0
/
+63
*
media: v4l: subdev: Store the sub-device in the sub-device state
Sakari Ailus
2023-11-23
1
-0
/
+2
*
media: v4l2-dev: Check that g/s_selection are valid before selecting crop
Paul Kocialkowski
2023-11-23
1
-2
/
+4
*
media: v4l2-common: Add 10bpp RGB formats info
Jacopo Mondi
2023-11-23
1
-0
/
+3
*
media: core: v4l2-ioctl: check if ioctl is known to avoid NULL name
Hans Verkuil
2023-11-23
1
-1
/
+1
*
media: core: Report the maximum possible number of buffers for the queue
Benjamin Gaignard
2023-11-23
2
-3
/
+11
*
media: v4l2: Allow M2M job queuing w/o streaming CAP queue
Sebastian Fricke
2023-11-16
1
-3
/
+6
*
Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2023-11-06
9
-2630
/
+56
|
\
|
*
media: v4l: subdev: Print debug information on frame descriptor
Sakari Ailus
2023-10-07
1
-1
/
+30
|
*
media: v4l: subdev: Clear frame descriptor before get_frame_desc
Sakari Ailus
2023-10-07
1
-0
/
+9
|
*
media: v4l2-event: Annotate struct v4l2_subscribed_event with __counted_by
Kees Cook
2023-10-07
1
-1
/
+1
|
*
media: v4l: Add HEXTILE compressed format
Marvin Lin
2023-09-27
1
-0
/
+1
|
*
media: remove the old videobuf framework
Hans Verkuil
2023-09-27
6
-2628
/
+0
|
*
media: v4l2-subdev: Document and enforce .s_stream() requirements
Laurent Pinchart
2023-09-27
1
-1
/
+16
*
|
media: subdev: Don't report V4L2_SUBDEV_CAP_STREAMS when the streams API is d...
Hans de Goede
2023-10-11
1
-0
/
+7
|
/
*
media: v4l: async: Avoid a goto in loop implementation
Sakari Ailus
2023-08-10
1
-14
/
+10
*
media: Add MIPI CCI register access helper functions
Hans de Goede
2023-08-10
3
-0
/
+176
*
media: subdev: Add debug prints to enable/disable_streams
Tomi Valkeinen
2023-08-10
1
-2
/
+12
*
media: subdev: Constify v4l2_subdev_set_routing_with_fmt() param
Tomi Valkeinen
2023-08-10
1
-1
/
+1
*
media: subdev: Drop implicit zeroing of stream field
Tomi Valkeinen
2023-08-10
1
-15
/
+0
*
media: mediatek: vcodec: Add capture format to support 10bit raster mode
Mingjia Zhang
2023-08-10
2
-0
/
+3
*
media: mediatek: vcodec: Add capture format to support 10bit tile mode
Mingjia Zhang
2023-08-10
2
-0
/
+3
*
media: v4l: async: Set v4l2_device and subdev in async notifier init
Sakari Ailus
2023-08-10
2
-29
/
+19
*
media: v4l: async: Support fwnode endpoint list matching for subdevs
Sakari Ailus
2023-07-28
2
-0
/
+54
*
media: v4l: async: Try more connections
Sakari Ailus
2023-07-28
1
-2
/
+2
*
media: v4l: async: Drop unneeded list entry initialisation
Sakari Ailus
2023-07-28
1
-2
/
+0
*
media: v4l: async: Allow multiple connections between entities
Sakari Ailus
2023-07-28
1
-73
/
+76
*
media: v4l: async: Obtain async connection based on sub-device
Sakari Ailus
2023-07-28
1
-0
/
+7
*
media: v4l: async: Rework internal lists
Sakari Ailus
2023-07-28
1
-48
/
+54
*
media: v4l: async: Drop duplicate handling when adding connections
Sakari Ailus
2023-07-28
1
-19
/
+8
*
media: v4l: async: Clean up error handling in v4l2_async_match_notify
Sakari Ailus
2023-07-28
1
-9
/
+12
*
media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connection
Sakari Ailus
2023-07-28
2
-84
/
+83
*
media: v4l: async: Simplify async sub-device fwnode matching
Sakari Ailus
2023-07-28
1
-67
/
+21
*
media: v4l: async: Clean up list heads and entries
Sakari Ailus
2023-07-28
1
-27
/
+27
*
media: v4l: async: Only pass match information for async subdev validation
Sakari Ailus
2023-07-28
1
-53
/
+56
[next]