summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
* media: v4l2-async: Log message in case of heterogeneous fwnode matchLaurent Pinchart2020-07-191-1/+23
* media: v4l2-async: Pass notifier pointer to match functionsLaurent Pinchart2020-07-191-7/+11
* media: v4l2-async: Accept endpoints and devices for fwnode matchingLaurent Pinchart2020-07-191-1/+42
* media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia2020-07-191-3/+3
* v4l2-core: Print control name in VIDIOC_S/G_(EXT)_CTRL(S)Ezequiel Garcia2020-07-191-4/+10
* media: videobuf2: handle V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky2020-06-232-6/+9
* Merge tag 'media/v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-06-131-1/+1
|\
| * media: v4l2-ctrls: Unset correct HEVC loop filter flagJonas Karlman2020-06-111-1/+1
* | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-093-6/+6
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-092-2/+2
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-092-2/+2
* | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* | Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-06-0313-112/+1320
|\|
| * media: v4l2-ctrls: Add helper to register propertiesJacopo Mondi2020-05-181-0/+40
| * media: v4l2-ctrls: Sort includes alphabeticallyJacopo Mondi2020-05-181-4/+4
| * media: v4l2-fwnode: Add helper to parse device propertiesJacopo Mondi2020-05-181-0/+42
| * media: v4l2-ctrls: Add camera orientation and rotationJacopo Mondi2020-05-181-0/+13
| * media: Revert "media: v4l2-fwnode: Add a convenience function for registering...Steve Longerbeam2020-05-181-62/+0
| * media: v4l2-mc: add v4l2_create_fwnode_links helpersSteve Longerbeam2020-05-181-0/+95
| * media: v4l2-subdev: add v4l2_subdev_get_fwnode_pad_1_to_1Steve Longerbeam2020-05-181-0/+22
| * media: v4l2-subdev: add VIDIOC_SUBDEV_QUERYCAP ioctlHans Verkuil2020-05-121-0/+11
| * media: v4l2-subdev: Guard whole fops and ioctl hdlrJacopo Mondi2020-05-121-8/+31
| * media: v4l2-dev: Add v4l2_device_register_ro_subdev_node()Jacopo Mondi2020-05-122-2/+24
| * media: v4l2: Extend VIDIOC_ENUM_FMT to support MC-centric devicesLaurent Pinchart2020-05-061-2/+11
| * media: v4l2-dev/ioctl: Add V4L2_CAP_IO_MCNiklas Söderlund2020-05-062-10/+72
| * media: v4l2-ctrls: add __v4l2_ctrl_s_ctrl_compound()Hans Verkuil2020-04-211-5/+5
| * media: v4l2-ctrls: v4l2_ctrl_g/s_ctrl*(): don't continue when WARN_ONHans Verkuil2020-04-211-6/+12
| * media: v4l2-core: Add helpers to build the H264 P/B0/B1 reflistsBoris Brezillon2020-04-213-0/+275
| * media: v4l2-fh: define v4l2_fh struct regardless of conditionSeungchul Kim2020-04-211-2/+0
| * media: v4l2-ctrl: Add H264 profile and levelsMaheshwar Ajja2020-04-211-0/+5
| * media: add v4l2 JPEG helpersPhilipp Zabel2020-04-143-0/+638
| * media: v4l2-common: Add BGR666 to v4l2_format_infoDafna Hirschfeld2020-04-141-0/+1
| * media: v4l2-common: change the pixel_enc of V4L2_PIX_FMT_GREY to YUVDafna Hirschfeld2020-04-141-1/+1
| * media: v4l2-mem2mem: return CAPTURE buffer firstEzequiel Garcia2020-04-141-1/+10
| * media: Kconfig: move V4L2 subdev API to v4l2-core/KconfigMauro Carvalho Chehab2020-04-141-0/+9
| * media: pci: move VIDEO_PCI_SKELETON to a different KconfigMauro Carvalho Chehab2020-04-141-10/+0
* | docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab2020-04-201-1/+1
|/
* media: v4l: Add 14-bit raw greyscale pixel formatDaniel Glöckner2020-03-201-0/+1
* media: v4l: Add 14-bit raw bayer pixel formatsSakari Ailus2020-03-201-0/+4
* media: v4l2-fwnode: add initial connector parsing supportMarco Felsch2020-03-121-0/+165
* media: v4l2-fwnode: add endpoint id field to v4l2_fwnode_linkMarco Felsch2020-03-121-0/+2
* media: v4l2-fwnode: simplify v4l2_fwnode_parse_linkMarco Felsch2020-03-121-16/+9
* media: v4l2-fwnode: fix v4l2_fwnode_parse_link handlingMarco Felsch2020-03-121-1/+1
* media: v4l2-mem2mem: handle draining, stopped and next-buf-is-last statesNeil Armstrong2020-03-051-2/+219
* media: v4l2-ctrls: v4l2_ctrl_request_complete() should always set ref->reqHans Verkuil2020-03-051-2/+9
* media: v4l2-core: fix entity initialization in device_register_subdevEugen Hristev2020-03-051-5/+2
* media: v4l2-core: fix a use-after-free bug of sd->devnodeDafna Hirschfeld2020-03-051-0/+1
* media: Split v4l2_pipeline_pm_use into v4l2_pipeline_pm_{get, put}Ezequiel Garcia2020-03-021-3/+15
* media: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-242-7/+7