lkml.org 
[lkml]   [2023]   [Mar]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH v1 06/11] media: starfive: add ISP driver files
From
On 02/03/2023 10:19, jack.zhu wrote:
> Add base driver for Starfive Image Signal Processing Unit which
> handles the data streams from the CSI2 receiver.
>
> Signed-off-by: jack.zhu <jack.zhu@starfivetech.com>
> ---
> drivers/media/platform/starfive/stf_isp.c | 1079 ++++++++++++++
> drivers/media/platform/starfive/stf_isp.h | 183 +++
> .../media/platform/starfive/stf_isp_hw_ops.c | 1286 +++++++++++++++++
> 3 files changed, 2548 insertions(+)
> create mode 100644 drivers/media/platform/starfive/stf_isp.c
> create mode 100644 drivers/media/platform/starfive/stf_isp.h
> create mode 100644 drivers/media/platform/starfive/stf_isp_hw_ops.c


> +}
> +
> +static int stf_isp_reg_read(struct stf_isp_dev *isp_dev, void *arg)
> +{
> + void __iomem *ispbase = stf_isp_get_ispbase(isp_dev);
> + struct isp_reg_param *reg_param = arg;


Didn't you add now code which does not even build and is not bisectable?


Best regards,
Krzysztof

\
 
 \ /
  Last update: 2023-03-27 00:42    [W:0.043 / U:0.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site