msm: camera: isp: CSID Driver Refactoring
Due to major hw changes in latest CSID680 IP block, refactoring of CSID kernel driver is required. To support the hw speciific driver, version based files are added. One common file to support the common functionality and common utilities has also been added. CRs-Fixed: 2830502 Change-Id: If1e2a0835ce285f968f154d2da5595e882ae6ccd Signed-off-by: Gaurav Jindal <gjindal@codeaurora.org>
This commit is contained in:
@@ -89,7 +89,7 @@ static const struct camera_submodule_component camera_tfe[] = {
|
||||
static const struct camera_submodule_component camera_isp[] = {
|
||||
#ifdef CONFIG_SPECTRA_ISP
|
||||
{&cam_top_tpg_init_module, &cam_top_tpg_exit_module},
|
||||
{&cam_ife_csid17x_init_module, &cam_ife_csid17x_exit_module},
|
||||
{&cam_ife_csid_init_module, &cam_ife_csid_exit_module},
|
||||
{&cam_ife_csid_lite_init_module, &cam_ife_csid_lite_exit_module},
|
||||
{&cam_vfe_init_module, &cam_vfe_exit_module},
|
||||
#ifdef CONFIG_SPECTRA_SFE
|
||||
|
Reference in New Issue
Block a user