summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is releasedDafna Hirschfeld2021-11-301-1/+1
* | | media: mtk-jpeg: Remove unnecessary print function dev_err()Xu Wang2021-11-301-3/+1
* | | media: mtk-vcodec: Fix an error handling path in 'mtk_vcodec_probe()'Christophe JAILLET2021-11-301-0/+2
* | | media: vb2: frame_vector.c: don't overwrite error codeHans Verkuil2021-11-301-1/+14
* | | media: s5c73m3: Drop empty spi_driver remove callbackUwe Kleine-König2021-11-301-6/+0
* | | media: rcar_fdp1: Fix the correct variable assignmentsTang Bin2021-11-301-4/+3
* | | media: driver: s3c_camif: move s3c_camif_unregister_subdev out of camif_unreg...Dongliang Mu2021-11-301-1/+1
* | | media: driver: bdisp: add pm_runtime_disable in the error handling codeDongliang Mu2021-11-301-0/+1
* | | media: driver: hva: add pm_runtime_disable in the error handling code of hva_...Dongliang Mu2021-11-301-1/+3
* | | media: si470x-i2c: fix possible memory leak in si470x_i2c_probe()Yang Yingliang2021-11-301-2/+1
* | | media: imx-pxp: Add rotation supportFabio Estevam2021-11-301-2/+29
* | | media: imx-pxp: Initialize the spinlock prior to using itFabio Estevam2021-11-301-2/+2
* | | media: rcar-csi2: Optimize the selection PHTW registerSuresh Udipi2021-11-301-1/+8
* | | media: rcar-csi2: Add warning for PHY speed less than minimumSuresh Udipi2021-11-301-0/+4
* | | media: rcar-csi2: Correct the selection of hsfreqrangeSuresh Udipi2021-11-301-1/+8
* | | media: i2c: imx274: implement fwnode parsingEugen Hristev2021-11-301-0/+40
* | | media: i2c: imx274: simplify probe function by adding local variable devEugen Hristev2021-11-301-21/+18
* | | media: ipu3-cio2: Add INT347A to cio2-bridgeDaniel Scally2021-11-301-0/+2
* | | media: i2c: Fix max gain in ov8865Daniel Scally2021-11-301-1/+1
* | | media: i2c: Use dev_err_probe() in ov8865Daniel Scally2021-11-301-26/+20
* | | media: i2c: Switch exposure control unit to linesDaniel Scally2021-11-301-2/+5
* | | media: i2c: Add controls from fwnode to ov8865Daniel Scally2021-11-301-0/+10
* | | media: i2c: cap exposure at height + vblank in ov8865Daniel Scally2021-11-301-2/+26
* | | media: i2c: Update HTS values in ov8865Daniel Scally2021-11-301-54/+11
* | | media: i2c: Add hblank control to ov8865Daniel Scally2021-11-301-0/+14
* | | media: i2c: Add vblank control to ov8865Daniel Scally2021-11-301-0/+32
* | | media: i2c: Switch control to V4L2_CID_ANALOGUE_GAINDaniel Scally2021-11-301-4/+5
* | | media: i2c: Add .get_selection() support to ov8865Daniel Scally2021-11-301-0/+64
* | | media: i2c: Support 19.2MHz input clock in ov8865Daniel Scally2021-11-301-52/+143
* | | media: i2c: Defer probe if not endpoint foundDaniel Scally2021-11-301-4/+2
* | | media: i2c: Fix incorrect value in commentDaniel Scally2021-11-301-1/+1
* | | media: i2c: Add ACPI support to ov8865Daniel Scally2021-11-301-0/+8