summaryrefslogtreecommitdiff
path: root/drivers/media/platform/ti
AgeCommit message (Expand)AuthorFilesLines
2026-07-28media: ti: vpe: quiesce overflow recovery before freeing streamsFan Wu1-4/+33
2026-07-15media: ti: vpe: #include <linux/platform_device.h> explicitlyUwe Kleine-König (The Capable Hub)1-0/+1
2026-07-15media: ti: vpe: Select V4L2_FWNODE for VIPYemike Abhilash Chandra1-0/+1
2026-05-28media: ti: j721e-csi2rx: Fix error handling for media_entity_remote_source_pa...Chen Ni1-6/+6
2026-05-28media: ti: j721e-csi2rx: Minor cleanup of loop variablesRishikesh Donadkar1-10/+7
2026-05-20media: ti: j721e-csi2rx: Support system suspend using pm_notifierJai Luthra1-0/+135
2026-05-20media: ti: j721e-csi2rx: Support runtime suspendJai Luthra2-3/+54
2026-05-20media: ti: j721e-csi2rx: Change the drain architecture for multistreamRishikesh Donadkar1-63/+58
2026-05-20media: ti: j721e-csi2rx: Submit all available buffersJai Luthra1-18/+24
2026-05-20media: ti: j721e-csi2rx: add multistream supportJai Luthra1-81/+193
2026-05-20media: ti: j721e-csi2rx: add support for processing virtual channelsJai Luthra1-1/+50
2026-05-20media: ti: j721e-csi2rx: get number of contexts from device treePratyush Yadav1-13/+33
2026-05-20media: ti: j721e-csi2rx: add a subdev for the core deviceJai Luthra1-44/+244
2026-05-20media: ti: j721e-csi2rx: allocate DMA channel based on context indexPratyush Yadav1-1/+3
2026-05-20media: ti: j721e-csi2rx: prepare SHIM code for multiple contextsPratyush Yadav1-6/+6
2026-05-20media: ti: j721e-csi2rx: separate out device and contextJai Luthra1-189/+234
2026-05-20media: ti: j721e-csi2rx: Remove word size alignment on frame widthRishikesh Donadkar1-20/+4
2026-05-05media: ti: vpe: unwind v4l2 device registration on probe errorMyeonghun Pak1-1/+2
2026-05-05media: vpif_capture: fix OF node reference imbalanceJohan Hovold1-1/+1
2026-05-05media: ti: vpe: Fix the error code of devm_kzalloc() in vip_probe_slice()Felix Gu1-3/+3
2026-05-05media: ti: vpe: Fix the error code of devm_request_irq()Felix Gu1-1/+1
2026-05-05media: ti: vpe: Fix fwnode_handle leak in vip_probe_complete()Felix Gu1-4/+4
2026-03-16media: ti: vpe: Add missing v4l2_device_unregister in vip_remove()Felix Gu1-0/+1
2026-03-11media: omap3isp: drop the use count of v4l2 pipelineHaoxiang Li1-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds14-21/+21
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook14-23/+22
2026-01-13media: ti: vpe: Add the VIP driverDale Farnsworth4-0/+4405
2026-01-13media: ti: vpe: Export vpdma_load_firmware() functionYemike Abhilash Chandra2-1/+5
2026-01-13media: ti: vpe: Re-introduce multi-instance and multi-client supportYemike Abhilash Chandra2-0/+51
2026-01-06media: omap3isp: isppreview: always clamp in preview_try_format()Hans Verkuil1-13/+8
2026-01-06media: omap3isp: ispccp2: always clamp in ccp2_try_format()Hans Verkuil1-1/+1
2026-01-06media: omap3isp: support ctrl events for isppreviewHans Verkuil1-1/+1
2026-01-06media: omap3isp: better VIDIOC_G/S_PARM handlingHans Verkuil1-2/+9
2026-01-06media: omap3isp: implement create/prepare_bufsHans Verkuil1-2/+45
2026-01-06media: omap3isp: rework isp_video_try/set_formatHans Verkuil1-29/+30
2026-01-06media: omap3isp: set initial formatHans Verkuil1-0/+8
2026-01-06media: omap3isp: use V4L2_COLORSPACE_SRGB instead of _JPEGHans Verkuil2-2/+2
2026-01-06media: omap3isp: implement enum_fmt_vid_cap/outHans Verkuil1-3/+36
2026-01-06media: omap3isp: isp_video_mbus_to_pix/pix_to_mbus fixesHans Verkuil1-3/+3
2026-01-06media: omap3isp: add V4L2_CAP_IO_MC and don't set bus_infoHans Verkuil1-5/+3
2026-01-06media: omap3isp: configure entity functionsHans Verkuil6-0/+6
2025-11-03media: vpif_display: fix section mismatchJohan Hovold1-2/+2
2025-11-03media: vpif_capture: fix section mismatchJohan Hovold1-2/+2
2025-11-03media: platform: ti: omap3isp: isp: convert from round_rate() to determine_ra...Brian Masney1-5/+5
2025-10-17media: ti: cal Use %pe format specifierRicardo Ribalda1-2/+1
2025-10-17media: ti: vpe: Drop unneeded v4l2_m2m_get_vq() NULL checkLaurent Pinchart1-7/+0
2025-09-09media: ti: j721e-csi2rx: Fix NULL vs IS_ERR() bug in ti_csi2rx_request_max_ppc()Dan Carpenter1-1/+1
2025-08-25media: ti: j721e-csi2rx: Support multiple pixels per clockJai Luthra2-4/+36
2025-08-25media: ti: j721e-csi2rx: Fix source subdev link creationJai Luthra1-2/+5
2025-08-25media: ti: j721e-csi2rx: Use fwnode_get_named_child_nodeJai Luthra1-10/+9