msm: camera: common: Add I3C Driver support
Add I3C driver Support for eeprom, actuator and OIS modules. CRs-Fixed: 3204977 Change-Id: Ic96d1edc787efcf3069935fc53fc799e786a95a7 Signed-off-by: Jigar Agrawal <quic_jigar@quicinc.com>
This commit is contained in:

committed by
Camera Software Integration

parent
8f297a31ea
commit
57c67da8f3
@@ -366,7 +366,7 @@ void cam_compat_util_put_dmabuf_va(struct dma_buf *dmabuf, void *vaddr)
|
||||
dma_buf_vunmap(dmabuf, &mapping);
|
||||
}
|
||||
|
||||
void cam_sensor_i3c_driver_remove(struct i3c_device *client)
|
||||
void cam_i3c_driver_remove(struct i3c_device *client)
|
||||
{
|
||||
CAM_DBG(CAM_SENSOR, "I3C remove invoked for %s",
|
||||
(client ? dev_name(&client->dev) : "none"));
|
||||
@@ -411,7 +411,7 @@ void cam_compat_util_put_dmabuf_va(struct dma_buf *dmabuf, void *vaddr)
|
||||
dma_buf_vunmap(dmabuf, vaddr);
|
||||
}
|
||||
|
||||
int cam_sensor_i3c_driver_remove(struct i3c_device *client)
|
||||
int cam_i3c_driver_remove(struct i3c_device *client)
|
||||
{
|
||||
CAM_DBG(CAM_SENSOR, "I3C remove invoked for %s",
|
||||
(client ? dev_name(&client->dev) : "none"));
|
||||
|
Reference in New Issue
Block a user