summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra18-45/+45
2024-11-21Merge tag 'media/v6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-1/+1
2024-11-21Merge tag 'media/v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds373-2577/+8301
2024-11-21Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-11/+3
2024-11-20Merge tag 'pmdomain-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds3-43/+15
2024-11-20Merge tag 'spi-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2-5/+5
2024-11-20Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-13/+4
2024-11-19Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-21/+10
2024-11-11Merge tag 'v6.12-rc7' into __tmp-hansg-linux-tags_media_atomisp_6_13_1Mauro Carvalho Chehab61-97/+135
2024-11-09media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_fo...Benoit Sevens1-1/+1
2024-11-08Merge tag 'media/v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds18-54/+98
2024-11-08media: platform: samsung: s5p-jpeg: Remove deadcodeDr. David Alan Gilbert4-29/+0
2024-11-08media: qcom: camss: Add MSM8953 resourcesVladimir Lypak5-0/+178
2024-11-08media: qcom: camss: implement pm domain ops for VFE v4.1Barnabás Czémán1-2/+8
2024-11-08media: platform: exynos4-is: Fix an OF node reference leak in fimc_md_is_isp_...Joe Hattori1-2/+3
2024-11-08media: adv7180: Also check for "adi,force-bt656-4"Fabio Estevam1-1/+2
2024-11-08media: mgb4: Fix inconsistent input/output alignment in loopback modeMartin Tůma1-21/+9
2024-11-08media: replace obsolete hans.verkuil@cisco.com aliasHans Verkuil16-16/+16
2024-11-08media: vicodec: add V4L2_CID_MIN_BUFFERS_FOR_* controlsHans Verkuil1-6/+17
2024-11-07media: videobuf2-core: copy vb planes unconditionallyTudor Ambarus1-13/+15
2024-11-07media: venus: factor out inst destruction routineSergey Senozhatsky8-56/+31
2024-11-07media: venus: sync with threaded IRQ during inst destructionSergey Senozhatsky2-2/+22
2024-11-07media: venus: fix enc/dec destruction orderSergey Senozhatsky2-6/+7
2024-11-07media: venus: Enable h.264 hierarchical codingFritz Koenig3-23/+144
2024-11-07media: venus: Helper function for dynamically updating bitrateFritz Koenig1-14/+20
2024-11-07media: i2c: dw9768: Use runtime PM autosuspendZhi Mao1-1/+4
2024-11-07media: i2c: ov5645: Switch to {enable,disable}_streamsLad Prabhakar1-44/+46
2024-11-07media: i2c: ov5645: Use subdev active stateLad Prabhakar1-70/+38
2024-11-07media: i2c: ov5645: Drop `power_lock` mutexLad Prabhakar1-11/+1
2024-11-07media: i2c: ov5645: Use v4l2_async_register_subdev_sensor()Lad Prabhakar1-1/+1
2024-11-07media: i2c: ov5645: Replace dev_err with dev_err_probe in probe functionLad Prabhakar1-46/+36
2024-11-07media: i2c: ov5645: Use local `dev` pointer for subdev device assignmentLad Prabhakar1-1/+1
2024-11-07media: ipu6: make the ipu6_mmu_unmap() as a void functionBingbu Cao2-12/+11
2024-11-07media: ipu6: optimize the IPU6 MMU unmapping flowBingbu Cao1-78/+39
2024-11-07media: ipu6: optimize the IPU6 MMU mapping flowBingbu Cao1-70/+64
2024-11-07media: ipu6: move the l2_unmap() up before l2_map()Bingbu Cao1-43/+43
2024-11-07media: mc: Rename pad as origin in __media_pipeline_start()Sakari Ailus1-7/+7
2024-11-07media: intel/ipu6: remove buttress ish structureStanislaw Gruszka3-33/+4
2024-11-07media: raspberrypi: cfe: Fix mapping of dmabuf buffersTomi Valkeinen1-0/+4
2024-11-07media: intel/ipu6: do not handle interrupts when device is disabledStanislaw Gruszka2-4/+12
2024-11-07media: i2c: st-mipid02: remove parallel mbus format on sink padAlain Volmat1-15/+0
2024-11-07media: i2c: st-mipid02: add pm_runtime handlingAlain Volmat1-6/+43
2024-11-07media: i2c: st-mipid02: use enable/disable_streams pad opsAlain Volmat1-26/+17
2024-11-07media: i2c: st-mipid02: fix mipid02_stream_enable error handlingAlain Volmat1-5/+7
2024-11-07media: i2c: gc2145: introduce enable/disable_streams opsAlain Volmat1-20/+11
2024-11-07media: mt9p031: Refactor format handling for different sensor modelsTarang Raval1-3/+15
2024-11-07media: ov08x40: Add OF probe supportBryan O'Donoghue1-15/+125
2024-11-07media: ov08x40: Rename ext_clk to xvclkBryan O'Donoghue1-5/+5
2024-11-07media: ov08x40: Fix burst write sequenceBryan O'Donoghue1-5/+28