Merge "msm: camera: csiphy: Trigger ISP callback on phy clock change" into camera-kernel.lnx.7.0

这个提交包含在:
Wasim Khan
2024-02-05 03:24:15 -08:00
提交者 Gerrit - the friendly Code Review server
当前提交 0fc142d2fa
修改 4 个文件,包含 82 行新增4 行删除

查看文件

@@ -799,6 +799,10 @@ int cam_soc_util_clk_enable_default(struct cam_hw_soc_info *soc_info, int cesta_
int cam_soc_util_get_clk_level(struct cam_hw_soc_info *soc_info,
int64_t clk_rate, int clk_idx, int32_t *clk_lvl);
unsigned long cam_soc_util_get_clk_rate_applied(
struct cam_hw_soc_info *soc_info, int32_t index, bool is_src,
enum cam_vote_level clk_level);
/* Callback to get reg space data for specific HW */
typedef int (*cam_soc_util_regspace_data_cb)(uint32_t reg_base_type,
void *ctx, struct cam_hw_soc_info **soc_info_ptr,