Re: [PATCH 04/13] media: qcom: camss: csiphy: Add an init callback to CSI PHY devices

From: Vladimir Zapolskiy
Date: Sun Aug 04 2024 - 17:27:13 EST


Hi Bryan,

On 8/1/24 11:16, Bryan O'Donoghue wrote:
On 01/08/2024 00:43, Vladimir Zapolskiy wrote:
+ ret = csiphy->res->hw_ops->init(csiphy);

Here.

What name would make more sense to you ?

according to the implementation the .init() call just fills some data in
memory, so I believe this could be handled at build time, if it's done
carefully enough...

--
Best wishes,
Vladimir