summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2021-02-06media: renesas-ceu: Use v4l2_async_notifier_add_*_subdevEzequiel Garcia1-33/+27
2021-02-06media: marvell-ccic: Use v4l2_async_notifier_add_*_subdevEzequiel Garcia4-17/+19
2021-02-06media: cadence: Use v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia1-10/+6
2021-02-06media: st-mipid02: Use v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia1-11/+10
2021-02-06media: exynos4-is: Use v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia2-12/+14
2021-02-06media: stm32: Use v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia1-56/+30
2021-02-06media: atmel: Use v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia3-62/+29
2021-02-06media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia7-91/+68
2021-02-06media: i2c: ov5648: remove unnecessary NULL checkDan Carpenter1-1/+1
2021-02-06media: i2c: max9286: fix access to unallocated memoryTomi Valkeinen1-1/+1
2021-02-06media: ipu3-cio2: Do not zero reserved fieldsRicardo Ribalda1-3/+0
2021-02-06media: v4l2-async: Remove V4L2_ASYNC_MATCH_DEVNAMEEzequiel Garcia1-41/+0
2021-02-06media: i2c: fix spelling mistakes: "enpoint" -> "endpoint"Colin Ian King2-2/+2
2021-02-06media: uvc: strncpy -> strscpyHans Verkuil1-1/+1
2021-02-06media: vidtv: adapter->mdev was set too lateHans Verkuil1-8/+10
2021-02-06media: media/pci: fix spelling typo of frimwaredingsenjie1-1/+1
2021-02-06media: smipcie: fix interrupt handling and IR timeoutSean Young1-20/+26
2021-02-06media: em28xx: Add support for Hauppauge USB QuadHDBrad Love4-0/+74
2021-02-06media: em28xx-core: Fix i2c error debugBrad Love1-1/+5
2021-02-06media: em28xx-core: Fix TS2 active ledBrad Love1-1/+3
2021-02-06media: mxl692: MaxLinear 692 ATSC demod/tuner driverBrad Love5-0/+1974
2021-02-01Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab12-21/+17
2021-01-27media: venus: venc: set IDR period to FW only for H264 & HEVCDikshita Agarwal1-10/+13
2021-01-27media: venus: venc: set inband mode property to FW.Dikshita Agarwal2-1/+30
2021-01-27media: venus: venc: fix handlig of S_SELECTION and G_SELECTIONDikshita Agarwal5-13/+59
2021-01-27media: venus: pm_helpers: Control core power domain manuallyStanimir Varbanov2-19/+19
2021-01-27media: platform: Remove depends on interconnectGeorgi Djakov1-1/+0
2021-01-27media: venus: core: add support to dump FW regionDikshita Agarwal3-0/+35
2021-01-27media: venus: Mark bufreq_enc with static keywordZou Wei1-2/+2
2021-01-27media: venus: Fix uninitialized variable count being checked for zeroColin Ian King1-1/+1
2021-01-27media: allegro: add support for HEVC encodingMichael Tretter3-36/+516
2021-01-27media: allegro: activate v4l2-ctrls only for current codecMichael Tretter1-0/+16
2021-01-27media: allegro: increase offset in CAPTURE bufferMichael Tretter1-1/+1
2021-01-27media: allegro: rename codec specific functionsMichael Tretter1-7/+7
2021-01-27media: allegro: add helper to get entropy modeMichael Tretter1-0/+9
2021-01-27media: allegro: use accessor functions for QP valuesMichael Tretter1-5/+35
2021-01-27media: allegro: remove profile and level from channelMichael Tretter1-15/+15
2021-01-27media: allegro: remove cpb_size and gop_size from channelMichael Tretter1-19/+11
2021-01-27media: allegro: implement scaling of cpb size in SPSMichael Tretter1-2/+6
2021-01-27media: allegro: initialize bitrate using v4l2_ctrlMichael Tretter1-6/+7
2021-01-27media: allegro: use handler_setup to configure channelMichael Tretter1-0/+2
2021-01-27media: allegro: fix log2_max_poc in firmware 2019.1Michael Tretter1-2/+5
2021-01-27media: allegro: move encoding options to channelMichael Tretter1-20/+65
2021-01-27media: allegro: adjust channel after format changeMichael Tretter1-17/+52
2021-01-27media: allegro: implement S_FMT for CAPTUREMichael Tretter1-3/+27
2021-01-27media: allegro: add HEVC NAL unit generatorMichael Tretter3-1/+1175
2021-01-27media: allegro: add helper to report unsupported fieldsMichael Tretter2-0/+6
2021-01-27media: allegro: extract RBSP handler from H.264 NAL generatorMichael Tretter4-330/+374
2021-01-27media: v4l2-async: Safely unregister an non-registered async subdevLaurent Pinchart1-0/+3
2021-01-27media: i2c/Kconfig: Select FWNODE for OV772x sensorLad Prabhakar1-0/+1