summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/ti/omap3isp
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-9/+9
2026-01-06media: omap3isp: isppreview: always clamp in preview_try_format()Hans Verkuil-13/+8
2026-01-06media: omap3isp: ispccp2: always clamp in ccp2_try_format()Hans Verkuil-1/+1
2026-01-06media: omap3isp: support ctrl events for isppreviewHans Verkuil-1/+1
2026-01-06media: omap3isp: better VIDIOC_G/S_PARM handlingHans Verkuil-2/+9
2026-01-06media: omap3isp: implement create/prepare_bufsHans Verkuil-2/+45
2026-01-06media: omap3isp: rework isp_video_try/set_formatHans Verkuil-29/+30
2026-01-06media: omap3isp: set initial formatHans Verkuil-0/+8
2026-01-06media: omap3isp: use V4L2_COLORSPACE_SRGB instead of _JPEGHans Verkuil-2/+2
2026-01-06media: omap3isp: implement enum_fmt_vid_cap/outHans Verkuil-3/+36
2026-01-06media: omap3isp: isp_video_mbus_to_pix/pix_to_mbus fixesHans Verkuil-3/+3
2026-01-06media: omap3isp: add V4L2_CAP_IO_MC and don't set bus_infoHans Verkuil-5/+3
2026-01-06media: omap3isp: configure entity functionsHans Verkuil-0/+6
2025-11-03media: platform: ti: omap3isp: isp: convert from round_rate() to determine_ra...Brian Masney-5/+5
2025-08-25media: omap3isp: Drop custom .unsubscribe_event() handlerLaurent Pinchart-20/+4
2025-08-13media: omap3isp: Access v4l2_fh from fileJacopo Mondi-14/+12
2025-08-13media: Reset file->private_data to NULL in v4l2_fh_del()Laurent Pinchart-3/+2
2025-08-13media: Set file->private_data in v4l2_fh_add()Laurent Pinchart-2/+1
2025-08-13media: Replace file->private_data access with custom functionsLaurent Pinchart-2/+8
2025-08-13media: Wrap file->private_data access with a helper functionLaurent Pinchart-1/+1
2025-05-09media: omap3isp: use sgtable-based scatterlist wrappersMarek Szyprowski-8/+6
2025-04-30media: omap3isp: drop wait_prepare/finish callbacksHans Verkuil-18/+1
2025-03-05media: platform: ti: Remove unused omap3isp_print_statusDr. David Alan Gilbert-39/+0
2025-03-04media: omap3isp: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski-7/+3
2025-03-04media: omap3isp: Handle ARM dma_iommu_mappingRobin Murphy-0/+7
2024-10-12media: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-10-12media: omap3isp: add missing wait_prepare/finish opsHans Verkuil-0/+18
2024-09-04ARM: 9417/1: dma-mapping: Pass device to arm_iommu_create_mapping()Jason Gunthorpe-1/+1
2023-11-23media: v4l: subdev: Switch to stream-aware state functionsSakari Ailus-15/+9
2023-11-23media: ti: omap3isp: Fix references to pad configLaurent Pinchart-28/+28
2023-09-27media: use sizeof() instead of V4L2_SUBDEV_NAME_SIZEHans Verkuil-1/+1
2023-08-14media: platform: ti: fix the return value handle for platform_get_irq()Ruan Jinjie-3/+1
2023-08-10media: v4l: async: Set v4l2_device and subdev in async notifier initSakari Ailus-2/+2
2023-08-10media: omap3isp: Initialise V4L2 async notifier laterSakari Ailus-7/+8
2023-07-28media: v4l: async: Obtain async connection based on sub-deviceSakari Ailus-7/+38
2023-07-28media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connectionSakari Ailus-3/+3
2023-07-28media: omap3isp: Move link creation to bound callbackSakari Ailus-19/+19
2023-07-19media: platform: ti: Use devm_platform_get_and_ioremap_resource()Yangtao Li-2/+1
2023-04-12media: Zero-initialize all structures passed to subdev pad operationsLaurent Pinchart-10/+15
2023-04-11media: isp: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-02-06media: ti: omap3isp: Use media_pipeline_for_each_entity()Laurent Pinchart-14/+6
2023-01-22media: platform: ti: Add missing check for devm_regulator_getJiasheng Jiang-0/+9
2022-12-07media: Switch to use dev_err_probe() helperYang Yingliang-2/+1
2022-09-24media: drivers: use video device pipeline start/stopTomi Valkeinen-3/+3
2022-09-24media: mc: entity: Add media_entity_pipeline() to access the media pipelineLaurent Pinchart-7/+11
2022-08-29media: platform: ti: avoid using 'videobuf' or 'video-buf'Hans Verkuil-1/+1
2022-08-29media: platform: ti: Fix typo 'the the' in commentSlark Xiao-1/+1
2022-07-17media: mc-entity: Rename media_entity_remote_pad() to media_pad_remote_pad_fi...Laurent Pinchart-8/+8
2022-05-13media: platform: return early if the iface is not handledTom Rix-1/+2