aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
AgeCommit message (Expand)AuthorFilesLines
2023-05-14media: dvb-core: Fix use-after-free due to race at dvb_register_device()Hyunwoo Kim1-0/+15
2023-05-14media: dvb-core: Fix use-after-free due on race condition at dvb_netHyunwoo Kim1-0/+4
2023-05-14media: dvb-core: Fix use-after-free on race condition at dvb_frontendHyunwoo Kim1-1/+5
2023-04-15media: i2c: Drop unused sr030pc30 camera sensor driverLaurent Pinchart1-17/+0
2023-04-15media: i2c: Drop unused s5k6aa camera sensor driverLaurent Pinchart1-48/+0
2023-04-15media: i2c: Drop unused noon010pc30 camera sensor driverLaurent Pinchart1-21/+0
2023-04-15media: i2c: Drop unused mt9t001 camera sensor driverLaurent Pinchart1-10/+0
2023-04-15media: i2c: Drop unused mt9m032 camera sensor driverLaurent Pinchart1-22/+0
2023-04-15media: i2c: Drop unused m5mols camera sensor driverLaurent Pinchart1-25/+0
2023-04-15media: i2c: Drop unused ad9389b video encoder driverLaurent Pinchart1-37/+0
2023-04-15media: v4l2-subdev: Add new ioctl for client capabilitiesTomi Valkeinen1-0/+1
2023-04-15media: saa7146: convert to vb2Hans Verkuil1-28/+8
2023-04-15media: common: saa7146: drop 'fmt' from struct saa7146_bufHans Verkuil1-1/+0
2023-04-15media: saa7146: drop 'dev' and 'resources' from struct saa7146_fhHans Verkuil1-5/+2
2023-04-11media: Accept non-subdev sinks in v4l2_create_fwnode_links_to_pad()Laurent Pinchart1-4/+4
2023-04-11media: mc-device: remove unnecessary __must_checkJason Kim1-3/+2
2023-03-20media: v4l2-ctrls: Fix doc for v4l2_ctrl_request_hdl_findMiaoqian Lin1-1/+1
2023-03-20media: subdev: Add V4L2_SUBDEV_ROUTING_NO_MULTIPLEXINGTomi Valkeinen1-0/+11
2023-03-20media: subdev: Split V4L2_SUBDEV_ROUTING_NO_STREAM_MIXTomi Valkeinen1-3/+14
2023-03-20media: subdev: Use 'shall' instead of 'may' in route validationTomi Valkeinen1-3/+3
2023-03-20media: saa7146: drop overlay supportHans Verkuil1-21/+0
2023-03-19media: drop unnecessary networking includesJakub Kicinski2-5/+3
2023-03-19media: rc: add Beelink Mini MXIII keymapChristian Hewitt1-0/+1
2023-03-19media: rc: add common keymap for Dreambox RC10/RC0 and RC20/RC-BT remotesEmanuel Strobel1-0/+1
2023-02-26Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds7-72/+1308
2023-02-24Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-359/+0
2023-02-21Merge tag 'platform-drivers-x86-v6.3-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+4
2023-02-09media: Revert "media: saa7146: deprecate hexium_gemini/orion, mxb and ttpci"Hans Verkuil2-0/+738
2023-02-08media: core: add ov_16bit_addr_reg_helpers.hHans de Goede1-0/+92
2023-02-06media: i2c: s5c73m3: remove support for platform dataDmitry Torokhov1-41/+0
2023-02-06media: mc: entity: Add entity iterator for media_pipelineLaurent Pinchart1-0/+69
2023-02-06media: mc: entity: Add pad iterator for media_pipelineLaurent Pinchart1-0/+29
2023-02-03media: v4l2-core: Make the v4l2-core code enable/disable the privacy LED if p...Hans de Goede1-0/+4
2023-01-31usb: uvc: move media/v4l2-uvc.h to usb/uvc.hMichael Grzeschik1-367/+0
2023-01-31media: uvcvideo: Add GUID for BGRA/X 8:8:8:8Marek Vasut1-0/+8
2023-01-22media: vpfe_capture: remove deprecated davinci driversHans Verkuil1-30/+0
2023-01-22media: Add stream to frame descriptorSakari Ailus1-0/+2
2023-01-22media: v4l2-subdev: Add v4l2_subdev_s_stream_helper() functionLaurent Pinchart1-0/+17
2023-01-22media: v4l2-subdev: Add subdev .(enable|disable)_streams() operationsLaurent Pinchart1-0/+85
2023-01-22media: v4l2-subdev: Add v4l2_subdev_state_xlate_streams() helperLaurent Pinchart1-0/+23
2023-01-22media: subdev: add v4l2_subdev_routing_validate() helperLaurent Pinchart1-0/+39
2023-01-22media: subdev: add v4l2_subdev_set_routing_with_fmt() helperTomi Valkeinen1-0/+16
2023-01-22media: subdev: add "opposite" stream helper funcsTomi Valkeinen1-0/+36
2023-01-22media: subdev: add stream based configurationTomi Valkeinen1-0/+79
2023-01-22media: subdev: Add for_each_active_route() macroJacopo Mondi1-0/+13
2023-01-22media: subdev: add v4l2_subdev_set_routing helper()Tomi Valkeinen1-0/+16
2023-01-22media: subdev: add v4l2_subdev_has_pad_interdep()Tomi Valkeinen1-0/+18
2023-01-22media: subdev: Add [GS]_ROUTING subdev ioctls and operationsLaurent Pinchart1-0/+22
2023-01-22media: add V4L2_SUBDEV_FL_STREAMSTomi Valkeinen1-0/+11
2023-01-22media: mc: Improve the media_entity_has_pad_interdep() documentationLaurent Pinchart1-1/+3
2023-01-12media: davinci: remove vpbe supportArnd Bergmann6-910/+0
2023-01-12staging: media: remove davinci vpfe_capture driverArnd Bergmann1-177/+0
2022-12-07Merge tag 'br-v6.2i' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab4-58/+11
2022-12-07media: s5c73m3: Switch to GPIO descriptorsLinus Walleij1-15/+0
2022-12-07media: s5k4ecgx: Switch to GPIO descriptorsLinus Walleij1-33/+0
2022-12-07media: ths7303: Fix the include guardChristophe JAILLET1-2/+2
2022-12-07media: v4l2-mediabus: add support for dual edge samplingMichael Riesch1-8/+9
2022-12-06media: dvbdev: fix build warning due to commentsLin Ma1-1/+2
2022-12-06media: videobuf2: revert "get_userptr: buffers are always writable"Hans Verkuil2-2/+3
2022-11-25media: dvbdev: adopts refcnt to avoid UAFLin Ma1-14/+17
2022-11-25media: dvb-core: Enhance shared multi-frontend supportRobert Schlabbach1-1/+5
2022-11-25media: dvb_ringbuffer: Fix typo in dvb_ringbuffer_pkt_write() kerneldocGeert Uytterhoeven1-1/+1
2022-11-25media: vb2: add (un)prepare_streaming queue opsHans Verkuil1-0/+14
2022-11-15Merge tag 'br-v6.2e' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab1-1/+1
2022-11-04media: davinci/vpbe: Fix a typo ("defualt_mode")Jonathan Neuschäfer1-1/+1
2022-10-27media: ov9650: Drop platform data code pathLinus Walleij1-24/+0
2022-10-27v4l: subdev: Warn if disabling streaming failed, return successSakari Ailus1-2/+4
2022-10-25media: v4l: subdev: Document s_power() callback is deprecatedSakari Ailus1-1/+4
2022-10-25media: Fix documentation typos in media-entity.hLaurent Pinchart1-2/+2
2022-10-22Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds8-65/+269
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-0/+363
2022-10-07Merge tag 'media/v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds11-1789/+138
2022-09-24media: cx88: add IR remote support for NotOnlyTV LV3HDaniel González Cabanelas1-0/+1
2022-09-24media: mc: convert pipeline funcs to take media_padTomi Valkeinen2-19/+19
2022-09-24media: mc: entity: Add has_pad_interdep entity operationTomi Valkeinen1-0/+10
2022-09-24media: mc: entity: Rewrite media_pipeline_start()Laurent Pinchart1-6/+65
2022-09-24media: mc: entity: add alloc variant of pipeline_startTomi Valkeinen2-0/+29
2022-09-24media: v4l2-dev: Add videodev wrappers for media pipelinesTomi Valkeinen1-0/+88
2022-09-24media: mc: entity: Add media_entity_pipeline() to access the media pipelineLaurent Pinchart1-0/+18
2022-09-24media: mc: entity: Merge media_entity_enum_init and __media_entity_enum_initLaurent Pinchart2-20/+5
2022-09-24media: mc: entity: Add iterator helper for entity padsJacopo Mondi1-0/+12
2022-09-24media: mc: entity: Rename streaming_count -> start_countTomi Valkeinen1-2/+2
2022-09-24media: subdev: increase V4L2_FRAME_DESC_ENTRY_MAX to 8Tomi Valkeinen1-1/+5
2022-09-24media: media-entity.h: add include for min()Tomi Valkeinen1-0/+1
2022-09-24media: Remove incorrect comment from struct v4l2_fwnode_endpointSakari Ailus1-4/+0
2022-09-24media: v4l: subdev: Fail graciously when getting try data for NULL stateSakari Ailus1-0/+6
2022-09-24media: v4l2: Fix v4l2_i2c_subdev_set_name function documentationAlexander Stein1-1/+2
2022-09-24media: v4l2-ctrls: drop 'elems' argument from control type ops.Hans Verkuil1-17/+11
2022-09-22media: uvcvideo: move uvc_format_desc to common headerMichael Grzeschik1-0/+359
2022-09-22media: v4l: move helper functions for fractions from uvc to v4l2-commonMichael Grzeschik1-0/+4
2022-09-07media: vsp1: Add premultiplied alpha supportTakanari Hayama1-0/+2
2022-08-30media: videobuf2: Remove vb2_find_timestamp()Ezequiel Garcia1-16/+0
2022-08-29media: saa7146: deprecate hexium_gemini/orion, mxb and ttpciHans Verkuil2-738/+0
2022-08-29media: davinci: deprecate dm644x_ccdc, dm355_cddc and dm365_isifHans Verkuil3-997/+0
2022-08-29media: platform: ti: avoid using 'videobuf' or 'video-buf'Hans Verkuil1-3/+3
2022-08-29media: media/v4l2-mem2mem.h: rename 'videobuf' to 'vb2'Hans Verkuil1-6/+6
2022-08-29media: vb2: videobuf -> videobuf2Hans Verkuil2-9/+9
2022-08-29media: v4l2-ctrls: Export default v4l2_ctrl_type_ops callbacksXavier Roumegue1-0/+48
2022-08-29media: v4l2-ctrls: optimize type_ops for arraysHans Verkuil1-3/+3
2022-08-19media: v4l2-ctrls: add v4l2_ctrl_modify_dimensionsHans Verkuil1-0/+53
2022-08-19media: v4l2-ctrls: alloc arrays in ctrl_refHans Verkuil1-8/+8
2022-08-19media: v4l2-ctrls: allocate space for arraysHans Verkuil1-9/+8
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-31/+3
2022-07-17media: mc-entity: Add a new helper function to get a remote pad for a padLaurent Pinchart1-0/+18
2022-07-17media: mc-entity: Add a new helper function to get a remote padLaurent Pinchart1-0/+46
2022-07-17media: mc-entity: Rename media_entity_remote_pad() to media_pad_remote_pad_fi...Laurent Pinchart1-2/+2
2022-07-17media: v4l2-async: Add notifier operation to destroy asd instancesLaurent Pinchart1-0/+2
2022-07-17media: videobuf2: Introduce vb2_find_buffer()Ezequiel Garcia1-0/+10
2022-07-15media: uapi: move HEVC stateless controls out of stagingBenjamin Gaignard2-480/+0
2022-07-15media: uapi: Change data_bit_offset definitionBenjamin Gaignard1-2/+2
2022-07-15media: uapi: HEVC: fix padding in v4l2 control structuresBenjamin Gaignard1-8/+14
2022-07-15media: hantro: Stop using Hantro dedicated controlBenjamin Gaignard1-13/+0
2022-07-15media: uapi: Move the HEVC stateless control type out of stagingBenjamin Gaignard1-7/+0
2022-07-15media: uapi: Move parsed HEVC pixel format out of stagingBenjamin Gaignard1-3/+0
2022-07-15media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSETS controlBenjamin Gaignard1-1/+4
2022-07-15media: uapi: HEVC: Define V4L2_CID_STATELESS_HEVC_SLICE_PARAMS as a dynamic a...Benjamin Gaignard1-0/+3
2022-07-15media: uapi: HEVC: Add documentation to uAPI structureBenjamin Gaignard1-3/+218
2022-07-15media: uapi: HEVC: Add SEI pic struct flagsBenjamin Gaignard1-0/+14
2022-07-15media: uapi: HEVC: Change pic_order_cnt definition in v4l2_hevc_dpb_entryBenjamin Gaignard1-2/+2
2022-07-15media: uapi: HEVC: Rename HEVC stateless controls with STATELESS prefixBenjamin Gaignard1-13/+13
2022-07-15media: uapi: HEVC: Add missing fields in HEVC controlsBenjamin Gaignard1-1/+7
2022-07-15media: v4l2-ctrls: add support for dynamically allocated arrays.Hans Verkuil1-7/+35
2022-07-15media: entity: Add iterator for entity data linksDaniel Scally1-0/+30
2022-07-15media: subdev: Add v4l2_subdev_call_state_try() macroTomi Valkeinen1-0/+34
2022-07-15media: v4l2: Make colorspace validity checks more future-proofLaurent Pinchart1-3/+3
2022-06-20media: v4l2-tpg: add HDMI Video Guard Band test patternHans Verkuil1-0/+16
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner1-13/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2-18/+2
2022-05-17media: h264: Sort p/b reflist using frame_numNicolas Dufresne1-2/+0
2022-05-17media: h264: Store all fields into the unordered listNicolas Dufresne1-2/+4
2022-05-17media: h264: Store current picture fieldsNicolas Dufresne1-0/+4
2022-05-17media: h264: Increase reference lists size to 32Nicolas Dufresne1-4/+4
2022-05-17media: h264: Use v4l2_h264_reference for reflistNicolas Dufresne1-9/+10
2022-05-17media: Add MIPI CSI-2 28 bits per pixel raw data typeSakari Ailus1-0/+1
2022-05-17media: Add CSI-2 bus configuration to frame descriptorsSakari Ailus1-0/+16
2022-05-17media: Add bus type to frame descriptorsSakari Ailus1-0/+20
2022-05-17media: media/v4l2-core: Add enum V4L2_FWNODE_BUS_TYPE_DPIXin Ji2-0/+4
2022-05-13media: cec-adap.c: drop activate_cnt, use state info insteadHans Verkuil1-2/+2
2022-05-13media: cec-adap.c: reconfigure if the PA changes during configurationHans Verkuil1-0/+2
2022-05-13media: videobuf2-v4l2: Expose vb2_queue_is_busy() to driversLaurent Pinchart1-2/+21
2022-04-24media: media-entity.h: Fix documentation for media_create_intf_linkIan Jamison1-1/+1
2022-04-24media: i2c: cleanup commentsTom Rix2-2/+2
2022-04-24media: subdev: add v4l2_subdev_get_fmt() helper functionTomi Valkeinen1-0/+21
2022-04-24media: subdev: add subdev state lockingTomi Valkeinen1-6/+127
2022-04-24media: subdev: rename v4l2_subdev_get_pad_* helpersTomi Valkeinen1-6/+19
2022-04-24media: subdev: add active state to struct v4l2_subdevTomi Valkeinen1-0/+58
2022-04-24media: subdev: rename subdev-state alloc & freeTomi Valkeinen1-5/+9
2022-04-24media: v4l2-subdev: fix #endif commentsTomi Valkeinen1-2/+2
2022-04-24media: mc: Set bus_info in media_device_init()Sakari Ailus1-3/+3
2022-04-24media: mc: Provide a helper for setting bus_info fieldSakari Ailus1-3/+26
2022-04-24media: mc: media_device_init() initialises a media_device, not media_entitySakari Ailus1-6/+6
2022-04-24media: mc: Remove redundant documentationSakari Ailus1-0/+6
2022-04-24media: entity: Add support for ancillary linksDaniel Scally1-0/+19
2022-04-24media: cec: add optional adap_configured callbackHans Verkuil1-0/+1
2022-04-24media: cec: add xfer_timeout_ms fieldHans Verkuil1-0/+3
2022-04-24media: cec: abort if the current transmit was canceledHans Verkuil1-0/+6
2022-04-24media: cec: call enable_adap on s_log_addrsHans Verkuil1-0/+2
2022-04-18media: dvb-usb: dib0700_devices: use an enum for the device numberMauro Carvalho Chehab1-7/+10
2022-04-18media: dvb-usb: dibusb-mc: use an enum for the device numberMauro Carvalho Chehab1-8/+8
2022-04-18media: dvb-usb: dibusb-mb: use an enum for the device numberMauro Carvalho Chehab1-3/+8
2022-04-18media: dvb-usb: vp7045: use an enum for the device numberMauro Carvalho Chehab1-4/+4
2022-04-18media: dvb-usb: vp702x: use an enum for the device numberMauro Carvalho Chehab1-3/+3
2022-04-18media: dvb-usb: ttusb2: use an enum for the device numberMauro Carvalho Chehab1-2/+2
2022-04-18media: dvb-usb: pctv452e: use an enum for the device numberMauro Carvalho Chehab1-1/+1
2022-04-18media: dvb-usb: opera1: use an enum for the device numberMauro Carvalho Chehab1-1/+1
2022-04-18media: dvb-usb: nova-t-usb2: use an enum for the device numberMauro Carvalho Chehab1-2/+2
2022-04-18media: dvb-usb: m920x: use an enum for the device numberMauro Carvalho Chehab1-5/+5
2022-04-18media: dw2102: use the newer dvb-usb macros for USB deviceMauro Carvalho Chehab1-6/+6
2022-04-18media: dvb-usb: dtt200u: use an enum for the device numberMauro Carvalho Chehab1-9/+10
2022-04-18media: digitv: use the newer dvb-usb macros for USB deviceMauro Carvalho Chehab1-1/+1
2022-04-18media: dvb-usb: Add helper macros for using USB VID/PIDMauro Carvalho Chehab1-0/+8
2022-04-18media: dvb-usb: move USB IDs to dvb-usb-ids.hMauro Carvalho Chehab1-0/+16
2022-04-18media: dvb-usb-ids.h: sort entriesMauro Carvalho Chehab1-294/+297
2022-03-04media: m5mols: Convert to use GPIO descriptorsLinus Walleij1-4/+0
2022-03-04media: noon010p30: Convert to use GPIO descriptorsLinus Walleij1-4/+0
2022-03-04media: media-entity: Clarify media_entity_cleanup() usageLaurent Pinchart1-0/+4
2022-03-04media: media-entity: Simplify media_pipeline_start()Laurent Pinchart1-7/+4
2022-03-04media: media-entity: Add media_pad_is_streaming() helper functionLaurent Pinchart1-0/+12
2022-02-17media: Define MIPI CSI-2 data types in a shared header fileLaurent Pinchart1-0/+45
2022-02-17media: v4l2-mediabus: Drop V4L2_MBUS_CSI2_CONTINUOUS_CLOCK flagLaurent Pinchart1-2/+1
2022-02-17media: v4l2-mediabus: Drop legacy V4L2_MBUS_CSI2_CHANNEL_* flagsLaurent Pinchart1-10/+0
2022-02-17media: v4l2-mediabus: Drop legacy V4L2_MBUS_CSI2_*_LANE flagsLaurent Pinchart1-11/+0
2022-02-17media: v4l2-mediabus: Use structures to describe bus configurationLaurent Pinchart1-3/+17
2022-01-28media: rc-core: rename ir_raw_event_reset to ir_raw_event_overflowSean Young1-3/+3
2022-01-28media: v4l2-fwnode: Move bus config structure to v4l2_mediabus.hLaurent Pinchart2-55/+55
2022-01-28media: v4l2-subdev: Drop .set_mbus_config() operationLaurent Pinchart2-21/+7
2022-01-24media: lirc: simplify gap calculationSean Young1-5/+1
2022-01-23media: hevc: Remove RPS named flagsBenjamin Gaignard1-4/+2
2021-12-14media: dmxdev: drop unneeded <linux/kernel.h> inclusion from other headersAndy Shevchenko1-1/+0
2021-12-14media: lirc: always send timeout reportsSean Young1-2/+0
2021-12-07media: videobuf2: add WARN_ON_ONCE if bytesused is bigger than buffer lengthDafna Hirschfeld1-1/+8
2021-12-07media: cec: fix a deadlock situationHans Verkuil1-2/+9
2021-11-22media: Add VP9 v4l2 libraryAndrzej Pietrasiewicz1-0/+233
2021-11-22media: uapi: Add VP9 stateless decoder controlsAndrzej Pietrasiewicz1-0/+4
2021-11-19media: media dvb_frontend: add suspend and resume callbacks to dvb_frontend_opsLukas Middendorf1-2/+11
2021-11-15media: v4l2-mem2mem: add v4l2_m2m_get_unmapped_area for no-mmu platformDillon Min1-0/+5
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2021-11-09include/media/media-entity.h: replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+2
2021-10-05media: v4l2-dev.h: move open brace after struct video_deviceYajun Deng1-2/+1
2021-10-04Merge tag 'v5.15-rc4' into media_treeMauro Carvalho Chehab1-0/+1