summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/tegra-video
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-3/+1
2026-01-13host1x: Make remove callback return voidUwe Kleine-König-3/+1
2026-01-13staging: media: tegra-video: move tegra20_vip_soc declaration to vip.hSun Jian-4/+4
2026-01-13staging: media: tegra-video: move tegra210_csi_soc declaration to csi.hSun Jian-4/+4
2026-01-13media: tegra-video: Fix memory leak in __tegra_channel_try_format()Zilin Guan-5/+8
2025-10-14staging: media: tegra-video: Remove the use of dev_err_probe()Xichao Zhao-1/+1
2025-08-29staging: media: tegra-video: use BIT() macro instead of shiftA.T. Jefferies-2/+2
2024-11-29Merge tag 'staging-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+3
2024-10-28staging: media: drop vb2_ops_wait_prepare/finishHans Verkuil-2/+0
2024-10-09staging: Switch back to struct platform_driver::remove()Sergio Paracuellos-3/+3
2024-05-03media: staging: media: tegra-video: Use swap macroRicardo Ribalda-7/+2
2024-04-09media: tegra-video: Use pad variant of dv timing subdev callsPaweł Anikiel-6/+6
2024-04-08staging: media: tegra-video: Fix -Wmaybe-unitialized warn in gccRicardo Ribalda-0/+1
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard-1/+1
2023-12-13media: v4l2-subdev: Add which field to struct v4l2_subdev_frame_intervalLaurent Pinchart-0/+7
2023-12-13media: v4l2-subdev: Turn .[gs]_frame_interval into pad operationsLaurent Pinchart-4/+5
2023-11-23media: v4l: subdev: Switch to stream-aware state functionsSakari Ailus-1/+1
2023-11-23media: tegra-video: Use accessors for pad config 'try_*' fieldsLaurent Pinchart-6/+8
2023-11-23media: staging: media: tegra-video: Convert to platform remove callback retur...Uwe Kleine-König-12/+6
2023-11-06Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-3/+3
2023-10-02staging: media: tegra-video: fix infinite recursion regressionLuca Ceresoli-6/+10
2023-09-27media: use sizeof() instead of V4L2_SUBDEV_NAME_SIZEHans Verkuil-3/+3
2023-09-01Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-11/+11
2023-08-10media: v4l: async: Set v4l2_device and subdev in async notifier initSakari Ailus-3/+2
2023-07-28media: v4l: async: Rework internal listsSakari Ailus-3/+3
2023-07-28media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connectionSakari Ailus-8/+8
2023-07-28media: v4l: async: Clean up list heads and entriesSakari Ailus-2/+2
2023-07-27staging: Explicitly include correct DT includesRob Herring-3/+1
2023-07-25staging: media: tegra-video: include video.h headerHans Verkuil-0/+1
2023-05-25staging: media: tegra-video: add support for Tegra20 parallel inputLuca Ceresoli-0/+1030
2023-05-25staging: media: tegra-video: add H/V flip controlsLuca Ceresoli-1/+21
2023-05-25staging: media: tegra-video: add hooks for planar YUV and H/V flipLuca Ceresoli-0/+18
2023-05-25staging: media: tegra-video: add syncpts for Tegra20 to struct tegra_viLuca Ceresoli-2/+5
2023-05-25staging: media: tegra-video: move syncpt init/free to a per-soc opLuca Ceresoli-49/+60
2023-05-25staging: media: tegra-video: add a per-soc enable/disable opLuca Ceresoli-0/+11
2023-05-25staging: media: tegra-video: move MIPI calibration calls from VI to CSILuca Ceresoli-50/+48
2023-05-25staging: media: tegra-video: move default format to soc-specific dataLuca Ceresoli-11/+6
2023-05-25staging: media: tegra-video: move tegra_channel_fmt_align to a per-soc opLuca Ceresoli-41/+44
2023-05-25staging: media: tegra-video: Kconfig: allow TPG only on Tegra210Luca Ceresoli-0/+1
2023-05-25staging: media: tegra-video: remove unneeded includeLuca Ceresoli-1/+0
2023-05-25staging: media: tegra-video: move tegra210_csi_soc to C fileLuca Ceresoli-4/+4
2023-05-25staging: media: tegra-video: move private struct declaration to C fileLuca Ceresoli-13/+13
2023-05-25staging: media: tegra-video: slightly simplify cleanup on errorsLuca Ceresoli-5/+3
2023-05-25staging: media: tegra-video: improve error messagesLuca Ceresoli-5/+2
2023-05-25staging: media: tegra-video: fix typos in commentLuca Ceresoli-3/+3
2023-05-25staging: media: tegra-video: document tegra_channel_get_remote_source_subdevLuca Ceresoli-0/+3
2023-05-25staging: media: tegra-video: improve documentation of tegra_video_format fieldsLuca Ceresoli-3/+3
2023-04-25Merge tag 'media/v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-4/+6