msm: camera: isp: Add support for SFE HW layer in ISP driver

Add support for SFE TOP, SFE BUS_WR & SFE BUS_RD in ISP
driver.

CRs-Fixed: 2733230
Change-Id: I85d356d28879b5cf9144a459fcdbd9f57526fa91
Signed-off-by: Karthik Anantha Ram <kartanan@codeaurora.org>
This commit is contained in:
Karthik Anantha Ram
2020-09-16 10:36:23 -07:00
parent fe2f879a03
commit 1232bfaa25
22 changed files with 5787 additions and 174 deletions

View File

@@ -19,6 +19,9 @@ extern struct platform_driver cam_top_tpg_driver;
extern struct platform_driver cam_ife_csid17x_driver;
extern struct platform_driver cam_ife_csid_lite_driver;
extern struct platform_driver cam_vfe_driver;
#ifdef CONFIG_SPECTRA_SFE
extern struct platform_driver cam_sfe_driver;
#endif
extern struct platform_driver isp_driver;
#endif
#ifdef CONFIG_SPECTRA_TFE
@@ -89,6 +92,9 @@ static struct platform_driver *const cam_component_drivers[] = {
&cam_ife_csid17x_driver,
&cam_ife_csid_lite_driver,
&cam_vfe_driver,
#ifdef CONFIG_SPECTRA_SFE
&cam_sfe_driver,
#endif
&isp_driver,
#endif
#ifdef CONFIG_SPECTRA_SENSOR