blob: 4615751320fe973f73297c975ac7d27a9fd3ddfd [file] [log] [blame]
af30d4f36ef3 ("media: ti-vpe: cal: Split CAMERARX handling to cal-camerarx.c")
d373018f3abd ("media: ti-vpe: cal: Move CAL I/O accessors to cal.h")
9d551891473e ("media: ti-vpe: cal: Split video node handling to cal-video.c")
f4d9837d8725 ("media: ti-vpe: cal: Use 'unsigned int' type instead of 'unsigned'")
56d1d67468ae ("media: ti-vpe: cal: Remove unneeded phy->sensor NULL check")
399b0a3d54b6 ("media: ti-vpe: cal: Don't store external rate in cal_camerarx")
49b184a0dae9 ("media: ti-vpe: cal: Refactor camerarx start and stop")
e085ede10d69 ("media: ti-vpe: cal: Reorder camerarx functions to prepare refactoring")
cd2144603ad3 ("media: ti-vpe: cal: Inline cal_camerarx_max_lanes() in its only caller")
0a8e64ed2100 ("media: ti-vpe: cal: Allocate cal_ctx active_fmt array dynamically")
1b22b7a0ec9c ("media: ti-vpe: cal: Init formats in cal_ctx_v4l2_register()")
b908235114d1 ("media: ti-vpe: cal: Register a media device")
92790656cee2 ("media: ti-vpe: cal: Store struct device in cal_dev")
dfbb172e512e ("media: ti-vpe: cal: Print revision and hwinfo in a more readable format")
45dd15e6ce22 ("media: ti-vpe: cal: Split media initialization and cleanup to functions")
4c0ed7ba65d1 ("media: ti-vpe: cal: Move CAL_NUM_CSI2_PORTS from cal_regs.h to cal.c")
497b5e94f820 ("media: ti-vpe: cal: Decouple context and phy cleanup at remove time")
a539a0536f6e ("media: ti-vpe: cal: Move async notifiers from contexts to cal_dev")
8fcb7576ad19 ("media: ti-vpe: cal: Allow multiple contexts per subdev notifier")
a439e57358ee ("media: ti-vpe: cal: Move all sensor-related init to .bound() notifier")
4d04c23fadc6 ("media: ti-vpe: cal: Use ARRAY_SIZE to replace numerical value")
f5ddf19eca33 ("media: ti-vpe: cal: Move DT parsing to CAMERARX")
d3665f3b7c08 ("media: ti-vpe: cal: Add cal_camerarx_destroy() to cleanup CAMERARX")
6675e871ca4d ("media: ti-vpe: cal: Unregister video device before cleanup")
19a2374068b5 ("media: ti-vpe: cal: Add context V4L2 cleanup and unregister functions")
d68a94e98a89 ("media: ti-vpe: cal: Split video device initialization and registration")
b4b784953c49 ("media: ti-vpe: cal: Move v4l2_device from cal_ctx to cal_dev")
4b71bfbc9787 ("media: ti-vpe: cal: Decouple control handler from v4l2_device")
b1ca64f26930 ("media: ti-vpe: cal: Fix usage of v4l2_fwnode_endpoint_parse()")
cb1d4202a389 ("media: ti-vpe: cal: Use of_graph_get_endpoint_by_regs() to parse OF")
8af2741a1734 ("media: ti-vpe: cal: Hardcode virtual channel to 0")
2355593496c5 ("media: ti-vpe: cal: Rename cal_create_instance() to cal_ctx_create()")
214f995c2093 ("media: ti-vpe: cal: Add comments to cal_probe() to delimitate sections")
6963e46ce613 ("media: ti-vpe: cal: Inline cal_get_camerarx_regmap() in caller")
2cabb7ade7a0 ("media: ti-vpe: cal: Use syscon_regmap_lookup_by_phandle_args()")
573e298cfe67 ("media: ti-vpe: cal: Split CAMERARX syscon regmap retrieval to a function")
4607c2487bf2 ("media: ti-vpe: cal: Drop struct cal_dev v4l2_dev field")
2f63379b93fa ("media: ti-vpe: cal: Use a loop to create CAMERARX and context instances")
ed595da7d70f ("media: ti-vpe: cal: Use ctx_info() instead of v4l2_info()")
281736ef5545 ("media: ti-vpe: cal: Get struct device without going through v4l2_device")
17513da19e0a ("media: ti-vpe: cal: Use correct device name for bus_info")
20d4eb10911a ("media: ti-vpe: cal: Rename cal_ctx.csi2_port to cal_ctx.index")
6770318dc072 ("media: ti-vpe: cal: Reorganize remaining code in sections")
9f2b94b1ca7d ("media: ti-vpe: cal: Create consistent naming for context functions")
f3ca1f9db5b9 ("media: ti-vpe: cal: Inline cal_data_get_num_csi2_phy() in its caller")
825800dc2250 ("media: ti-vpe: cal: Group CAMERARX-related functions together")
f7cd15eb0b85 ("media: ti-vpe: cal: Create consistent naming for CAMERARX functions")
559cd8b836a1 ("media: ti-vpe: cal: Store sensor-related data in cal_camerarx")
6961f5d60108 ("media: ti-vpe: cal: Add print macros for the cal_camerarx instances")
552b07b56eba ("media: ti-vpe: cal: Use dev_* print macros")