index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
ti-vpe
Age
Commit message (
Expand
)
Author
2021-02-06
media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() API
Laurent Pinchart
2021-01-27
media: ti-vpe: Do not zero reserved fields
Ricardo Ribalda
2021-01-14
media: ti-vpe: cal: fix write to unallocated memory
Tomi Valkeinen
2021-01-14
media: ti-vpe: cal: Mark cal_camerarx_media_ops with static keyword
Zou Wei
2021-01-12
media: ti-vpe: cal: avoid FIELD_GET assertion
Arnd Bergmann
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: Remove DMA queue empty check at start streaming time
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Drop unneeded check in cal_calc_format_size()
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Drop V4L2_CAP_READWRITE
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Share buffer release code between start and stop
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Use spin_lock_irq() when starting or stopping stream
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Stop write DMA without disabling PPI
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Fold PPI enable in CAMERARX .s_stream()
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: Use CAMERARX subdev s_stream op in video device code
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Implement subdev ops for CAMERARX
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: Replace hardcoded BIT() value with macro
Laurent Pinchart
2021-01-04
media: ti-vpe: cal: Rename MAX_(WIDTH|HEIGHT)_* macros with CAL_ prefix
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-09-27
media: ti-vpe: Fix a missing check and reference count leak
Qiushi Wu
2020-08-26
media: ti-vpe: cal: Fix compilation on 32-bit ARM
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
2020-07-19
media: ti-vpe: cal: Store struct device in cal_dev
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Print revision and hwinfo in a more readable format
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Read hardware revision earlier during probe
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Split media initialization and cleanup to functions
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Replace number of ports numerical value by macro
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Remove isvcirqset() and isportirqset() macros
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Move CAL_NUM_CSI2_PORTS from cal_regs.h to cal.c
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Decouple context and phy cleanup at remove time
Laurent Pinchart
[next]