aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/ti-vpe/cal-camerarx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: re-structure TI driversPratyush Yadav1-915/+0
2022-01-28media: v4l2-fwnode: Move bus config structure to v4l2_mediabus.hLaurent Pinchart1-3/+3
2021-07-12media: ti-vpe: cal: allow more than 1 source padsTomi Valkeinen1-5/+7
2021-07-12media: ti-vpe: cal: add camerarx enable/disable refcountingTomi Valkeinen1-0/+10
2021-07-12media: ti-vpe: cal: add camerarx lockingTomi Valkeinen1-23/+58
2021-07-12media: ti-vpe: cal: remove cal_camerarx->fmtinfoTomi Valkeinen1-4/+8
2021-07-12media: ti-vpe: cal: fix typo in a commentTomi Valkeinen1-1/+1
2021-07-12media: ti-vpe: cal: set field always to V4L2_FIELD_NONETomi Valkeinen1-4/+2
2021-07-12media: ti-vpe: cal: remove wait when stopping camerarxTomi Valkeinen1-13/+2
2021-07-12media: ti-vpe: cal: catch VC errorsTomi Valkeinen1-4/+21
2021-07-12media: ti-vpe: cal: use v4l2_get_link_freqTomi Valkeinen1-33/+19
2021-07-12media: ti-vpe: cal: rename "sensor" to "source"Tomi Valkeinen1-17/+17
2021-07-12media: ti-vpe: cal: fix error handling in cal_camerarx_createTomi Valkeinen1-1/+3
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen1-16/+19
2021-03-22media: ti-vpe: cal: Implement media controller centric APILaurent Pinchart1-0/+1
2021-01-14media: ti-vpe: cal: Mark cal_camerarx_media_ops with static keywordZou Wei1-1/+1
2021-01-04media: ti-vpe: cal: Stop write DMA without disabling PPILaurent Pinchart1-3/+3
2021-01-04media: ti-vpe: cal: Fold PPI enable in CAMERARX .s_stream()Laurent Pinchart1-14/+17
2021-01-04media: ti-vpe: cal: Refactor interrupt enable/disableLaurent Pinchart1-55/+28
2021-01-04media: ti-vpe: cal: Rename struct cal_fmt to cal_format_infoLaurent Pinchart1-2/+2
2021-01-04media: ti-vpe: cal: Use CAMERARX subdev s_stream op in video device codeLaurent Pinchart1-8/+7
2021-01-04media: ti-vpe: cal: Implement subdev ops for CAMERARXLaurent Pinchart1-0/+205
2021-01-04media: ti-vpe: cal: Replace hardcoded BIT() value with macroLaurent Pinchart1-1/+2
2021-01-04media: ti-vpe: cal: Create subdev for CAMERARXLaurent Pinchart1-2/+40
2020-07-19media: ti-vpe: cal: Split CAMERARX handling to cal-camerarx.cLaurent Pinchart1-0/+649