aboutsummaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2021-10-08media: vsp1: Fix WPF macro namesKieran Bingham3-7/+7
2021-10-08media: imx-jpeg: Remove soft reset between frames encodingMirela Rabulea1-5/+4
2021-10-08media: imx-jpeg: Fix occasional decoder fail on jpegs without DHTMirela Rabulea1-0/+17
2021-10-08media: imx-jpeg: Fix possible null pointer dereferenceMirela Rabulea1-0/+4
2021-10-07qcom_scm: hide Kconfig symbolArnd Bergmann1-1/+1
2021-10-05media: mtk-vcodec: MT8173 h264/vp8 encoder min/max bitrate settingsIrui Wang1-3/+3
2021-10-05media: rcar-vin: add GREY formatVladimir Barinov2-0/+19
2021-10-05media: CEC: keep related menu entries togetherRandy Dunlap1-0/+4
2021-10-05media: vivid: fix an error code in vivid_create_instance()Dan Carpenter1-1/+1
2021-10-05media: em28xx: Don't use ops->suspend if it is NULLColin Ian King1-2/+3
2021-10-05media: rcar-csi2: Serialize access to set_fmt and get_fmtNiklas Söderlund1-2/+9
2021-10-05media: rcar-csi2: Cleanup mutex on remove and failNiklas Söderlund1-5/+9
2021-10-05media: aspeed: refine to avoid full jpeg updateJammy Huang1-1/+16
2021-10-05media: rcar-csi2: Add checking to rcsi2_start_receiver()Nadezda Lutovinova1-0/+2
2021-10-04Merge tag 'v5.15-rc4' into media_treeMauro Carvalho Chehab2-1/+10
2021-09-30media: ir_toy: prevent device from hanging during transmitSean Young1-1/+20
2021-09-30media: s5p-jpeg: rename JPEG marker constants to prevent build warningsRandy Dunlap2-23/+23
2021-09-30media: dvb-frontends/cxd2099: Remove repeated verbose license textCai Huoqing2-18/+0
2021-09-30media: dvb-frontends/stv0910: Remove repeated verbose license textCai Huoqing2-18/+0
2021-09-30media: dvb-frontends/stv6111: Remove repeated verbose license textCai Huoqing2-18/+0
2021-09-30media: dvb-frontend/mxl5xx: Remove repeated verbose license textCai Huoqing4-32/+0
2021-09-30media: dvb-frontend/mxl692: Remove repeated verbose license textCai Huoqing3-27/+0
2021-09-30media: mceusb: return without resubmitting URB in case of -EPROTO error.Rajat Asthana1-0/+1
2021-09-30media: mxl111sf: change mutex_init() locationPavel Skripkin1-2/+14
2021-09-30media: meson-ir-tx: fix platform_no_drv_owner.cocci warningsjing yangyang1-1/+0
2021-09-30media: ir_toy: do not resubmit broken urbSean Young1-2/+12
2021-09-30media: ir_toy: deal with residual irdata before expected responseSean Young1-6/+2
2021-09-30media: ir_toy: print firmware version in correct formatSean Young1-2/+3
2021-09-30media: ir-kbd-i2c: improve responsiveness of hauppauge zilog receiversSean Young1-0/+1
2021-09-30media: atmel: fix the ispck initializationEugen Hristev4-50/+38
2021-09-30media: cx23885: Fix snd_card_free call on null card pointerColin Ian King1-1/+2
2021-09-30media: tm6000: Avoid card name truncationKees Cook1-2/+1
2021-09-30media: si470x: Avoid card name truncationKees Cook2-2/+2
2021-09-30media: radio-wl1273: Avoid card name truncationKees Cook1-1/+1
2021-09-30media: rcar_drif: select CONFIG_V4L2_ASYNCArnd Bergmann1-0/+1
2021-09-30media: vimc: Enable set resolution at the scaler src padPedro Terra1-222/+144
2021-09-30media: rcar-vin: Use user provided buffers when startingNiklas Söderlund1-1/+2
2021-09-30media: saa7164: Remove redundant assignment of pointer tColin Ian King1-2/+0
2021-09-30media: sun6i-csi: Allow the video device to be open multiple timesOndrej Jirman1-4/+2
2021-09-30media: i2c: ths8200 needs V4L2_ASYNCRandy Dunlap1-0/+1
2021-09-30media: ivtv: don't allow negative resolutions as module parametersDan Carpenter1-4/+4
2021-09-30media: usb: stkwebcam: Update the reference count of the usb device structureCai Huoqing1-4/+7
2021-09-30media: s3c-camif: Remove unused including <linux/version.h>Cai Huoqing1-1/+0
2021-09-30media: video-i2c: more precise intervals between framesSeongyong Park1-9/+12
2021-09-30media: videobuf2: handle non-contiguous DMA allocationsSergey Senozhatsky1-31/+130
2021-09-30media: videobuf2: handle V4L2_MEMORY_FLAG_NON_COHERENT flagSergey Senozhatsky4-8/+40
2021-09-30media: videobuf2: add queue memory coherency parameterSergey Senozhatsky3-9/+35
2021-09-30media: videobuf2: move cache_hints handling to allocatorsSergey Senozhatsky3-6/+12
2021-09-30media: videobuf2: split buffer cache_hints initialisationSergey Senozhatsky2-18/+22
2021-09-30media: videobuf2: inverse buffer cache_hints flagsSergey Senozhatsky2-33/+15