summaryrefslogtreecommitdiffstats
path: root/drivers/media (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | media: winbond-cir: no need for reset after resumeSean Young2021-12-141-1/+0
* | media: iguanair: no need for reset after IR receiver enableSean Young2021-12-141-3/+0
* | media: lirc: always send timeout reportsSean Young2021-12-141-5/+0
* | media: bttv: use DEVICE_ATTR_RO() helper macroZhen Lei2021-12-071-2/+2
* | media: b2c2: flexcop: Convert to SPDX identifierCai Huoqing2021-12-071-10/+1
* | media: siano: remove duplicate USB device IDsKrzysztof Kozlowski2021-12-071-4/+0
* | media: m920x: don't use stack on USB readsMauro Carvalho Chehab2021-12-071-1/+11
* | media: cxd2880: Eliminate dead codeUwe Kleine-König2021-12-071-12/+1
* | media: tua9001: Improve messages in .remove's error pathUwe Kleine-König2021-12-071-5/+1
* | media: Print chip type explicitly when loading the Rafael Micro r820t moduleDaniel Kamil Kozar2021-12-071-1/+23
* | media: media si2168: Fix spelling mistake "previsously" -> "previously"Colin Ian King2021-12-071-1/+1
* | media: si2157: Fix "warm" tuner state detectionRobert Schlabbach2021-12-071-1/+1
* | media: c8sectpfe: remove redundant assignment to pointer tsinColin Ian King2021-12-071-4/+0
* | media: replace setting of bytesused with vb2_set_plane_payloadDafna Hirschfeld2021-12-074-8/+8
* | media: cec: fix a deadlock situationHans Verkuil2021-12-073-17/+30
* | media: cec-pin: fix interrupt en/disable handlingHans Verkuil2021-12-071-13/+18
* | media: cec-pin: drop unused 'enabled' field from struct cec_pinHans Verkuil2021-12-072-2/+0
* | media: s5p-jpeg: Constify struct v4l2_m2m_opsRikard Falkeborn2021-12-072-4/+4
* | media: saa7146: mxb: Fix a NULL pointer dereference in mxb_attach()Zhou Qingyang2021-12-071-1/+7
* | media: saa7146: hexium_orion: Fix a NULL pointer dereference in hexium_attach()Zhou Qingyang2021-12-071-1/+7
* | media: dib8000: Fix a memleak in dib8000_init()Zhou Qingyang2021-12-071-1/+3
* | media: rcar-vin: Do not hold the group lock when unregistering notifierNiklas Söderlund2021-12-071-2/+0
* | media: rcar-vin: Disallow unbinding and binding of individual VINsNiklas Söderlund2021-12-071-0/+1
* | media: rcar-csi2: Suppress bind and unbind nodes in sysfsNiklas Söderlund2021-12-071-0/+1
* | media: rcar-vin: Update format alignment constraintsNiklas Söderlund2021-12-071-4/+11
* | media: rcar-vin: Add check for completed capture before completing bufferNiklas Söderlund2021-12-071-0/+7
* | media: uvcvideo: Avoid returning invalid controlsRicardo Ribalda2021-12-071-1/+1
* | media: uvcvideo: Avoid invalid memory accessRicardo Ribalda2021-12-071-1/+1
* | media: uvcvideo: Increase UVC_CTRL_CONTROL_TIMEOUT to 5 seconds.James Hilliard2021-12-071-1/+1
* | media: uvcvideo: Set the colorspace as sRGB if undefinedRicardo Ribalda2021-12-071-2/+4
* | media: uvcvideo: fix division by zero at stream startJohan Hovold2021-12-071-0/+4
* | media: uvcvideo: Fix memory leak of object map on error exit pathColin Ian King2021-12-071-2/+4
* | Merge tag 'v5.16-rc4' into media_treeMauro Carvalho Chehab2021-12-074-26/+22
|\|
| * Merge tag 'media/v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2021-11-224-26/+22
| |\
| | * media: hi846: remove the of_match_ptr macroMartin Kepplinger2021-11-191-1/+1
| | * media: hi846: include property.h instead of of_graph.hMartin Kepplinger2021-11-191-1/+1
| | * media: cec: copy sequence field for the replyHans Verkuil2021-11-101-0/+1
| | * media: videobuf2-dma-sg: Fix buf->vb NULL pointer dereferenceHans de Goede2021-11-101-0/+2
| | * media: v4l2-core: fix VIDIOC_DQEVENT handling on non-x86Arnd Bergmann2021-11-101-24/+17
* | | media: venus: core: Fix a resource leak in the error handling path of 'venus_...Christophe JAILLET2021-11-301-2/+6
* | | media: venus: core: Fix a potential NULL pointer dereference in an error hand...Christophe JAILLET2021-11-301-1/+2
* | | media: venus: avoid calling core_clk_setrate() concurrently during concurrent...Mansur Alisha Shaik2021-11-301-14/+14
* | | media: venus: correct low power frequency calculation for encoderMansur Alisha Shaik2021-11-301-2/+2
* | | media: omap3isp.h: fix kernel-doc warningsHans Verkuil2021-11-301-0/+2
* | | media: pvrusb2: fix inconsistent indentingHans Verkuil2021-11-302-17/+20
* | | media: cec: safely unhook lists in cec_dataHans Verkuil2021-11-302-2/+8
* | | media: coda: fix CODA960 JPEG encoder buffer overflowPhilipp Zabel2021-11-302-4/+25
* | | media: mtk-vcodec: don't check return val of mtk_venc_get_q_dataDafna Hirschfeld2021-11-301-32/+7
* | | media: mtk-vcodec: replace func vidioc_try_fmt with two funcs for out/capDafna Hirschfeld2021-11-301-77/+72
* | | media: mtk-vcodec: fix debugging definesDafna Hirschfeld2021-11-305-53/+12