index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
ti
/
omap3isp
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-9
/
+9
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-9
/
+9
2026-01-06
media: omap3isp: isppreview: always clamp in preview_try_format()
Hans Verkuil
-13
/
+8
2026-01-06
media: omap3isp: ispccp2: always clamp in ccp2_try_format()
Hans Verkuil
-1
/
+1
2026-01-06
media: omap3isp: support ctrl events for isppreview
Hans Verkuil
-1
/
+1
2026-01-06
media: omap3isp: better VIDIOC_G/S_PARM handling
Hans Verkuil
-2
/
+9
2026-01-06
media: omap3isp: implement create/prepare_bufs
Hans Verkuil
-2
/
+45
2026-01-06
media: omap3isp: rework isp_video_try/set_format
Hans Verkuil
-29
/
+30
2026-01-06
media: omap3isp: set initial format
Hans Verkuil
-0
/
+8
2026-01-06
media: omap3isp: use V4L2_COLORSPACE_SRGB instead of _JPEG
Hans Verkuil
-2
/
+2
2026-01-06
media: omap3isp: implement enum_fmt_vid_cap/out
Hans Verkuil
-3
/
+36
2026-01-06
media: omap3isp: isp_video_mbus_to_pix/pix_to_mbus fixes
Hans Verkuil
-3
/
+3
2026-01-06
media: omap3isp: add V4L2_CAP_IO_MC and don't set bus_info
Hans Verkuil
-5
/
+3
2026-01-06
media: omap3isp: configure entity functions
Hans Verkuil
-0
/
+6
2025-11-03
media: platform: ti: omap3isp: isp: convert from round_rate() to determine_ra...
Brian Masney
-5
/
+5
2025-08-25
media: omap3isp: Drop custom .unsubscribe_event() handler
Laurent Pinchart
-20
/
+4
2025-08-13
media: omap3isp: Access v4l2_fh from file
Jacopo Mondi
-14
/
+12
2025-08-13
media: Reset file->private_data to NULL in v4l2_fh_del()
Laurent Pinchart
-3
/
+2
2025-08-13
media: Set file->private_data in v4l2_fh_add()
Laurent Pinchart
-2
/
+1
2025-08-13
media: Replace file->private_data access with custom functions
Laurent Pinchart
-2
/
+8
2025-08-13
media: Wrap file->private_data access with a helper function
Laurent Pinchart
-1
/
+1
2025-05-09
media: omap3isp: use sgtable-based scatterlist wrappers
Marek Szyprowski
-8
/
+6
2025-04-30
media: omap3isp: drop wait_prepare/finish callbacks
Hans Verkuil
-18
/
+1
2025-03-05
media: platform: ti: Remove unused omap3isp_print_status
Dr. David Alan Gilbert
-39
/
+0
2025-03-04
media: omap3isp: Use syscon_regmap_lookup_by_phandle_args
Krzysztof Kozlowski
-7
/
+3
2025-03-04
media: omap3isp: Handle ARM dma_iommu_mapping
Robin Murphy
-0
/
+7
2024-10-12
media: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-1
/
+1
2024-10-12
media: omap3isp: add missing wait_prepare/finish ops
Hans Verkuil
-0
/
+18
2024-09-04
ARM: 9417/1: dma-mapping: Pass device to arm_iommu_create_mapping()
Jason Gunthorpe
-1
/
+1
2023-11-23
media: v4l: subdev: Switch to stream-aware state functions
Sakari Ailus
-15
/
+9
2023-11-23
media: ti: omap3isp: Fix references to pad config
Laurent Pinchart
-28
/
+28
2023-09-27
media: use sizeof() instead of V4L2_SUBDEV_NAME_SIZE
Hans Verkuil
-1
/
+1
2023-08-14
media: platform: ti: fix the return value handle for platform_get_irq()
Ruan Jinjie
-3
/
+1
2023-08-10
media: v4l: async: Set v4l2_device and subdev in async notifier init
Sakari Ailus
-2
/
+2
2023-08-10
media: omap3isp: Initialise V4L2 async notifier later
Sakari Ailus
-7
/
+8
2023-07-28
media: v4l: async: Obtain async connection based on sub-device
Sakari Ailus
-7
/
+38
2023-07-28
media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connection
Sakari Ailus
-3
/
+3
2023-07-28
media: omap3isp: Move link creation to bound callback
Sakari Ailus
-19
/
+19
2023-07-19
media: platform: ti: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
-2
/
+1
2023-04-12
media: Zero-initialize all structures passed to subdev pad operations
Laurent Pinchart
-10
/
+15
2023-04-11
media: isp: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2023-02-06
media: ti: omap3isp: Use media_pipeline_for_each_entity()
Laurent Pinchart
-14
/
+6
2023-01-22
media: platform: ti: Add missing check for devm_regulator_get
Jiasheng Jiang
-0
/
+9
2022-12-07
media: Switch to use dev_err_probe() helper
Yang Yingliang
-2
/
+1
2022-09-24
media: drivers: use video device pipeline start/stop
Tomi Valkeinen
-3
/
+3
2022-09-24
media: mc: entity: Add media_entity_pipeline() to access the media pipeline
Laurent Pinchart
-7
/
+11
2022-08-29
media: platform: ti: avoid using 'videobuf' or 'video-buf'
Hans Verkuil
-1
/
+1
2022-08-29
media: platform: ti: Fix typo 'the the' in comment
Slark Xiao
-1
/
+1
2022-07-17
media: mc-entity: Rename media_entity_remote_pad() to media_pad_remote_pad_fi...
Laurent Pinchart
-8
/
+8
2022-05-13
media: platform: return early if the iface is not handled
Tom Rix
-1
/
+2
[next]