summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
* media: Remove the legacy v4l2-clk APIEzequiel Garcia2021-02-062-322/+1
* media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart2021-02-062-17/+17
* media: v4l2-async: Discourage use of v4l2_async_notifier_add_subdevEzequiel Garcia2021-02-062-5/+5
* media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia2021-02-061-12/+12
* media: v4l2-async: Remove V4L2_ASYNC_MATCH_DEVNAMEEzequiel Garcia2021-02-061-41/+0
* Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab2021-02-011-2/+2
|\
| * media: v4l: common: Fix naming of v4l2_get_link_rateSakari Ailus2021-01-071-2/+2
* | media: v4l2-async: Safely unregister an non-registered async subdevLaurent Pinchart2021-01-271-0/+3
* | media: v4l2-async: Add waiting subdevices debugfsEzequiel Garcia2021-01-272-0/+71
* | media: v4l2-async: Remove V4L2_ASYNC_MATCH_CUSTOMEzequiel Garcia2021-01-271-14/+0
* | media: v4l2-ioctl: print capabilities in v4l_print_create_buffers()Helen Koike2021-01-271-3/+3
* | media: v4l2-ctrls.c: fix shift-out-of-bounds in std_validateHans Verkuil2021-01-271-1/+2
* | media: v4l2-fwnode: Include v4l2_fwnode_bus_typeDaniel Scally2021-01-261-11/+0
* | media: v4l2-core: v4l2-async: Check sd->fwnode->secondary in match_fwnode()Daniel Scally2021-01-261-0/+8
* | media: v4l2-ctrl: Add base layer priority id control.Dikshita Agarwal2021-01-141-0/+1
* | media: v4l2-ctrl: Add layer wise bitrate controls for h264Dikshita Agarwal2021-01-141-0/+7
* | media: v4l2-ctrl: Add frame-specific min/max qp controls for hevcDikshita Agarwal2021-01-141-0/+8
* | media: v4l: ioctl: Use kmalloc to allocate a small chunk of memorySakari Ailus2021-01-121-2/+2
* | media: v4l: ioctl: Fix memory leak in video_usercopySakari Ailus2021-01-121-18/+14
* | media: v4l2-dev: add EPOLLPRI in v4l2_poll() when dev is unregisteredHans Verkuil2021-01-041-5/+7
* | media: v4l2-dev/event: add v4l2_event_wake_all()Hans Verkuil2021-01-042-0/+20
* | media: v4l2-mem2mem: always call poll_wait() on queuesAlexandre Courbot2021-01-041-3/+12
|/
* media: vicodec: mark the stateless FWHT API as stableHans Verkuil2020-12-031-2/+18
* media: uapi: move H264 stateless controls out of stagingEzequiel Garcia2020-12-031-18/+18
* media: controls: Log H264 stateless controls in .std_logEzequiel Garcia2020-12-031-0/+18
* media: controls: Add the stateless codec control classEzequiel Garcia2020-12-031-0/+5
* media: controls: Validate H264 stateless controlsEzequiel Garcia2020-12-031-0/+134
* media: Rename stateful codec control macrosEzequiel Garcia2020-12-031-2/+2
* media: controls: Add validate failure debug messageEzequiel Garcia2020-12-031-1/+6
* media: controls: Add VP8 stateless type initializationEzequiel Garcia2020-12-031-0/+5
* media: v4l2-fwnode: Remove v4l2_async_notifier_parse_fwnode_endpoints_by_port()Niklas Söderlund2020-12-021-14/+0
* media: v4l: subdev: Set sd->devnode before registering the subdevSakari Ailus2020-12-021-1/+2
* media: v4l2-compat-ioctl32.c: add missing #ifdef CONFIG_COMPAT_32BIT_TIMEsHans Verkuil2020-11-171-5/+18
* media: v4l2-ctrls: allow V4L2_CTRL_TYPE_BUTTON with request apiDikshita Agarwal2020-11-171-5/+1
* media: videodev2.h, v4l2-ioctl: add rkisp1 meta buffer formatShunqian Zheng2020-11-171-0/+2
* media: v4l: Add a helper for obtaining the link frequencySakari Ailus2020-11-161-0/+33
* media: v4l: subdev: Improve link format validation debug messagesSakari Ailus2020-11-161-7/+41
* media: v4l2-fwnode: Don't zero parts of struct v4l2_fwnode_endpoint anymoreSakari Ailus2020-11-161-12/+0
* media: v4l2-fwnode: Return -EINVAL for invalid bus-typeLad Prabhakar2020-11-161-1/+5
* media: v4l2: remove remaining compat_ioctlArnd Bergmann2020-11-161-194/+2
* media: v4l2: remaining compat handlersArnd Bergmann2020-11-161-174/+109
* media: v4l2: convert v4l2_format compat ioctlsArnd Bergmann2020-11-161-207/+139
* media: v4l2: allocate v4l2_clip objects earlyArnd Bergmann2020-11-161-1/+22
* media: v4l2: move compat handling for v4l2_bufferArnd Bergmann2020-11-161-454/+270
* media: v4l2: move v4l2_ext_controls conversionArnd Bergmann2020-11-161-146/+90
* media: v4l2: remove unneeded compat ioctl handlersArnd Bergmann2020-11-161-42/+0
* media: v4l2: prepare compat-ioctl reworkArnd Bergmann2020-11-162-67/+145
* media: v4l2-mem2mem: Fix spurious v4l2_m2m_buf_doneEzequiel Garcia2020-10-081-1/+0
* Merge tag 'v5.9-rc7' into patchworkMauro Carvalho Chehab2020-10-042-9/+6
|\
| * Merge tag 'media/v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-09-242-9/+6
| |\