aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/ti-vpe (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen1-16/+19
2021-05-20media: ti-vpe: use pm_runtime_resume_and_get()Mauro Carvalho Chehab3-9/+11
2021-04-06media: ti-vpe: sc: remove redundant dev_err call in sc_create()Yang Yingliang1-3/+1
2021-04-06media: ti-vpe: csc: remove redundant dev_err call in csc_create()Yang Yingliang1-3/+1
2021-03-22media: ti-vpe/cal.h: fix kernel-doc formattingHans Verkuil1-10/+9
2021-03-22media: ti-vpe: cal: Implement media controller centric APILaurent Pinchart4-61/+277
2021-03-22media: ti-vpe: cal: fix subdev mbus_code enumerationTomi Valkeinen1-3/+9
2021-03-22media: ti-vpe: cal: remove unneeded assignmentTomi Valkeinen1-1/+0
2021-03-11media: ti-vpe: Simplify bool comparisonJiapeng Chong1-2/+1
2021-02-06media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart1-7/+5
2021-01-27media: ti-vpe: Do not zero reserved fieldsRicardo Ribalda1-2/+0
2021-01-14media: ti-vpe: cal: fix write to unallocated memoryTomi Valkeinen1-2/+2
2021-01-14media: ti-vpe: cal: Mark cal_camerarx_media_ops with static keywordZou Wei1-1/+1
2021-01-12media: ti-vpe: cal: avoid FIELD_GET assertionArnd Bergmann1-1/+1
2021-01-04media: ti-vpe: cal: Simplify the context APILaurent Pinchart3-45/+41
2021-01-04media: ti-vpe: cal: Store buffer DMA address in dma_addr_tLaurent Pinchart3-5/+5
2021-01-04media: ti-vpe: cal: Set cal_dmaqueue.pending to NULL when no pending bufferLaurent Pinchart2-9/+11
2021-01-04media: ti-vpe: cal: Group all DMA queue fields in struct cal_dmaqueueLaurent Pinchart3-62/+79
2021-01-04media: ti-vpe: cal: Use list_first_entry()Laurent Pinchart2-2/+2
2021-01-04media: ti-vpe: cal: Remove DMA queue empty check at start streaming timeLaurent Pinchart1-6/+0
2021-01-04media: ti-vpe: cal: Drop unneeded check in cal_calc_format_size()Laurent Pinchart1-11/+5
2021-01-04media: ti-vpe: cal: Drop V4L2_CAP_READWRITELaurent Pinchart1-4/+2
2021-01-04media: ti-vpe: cal: Share buffer release code between start and stopLaurent Pinchart1-29/+26
2021-01-04media: ti-vpe: cal: Use spin_lock_irq() when starting or stopping streamLaurent Pinchart1-9/+7
2021-01-04media: ti-vpe: cal: Stop write DMA without disabling PPILaurent Pinchart4-62/+117
2021-01-04media: ti-vpe: cal: Fold PPI enable in CAMERARX .s_stream()Laurent Pinchart3-18/+18
2021-01-04media: ti-vpe: cal: Refactor interrupt enable/disableLaurent Pinchart4-60/+57
2021-01-04media: ti-vpe: cal: Rename struct cal_fmt to cal_format_infoLaurent Pinchart4-66/+66
2021-01-04media: ti-vpe: cal: Don't pass format to cal_ctx_wr_dma_config()Laurent Pinchart3-19/+12
2021-01-04media: ti-vpe: cal: Use CAMERARX subdev s_stream op in video device codeLaurent Pinchart3-21/+21
2021-01-04media: ti-vpe: cal: Implement subdev ops for CAMERARXLaurent Pinchart2-0/+207
2021-01-04media: ti-vpe: cal: Iterate over correct number of CAMERARX instancesLaurent Pinchart1-11/+9
2021-01-04media: ti-vpe: cal: Replace hardcoded BIT() value with macroLaurent Pinchart1-1/+2
2021-01-04media: ti-vpe: cal: Rename MAX_(WIDTH|HEIGHT)_* macros with CAL_ prefixLaurent Pinchart2-4/+13
2021-01-04media: ti-vpe: cal: Move format handling to cal.c and expose helpersLaurent Pinchart3-103/+134
2021-01-04media: ti-vpe: cal: Drop cal_ctx m_fmt fieldLaurent Pinchart3-9/+7
2021-01-04media: ti-vpe: cal: Create subdev for CAMERARXLaurent Pinchart4-10/+88
2020-09-27media: ti-vpe: Fix a missing check and reference count leakQiushi Wu1-0/+2
2020-08-26media: ti-vpe: cal: Fix compilation on 32-bit ARMLaurent Pinchart1-1/+1
2020-07-19media: ti-vpe: cal: Split CAMERARX handling to cal-camerarx.cLaurent Pinchart4-682/+713
2020-07-19media: ti-vpe: cal: Move CAL I/O accessors to cal.hLaurent Pinchart3-150/+169
2020-07-19media: ti-vpe: cal: Split video node handling to cal-video.cLaurent Pinchart4-1063/+1137
2020-07-19media: ti-vpe: cal: Use 'unsigned int' type instead of 'unsigned'Laurent Pinchart1-1/+1
2020-07-19media: ti-vpe: cal: Remove unneeded phy->sensor NULL checkLaurent Pinchart1-3/+0
2020-07-19media: ti-vpe: cal: Don't store external rate in cal_camerarxLaurent Pinchart1-14/+21
2020-07-19media: ti-vpe: cal: Refactor camerarx start and stopLaurent Pinchart1-76/+94
2020-07-19media: ti-vpe: cal: Reorder camerarx functions to prepare refactoringLaurent Pinchart1-214/+214
2020-07-19media: ti-vpe: cal: Inline cal_camerarx_max_lanes() in its only callerLaurent Pinchart1-8/+2
2020-07-19media: ti-vpe: cal: Allocate cal_ctx active_fmt array dynamicallyLaurent Pinchart1-1/+7
2020-07-19media: ti-vpe: cal: Init formats in cal_ctx_v4l2_register()Laurent Pinchart1-44/+39