[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d98ac356-a482-f26f-fd6b-6142281d99c3@xs4all.nl>
Date: Wed, 7 Feb 2018 17:31:34 +0100
From: Hans Verkuil <hverkuil@...all.nl>
To: Shunqian Zheng <zhengsq@...k-chips.com>,
linux-rockchip@...ts.infradead.org, linux-media@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
mchehab@...nel.org, sakari.ailus@...ux.intel.com,
hans.verkuil@...co.com, tfiga@...omium.org,
laurent.pinchart@...asonboard.com, zyc@...k-chips.com,
eddie.cai.linux@...il.com, jeffy.chen@...k-chips.com,
allon.huang@...k-chips.com, devicetree@...r.kernel.org,
heiko@...ech.de, robh+dt@...nel.org, Joao.Pinto@...opsys.com,
Luis.Oliveira@...opsys.com, Jose.Abreu@...opsys.com,
jacob2.chen@...k-chips.com
Subject: Re: [PATCH v5 03/16] media: rkisp1: Add user space ABI definitions
On 12/29/2017 08:52 AM, Shunqian Zheng wrote:
> From: Jeffy Chen <jeffy.chen@...k-chips.com>
>
> Add the header for userspace
>
> Signed-off-by: Jeffy Chen <jeffy.chen@...k-chips.com>
> Signed-off-by: Jacob Chen <jacob2.chen@...k-chips.com>
> ---
> include/uapi/linux/rkisp1-config.h | 757 +++++++++++++++++++++++++++++++++++++
> 1 file changed, 757 insertions(+)
> create mode 100644 include/uapi/linux/rkisp1-config.h
>
> diff --git a/include/uapi/linux/rkisp1-config.h b/include/uapi/linux/rkisp1-config.h
> new file mode 100644
> index 0000000..0f9f4226
> --- /dev/null
> +++ b/include/uapi/linux/rkisp1-config.h
> @@ -0,0 +1,757 @@
<snip>
> +/**
> + * enum cifisp_exp_ctrl_auotostop - stop modes
auotostop -> autostop
> + * @CIFISP_EXP_CTRL_AUTOSTOP_0: continous measurement
continous -> continuous
> + * @CIFISP_EXP_CTRL_AUTOSTOP_1: stop measuring after a complete frame
> + */
> +enum cifisp_exp_ctrl_auotostop {
auotostop -> autostop
> + CIFISP_EXP_CTRL_AUTOSTOP_0 = 0,
> + CIFISP_EXP_CTRL_AUTOSTOP_1 = 1,
> +};
Just noticed this :-)
Regards,
Hans
Powered by blists - more mailing lists