blob: 1efc3055c07ae6ef25473d1169e3708df38c40d5 [file] [log] [blame]
f5ddf19eca33 ("media: ti-vpe: cal: Move DT parsing to CAMERARX")
d3665f3b7c08 ("media: ti-vpe: cal: Add cal_camerarx_destroy() to cleanup CAMERARX")
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")
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()")
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")
552b07b56eba ("media: ti-vpe: cal: Use dev_* print macros")
d01a7fea9d7e ("media: ti-vpe: cal: Store instance ID and cal pointer in cal_camerarx")
be28027075ad ("media: ti-vpe: cal: Remove internal phy structure from cal_camerarx")
d8444ea02f3b ("media: ti-vpe: cal: Name all cal_camerarx pointers consistently")
97cf202807c9 ("media: ti-vpe: cal: Name all cal_dev pointers consistently")
d1739eabdd96 ("media: ti-vpe: cal: Rename cal_csi2_phy to cal_camerarx_data")
a7f8ac542a07 ("media: ti-vpe: cal: Rename cc_data to cal_camerarx")
ca4864685036 ("media: ti-vpe: cal: Move function to avoid forward declaration")
0a19960a6c6c ("media: ti-vpe: cal: Remove flags field from struct cal_dev")
6aa4459bdedc ("media: ti-vpe: cal: Remove unused structure fields")
ed641dc98dd6 ("media: ti-vpe: cal: Remove static const cal_regmap_config template")
9704762aed23 ("media: ti-vpe: cal: Constify platform data")
01bd74993932 ("media: ti-vpe: cal: Make structure fields unsigned where applicable")
be19b49e6ed6 ("media: ti-vpe: cal: Rename cal_csi2_phy base_fields to fields")
5e19ffe77c09 ("media: ti-vpe: cal: Store PHY regmap fields in struct cc_data")
649e9535f157 ("media: ti-vpe: cal: Don't modify cal_csi2_phy base_fields")
5b4426e33b85 ("media: ti-vpe: cal: Embed base_fields array in struct cal_csi2_phy")
6341aa2ee4dd ("media: ti-vpe: cal: Make loop indices unsigned where applicable")
fcc6d6f71d1f ("media: ti-vpe: cal: Turn boolean variable into bool")
d64463598f50 ("media: ti-vpe: cal: Remove needless casts")
6ff1d7260693 ("media: ti-vpe: cal: Remove needless variable initialization")
37166b2ff964 ("media: ti-vpe: cal: Make cal_formats array const")
50797fb30b95 ("media: ti-vpe: cal: Turn reg_(read|write)_field() into inline functions")
d2b084eb1eec ("media: ti-vpe: cal: Inline CAL_VERSION macro in its only user")
47bed3fbe8a0 ("media: ti-vpe: cal: Merge all status variables in IRQ handler")
255502a723b5 ("media: ti-vpe: cal: Index IRQ registersstarting at 0")
6442241630d1 ("media: ti-vpe: cal: Index CSI-2 port starting at 0")
cff3784dfa6c ("media: ti-vpe: cal: Decouple CSI2 port and CPORT")
789026265985 ("media: ti-vpe: cal: Avoid function forward declaration")