summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
AgeCommit message (Expand)Author
2020-07-19media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia
2020-07-19v4l2-core: Print control name in VIDIOC_S/G_(EXT)_CTRL(S)Ezequiel Garcia
2020-06-23media: videobuf2: handle V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky
2020-06-13Merge tag 'media/v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-06-11media: v4l2-ctrls: Unset correct HEVC loop filter flagJonas Karlman
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-05-18media: v4l2-ctrls: Add helper to register propertiesJacopo Mondi
2020-05-18media: v4l2-ctrls: Sort includes alphabeticallyJacopo Mondi
2020-05-18media: v4l2-fwnode: Add helper to parse device propertiesJacopo Mondi
2020-05-18media: v4l2-ctrls: Add camera orientation and rotationJacopo Mondi
2020-05-18media: Revert "media: v4l2-fwnode: Add a convenience function for registering...Steve Longerbeam
2020-05-18media: v4l2-mc: add v4l2_create_fwnode_links helpersSteve Longerbeam
2020-05-18media: v4l2-subdev: add v4l2_subdev_get_fwnode_pad_1_to_1Steve Longerbeam
2020-05-12media: v4l2-subdev: add VIDIOC_SUBDEV_QUERYCAP ioctlHans Verkuil
2020-05-12media: v4l2-subdev: Guard whole fops and ioctl hdlrJacopo Mondi
2020-05-12media: v4l2-dev: Add v4l2_device_register_ro_subdev_node()Jacopo Mondi
2020-05-06media: v4l2: Extend VIDIOC_ENUM_FMT to support MC-centric devicesLaurent Pinchart
2020-05-06media: v4l2-dev/ioctl: Add V4L2_CAP_IO_MCNiklas Söderlund
2020-04-21media: v4l2-ctrls: add __v4l2_ctrl_s_ctrl_compound()Hans Verkuil
2020-04-21media: v4l2-ctrls: v4l2_ctrl_g/s_ctrl*(): don't continue when WARN_ONHans Verkuil
2020-04-21media: v4l2-core: Add helpers to build the H264 P/B0/B1 reflistsBoris Brezillon
2020-04-21media: v4l2-fh: define v4l2_fh struct regardless of conditionSeungchul Kim
2020-04-21media: v4l2-ctrl: Add H264 profile and levelsMaheshwar Ajja
2020-04-20docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab
2020-04-14media: add v4l2 JPEG helpersPhilipp Zabel
2020-04-14media: v4l2-common: Add BGR666 to v4l2_format_infoDafna Hirschfeld
2020-04-14media: v4l2-common: change the pixel_enc of V4L2_PIX_FMT_GREY to YUVDafna Hirschfeld
2020-04-14media: v4l2-mem2mem: return CAPTURE buffer firstEzequiel Garcia
2020-04-14media: Kconfig: move V4L2 subdev API to v4l2-core/KconfigMauro Carvalho Chehab
2020-04-14media: pci: move VIDEO_PCI_SKELETON to a different KconfigMauro Carvalho Chehab
2020-03-20media: v4l: Add 14-bit raw greyscale pixel formatDaniel Glöckner
2020-03-20media: v4l: Add 14-bit raw bayer pixel formatsSakari Ailus
2020-03-12media: v4l2-fwnode: add initial connector parsing supportMarco Felsch
2020-03-12media: v4l2-fwnode: add endpoint id field to v4l2_fwnode_linkMarco Felsch
2020-03-12media: v4l2-fwnode: simplify v4l2_fwnode_parse_linkMarco Felsch
2020-03-12media: v4l2-fwnode: fix v4l2_fwnode_parse_link handlingMarco Felsch
2020-03-05media: v4l2-mem2mem: handle draining, stopped and next-buf-is-last statesNeil Armstrong
2020-03-05media: v4l2-ctrls: v4l2_ctrl_request_complete() should always set ref->reqHans Verkuil
2020-03-05media: v4l2-core: fix entity initialization in device_register_subdevEugen Hristev
2020-03-05media: v4l2-core: fix a use-after-free bug of sd->devnodeDafna Hirschfeld
2020-03-02media: Split v4l2_pipeline_pm_use into v4l2_pipeline_pm_{get, put}Ezequiel Garcia
2020-02-24media: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil
2020-02-24media: v4l2-core: v4l2-i2c: convert to new API with ERRPTRWolfram Sang
2020-02-24media: v4l2-mem2mem.c: fix broken linksHans Verkuil
2020-01-31Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds