index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
ti-vpe
Age
Commit message (
Expand
)
Author
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
2020-07-19
media: ti-vpe: cal: Operate on phy instances in cal_quickdump_regs()
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Replace context with phy in async notifier entries
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Move async notifiers from contexts to cal_dev
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Allow multiple contexts per subdev notifier
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Move all sensor-related init to .bound() notifier
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Use ARRAY_SIZE to replace numerical value
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Move DT parsing to CAMERARX
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Add cal_camerarx_destroy() to cleanup CAMERARX
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Unregister video device before cleanup
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Add context V4L2 cleanup and unregister functions
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Split video device initialization and registration
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Move v4l2_device from cal_ctx to cal_dev
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Decouple control handler from v4l2_device
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Fix usage of v4l2_fwnode_endpoint_parse()
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Use of_graph_get_endpoint_by_regs() to parse OF
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Hardcode virtual channel to 0
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Rename cal_create_instance() to cal_ctx_create()
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Add comments to cal_probe() to delimitate sections
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Inline cal_get_camerarx_regmap() in caller
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Use syscon_regmap_lookup_by_phandle_args()
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Split CAMERARX syscon regmap retrieval to a function
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Drop struct cal_dev v4l2_dev field
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Use a loop to create CAMERARX and context instances
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Use ctx_info() instead of v4l2_info()
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Get struct device without going through v4l2_device
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Use correct device name for bus_info
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Rename cal_ctx.csi2_port to cal_ctx.index
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Reorganize remaining code in sections
Laurent Pinchart
[next]