index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
ti-vpe
/
cal.c
Age
Commit message (
Expand
)
Author
2022-03-18
media: platform: re-structure TI drivers
Pratyush Yadav
2021-09-30
media: v4l: async: Rename async nf functions, clean up long lines
Sakari Ailus
2021-07-22
media: ti-vpe: cal: fix indexing of cal->ctx[] in cal_probe()
Tom Rix
2021-07-12
media: ti-vpe: cal: add embedded data support
Tomi Valkeinen
2021-07-12
media: ti-vpe: cal: fix ctx uninitialization
Tomi Valkeinen
2021-07-12
media: ti-vpe: cal: cleanup phy iteration in cal_remove
Tomi Valkeinen
2021-07-12
media: ti-vpe: cal: support 8 DMA contexts
Tomi Valkeinen
2021-07-12
media: ti-vpe: cal: handle cal_ctx_v4l2_register error
Tomi Valkeinen
2021-07-12
media: ti-vpe: cal: add vc and datatype fields to cal_ctx
Tomi Valkeinen
2021-07-12
media: ti-vpe: cal: add cal_ctx_wr_dma_enable and fix a race
Tomi Valkeinen
2021-07-12
media: ti-vpe: cal: add 'use_pix_proc' field
Tomi Valkeinen
2021-07-12
media: ti-vpe: cal: allocate pix proc dynamically
Tomi Valkeinen
2021-07-12
media: ti-vpe: cal: disable csi2 ctx and pix proc at ctx_stop
Tomi Valkeinen
2021-07-12
media: ti-vpe: cal: catch VC errors
Tomi Valkeinen
2021-07-12
media: ti-vpe: cal: rename CAL_HL_IRQ_MASK
Tomi Valkeinen
2021-07-12
media: ti-vpe: cal: rename cal_ctx->index to dma_ctx
Tomi Valkeinen
2021-07-12
media: ti-vpe: cal: Add pixel processing context
Tomi Valkeinen
2021-07-12
media: ti-vpe: cal: Add CSI2 context
Tomi Valkeinen
2021-07-12
media: ti-vpe: cal: add cal_ctx_prepare/unprepare
Tomi Valkeinen
2021-07-12
media: ti-vpe: cal: move global config from cal_ctx_wr_dma_config to runtime ...
Tomi Valkeinen
2021-07-12
media: ti-vpe: cal: rename "sensor" to "source"
Tomi Valkeinen
2021-05-20
media: ti-vpe: use pm_runtime_resume_and_get()
Mauro Carvalho Chehab
2021-03-22
media: ti-vpe: cal: Implement media controller centric API
Laurent Pinchart
2021-02-06
media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() API
Laurent Pinchart
2021-01-14
media: ti-vpe: cal: fix write to unallocated memory
Tomi Valkeinen
2021-01-04
media: ti-vpe: cal: Simplify the context API
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Store buffer DMA address in dma_addr_t
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Set cal_dmaqueue.pending to NULL when no pending buffer
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Group all DMA queue fields in struct cal_dmaqueue
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Use list_first_entry()
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Stop write DMA without disabling PPI
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Refactor interrupt enable/disable
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Rename struct cal_fmt to cal_format_info
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Don't pass format to cal_ctx_wr_dma_config()
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Iterate over correct number of CAMERARX instances
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Move format handling to cal.c and expose helpers
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Drop cal_ctx m_fmt field
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Create subdev for CAMERARX
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Split CAMERARX handling to cal-camerarx.c
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Move CAL I/O accessors to cal.h
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Split video node handling to cal-video.c
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Use 'unsigned int' type instead of 'unsigned'
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Remove unneeded phy->sensor NULL check
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Don't store external rate in cal_camerarx
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Refactor camerarx start and stop
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Reorder camerarx functions to prepare refactoring
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Inline cal_camerarx_max_lanes() in its only caller
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Allocate cal_ctx active_fmt array dynamically
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Init formats in cal_ctx_v4l2_register()
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Register a media device
Laurent Pinchart
[next]