summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core
AgeCommit message (Expand)AuthorFilesLines
2025-07-12media: v4l2: Add support for NV12M tiled variants to v4l2_format_info()Marek Szyprowski1-0/+6
2025-07-11media: uvcvideo: Introduce V4L2_META_FMT_UVC_MSXU_1_5Ricardo Ribalda1-0/+1
2025-07-11media: core: export v4l2_translate_cmdRicardo Ribalda1-2/+3
2025-07-10media: v4l2-common: Add the missing Raw Bayer pixel formatsMehdi Djait1-0/+20
2025-07-10media: v4l2-subdev: Add debug prints to v4l2_subdev_collect_streams()Sakari Ailus1-0/+7
2025-07-10media: v4l2-subdev: Print early in v4l2_subdev_{enable,disable}_streams()Sakari Ailus1-4/+6
2025-07-03media: v4l2: Add Renesas Camera Receiver Unit pixel formatsDaniel Scally2-0/+10
2025-06-30media: v4l2-subdev: Limit the number of active routes to V4L2_FRAME_DESC_ENTR...Laurent Pinchart1-0/+14
2025-06-30media: v4l2-ctrls: Return the handler's error in v4l2_ctrl_handler_free()Sakari Ailus1-3/+8
2025-06-30media: v4l2-ctrls: Don't reset handler's error in v4l2_ctrl_handler_free()Sakari Ailus1-1/+0
2025-06-30media: v4l2-common: Reduce warnings about missing V4L2_CID_LINK_FREQ controlNiklas Söderlund1-4/+4
2025-06-20media: v4l2-ctrls: Fix H264 SEPARATE_COLOUR_PLANE checkJames Cowgill1-4/+4
2025-06-17media: v4l2-jpeg: Remove unused v4l2_jpeg_parse_* wrappersDr. David Alan Gilbert1-80/+0
2025-06-17media: v4l2-core: Replace the check for firmware registered I2C devicesAndy Shevchenko1-1/+2
2025-05-09media: Add C3ISP_PARAMS and C3ISP_STATS meta formatsKeke Li1-0/+2
2025-05-09media: v4l: subdev: Fix coverity issue: Logically dead codeChris Green1-2/+1
2025-05-09media: v4l2-dev: fix error handling in __video_register_device()Ma Ke1-7/+7
2025-05-06media: common: Add v4l2_find_nearest_size_conditional()Sakari Ailus1-5/+13
2025-04-25media: v4l2-common: Add RGBR format infoMatthew Majewski1-0/+1
2025-04-08media: v4l2: Add NV15 and NV20 pixel formatsJonas Karlman2-0/+4
2025-04-08media: v4l2-common: Add helpers to calculate bytesperline and sizeimageJonas Karlman1-39/+39
2025-03-06media: v4l2-dv-timings: prevent possible overflow in v4l2_detect_gtf()Karina Yankevich1-2/+2
2025-03-05media: v4l2-core: use (t,l)/wxh format for rectangleHans Verkuil2-13/+13
2025-03-05media: v4l2-core: Introduce v4l2_query_ext_ctrl_to_v4l2_queryctrlRicardo Ribalda2-47/+32
2025-03-05media: v4l2: Remove vidioc_s_ctrl callbackRicardo Ribalda2-3/+1
2025-03-05media: v4l2: Remove vidioc_g_ctrl callbackRicardo Ribalda2-3/+1
2025-03-05media: v4l2: Remove vidioc_queryctrl callbackRicardo Ribalda2-4/+1
2025-03-05media: ioctl: Simulate v4l2_queryctrl with v4l2_query_ext_ctrlRicardo Ribalda2-2/+38
2025-03-03media: v4l2-ctrls: add support for V4L2_CTRL_WHICH_MIN/MAX_VALHans Verkuil3-35/+176
2025-03-03media: v4l2_ctrl: Add V4L2_CTRL_TYPE_RECTYunke Cao1-1/+15
2025-02-18media: v4l2-dv-timings: add v4l2_num_edid_blocks() helperHans Verkuil1-0/+36
2025-02-15media: v4l: Memset argument to 0 before calling get_mbus_config pad opSakari Ailus1-0/+2
2025-02-15media: v4l: Support obtaining link frequency via get_mbus_configSakari Ailus1-2/+13
2025-02-15media: v4l: Support passing media pad argument to v4l2_get_link_freq()Sakari Ailus1-3/+18
2024-12-19media: mc: fix endpoint iterationCosmin Tanislav1-1/+1
2024-12-19media: v4l: fwnode: Parse MiPI DisCo for C-PHY line-ordersNiklas Söderlund1-1/+42
2024-11-11Merge tag 'v6.12-rc7' into __tmp-hansg-linux-tags_media_atomisp_6_13_1Mauro Carvalho Chehab3-8/+13
2024-11-08Merge tag 'media/v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-6/+11
2024-11-07media: v4l2-subdev: Refactor eventsTommaso Merciai1-2/+20
2024-10-28media: v4l2-core: constify the class structBartosz Golaszewski1-1/+1
2024-10-28media: v4l2-core: v4l2-dv-timings: check cvt/gtf resultHans Verkuil1-60/+72
2024-10-18media: v4l2-ctrls-api: fix error handling for v4l2_g_ctrl()Mauro Carvalho Chehab1-6/+11
2024-10-16v4l2-subdev: Return -EOPNOTSUPP for unsupported pad type in call_get_frame_de...Lad Prabhakar1-0/+5
2024-10-16media: uapi: Add meta formats for PiSP FE config and statsTomi Valkeinen1-0/+2
2024-10-12media: v4l2-core: add v4l2_debugfs_if_alloc/free()Hans Verkuil1-0/+67
2024-10-12media: v4l2-core: add v4l2_debugfs_root()Hans Verkuil1-0/+14
2024-10-08media: v4l: Add luma 16-bit interlaced pixel formatDmitry Perchanov1-0/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-05media: v4l2-dev: handle V4L2_CAP_EDIDErling Ljunggren1-0/+15