summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2021-12-14media: saa7146: fix error logic at saa7146_vv_init()Mauro Carvalho Chehab1-0/+3
2021-12-14media: saa7146: hexium_gemini: Fix a NULL pointer dereference in hexium_attach()Zhou Qingyang2-2/+7
2021-12-14media: mc: mc-entity.c: Use bitmap_zalloc() when applicableChristophe JAILLET1-4/+2
2021-12-14media: msi001: fix possible null-ptr-deref in msi001_probe()Wang Hai1-0/+7
2021-12-14media: rockchip: rkisp1: use device name for debugfs subdir nameMikhail Rudenko1-1/+1
2021-12-14media: pt3: Switch to using functions pcim_* and devm_*Evgeny Novikov1-44/+14
2021-12-14media: dw2102: Fix use after freeAnton Vasilyev1-123/+215
2021-12-14media: i2c: max9286: Get rid of duplicate of_node assignmentAndy Shevchenko1-1/+0
2021-12-14media: streamzap: remove redundant gap calculationsSean Young1-47/+8
2021-12-14media: streamzap: remove unused struct membersSean Young1-23/+14
2021-12-14media: streamzap: less chatterSean Young1-19/+1
2021-12-14media: streamzap: no need for usb pid/vid in device nameSean Young1-5/+1
2021-12-14media: streamzap: remove unnecessary ir_raw_event_reset and handleSean Young1-2/+0
2021-12-14media: igorplugusb: receiver overflow should be reportedSean Young1-1/+3
2021-12-14media: winbond-cir: no need for reset after resumeSean Young1-1/+0
2021-12-14media: iguanair: no need for reset after IR receiver enableSean Young1-3/+0
2021-12-14media: lirc: always send timeout reportsSean Young1-5/+0
2021-12-07media: bttv: use DEVICE_ATTR_RO() helper macroZhen Lei1-2/+2
2021-12-07media: b2c2: flexcop: Convert to SPDX identifierCai Huoqing1-10/+1
2021-12-07media: siano: remove duplicate USB device IDsKrzysztof Kozlowski1-4/+0
2021-12-07media: m920x: don't use stack on USB readsMauro Carvalho Chehab1-1/+11
2021-12-07media: cxd2880: Eliminate dead codeUwe Kleine-König1-12/+1
2021-12-07media: tua9001: Improve messages in .remove's error pathUwe Kleine-König1-5/+1
2021-12-07media: Print chip type explicitly when loading the Rafael Micro r820t moduleDaniel Kamil Kozar1-1/+23
2021-12-07media: media si2168: Fix spelling mistake "previsously" -> "previously"Colin Ian King1-1/+1
2021-12-07media: si2157: Fix "warm" tuner state detectionRobert Schlabbach1-1/+1
2021-12-07media: c8sectpfe: remove redundant assignment to pointer tsinColin Ian King1-4/+0
2021-12-07media: replace setting of bytesused with vb2_set_plane_payloadDafna Hirschfeld4-8/+8
2021-12-07media: cec: fix a deadlock situationHans Verkuil3-17/+30
2021-12-07media: cec-pin: fix interrupt en/disable handlingHans Verkuil1-13/+18
2021-12-07media: cec-pin: drop unused 'enabled' field from struct cec_pinHans Verkuil2-2/+0
2021-12-07media: s5p-jpeg: Constify struct v4l2_m2m_opsRikard Falkeborn2-4/+4
2021-12-07media: saa7146: mxb: Fix a NULL pointer dereference in mxb_attach()Zhou Qingyang1-1/+7
2021-12-07media: saa7146: hexium_orion: Fix a NULL pointer dereference in hexium_attach()Zhou Qingyang1-1/+7
2021-12-07media: dib8000: Fix a memleak in dib8000_init()Zhou Qingyang1-1/+3
2021-12-07media: rcar-vin: Do not hold the group lock when unregistering notifierNiklas Söderlund1-2/+0
2021-12-07media: rcar-vin: Disallow unbinding and binding of individual VINsNiklas Söderlund1-0/+1
2021-12-07media: rcar-csi2: Suppress bind and unbind nodes in sysfsNiklas Söderlund1-0/+1
2021-12-07media: rcar-vin: Update format alignment constraintsNiklas Söderlund1-4/+11
2021-12-07media: rcar-vin: Add check for completed capture before completing bufferNiklas Söderlund1-0/+7
2021-12-07media: uvcvideo: Avoid returning invalid controlsRicardo Ribalda1-1/+1
2021-12-07media: uvcvideo: Avoid invalid memory accessRicardo Ribalda1-1/+1
2021-12-07media: uvcvideo: Increase UVC_CTRL_CONTROL_TIMEOUT to 5 seconds.James Hilliard1-1/+1
2021-12-07media: uvcvideo: Set the colorspace as sRGB if undefinedRicardo Ribalda1-2/+4
2021-12-07media: uvcvideo: fix division by zero at stream startJohan Hovold1-0/+4
2021-12-07media: uvcvideo: Fix memory leak of object map on error exit pathColin Ian King1-2/+4
2021-12-07Merge tag 'v5.16-rc4' into media_treeMauro Carvalho Chehab4-26/+22
2021-11-30media: venus: core: Fix a resource leak in the error handling path of 'venus_...Christophe JAILLET1-2/+6
2021-11-30media: venus: core: Fix a potential NULL pointer dereference in an error hand...Christophe JAILLET1-1/+2
2021-11-30media: venus: avoid calling core_clk_setrate() concurrently during concurrent...Mansur Alisha Shaik1-14/+14