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