Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31bb570e authored by Harsh Shah's avatar Harsh Shah
Browse files

msm: isp: new driver for vfe 4.4



VFE 4.4 is a newer version of hardware based on VFE 4.0. The new
driver is implemented based on the 4.0 driver with minor changes
in the register addresses.

Change-Id: I8948d4322add1520b7dccd88f472acb38c381537
Signed-off-by: default avatarHarsh Shah <harshs@codeaurora.org>
parent 86155e46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
ccflags-y += -Idrivers/media/platform/msm/camera_v2
ccflags-y += -Idrivers/media/platform/msm/camera_v2/sensor/io
obj-$(CONFIG_MSMB_CAMERA) += msm_isp.o msm_buf_mgr.o msm_isp_util.o msm_isp_axi_util.o msm_isp_stats_util.o
obj-$(CONFIG_MSMB_CAMERA) += msm_isp40.o msm_isp32.o
obj-$(CONFIG_MSMB_CAMERA) += msm_isp44.o msm_isp40.o msm_isp32.o
+1455 −0

File added.

Preview size limit exceeded, changes collapsed.

+17 −0
Original line number Diff line number Diff line
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#ifndef __MSM_ISP44_H__
#define __MSM_ISP44_H__

extern struct msm_vfe_hardware_info vfe44_hw_info;
#endif /* __MSM_ISP44_H__ */