[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3fcee921-3eba-b7e7-8adf-d95db9aeeed2@infradead.org>
Date: Sat, 18 Apr 2020 08:31:26 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Oded Gabbay <oded.gabbay@...il.com>, linux-kernel@...r.kernel.org,
oshpigelman@...ana.ai, ttayar@...ana.ai
Cc: gregkh@...uxfoundation.org
Subject: Re: [PATCH 1/5] habanalabs: Add INFO IOCTL opcode for time sync
information
On 4/18/20 1:24 AM, Oded Gabbay wrote:
> From: Tomer Tayar <ttayar@...ana.ai>
>
> Add a new opcode to the INFO IOCTL that retrieves the device time
> alongside the host time, to allow a user application that want to measure
> device time together with host time (such as a profiler) to synchronize
> these times.
>
> Signed-off-by: Tomer Tayar <ttayar@...ana.ai>
> Reviewed-by: Oded Gabbay <oded.gabbay@...il.com>
> Signed-off-by: Oded Gabbay <oded.gabbay@...il.com>
> ---
> drivers/misc/habanalabs/goya/goya.c | 10 +++-
> drivers/misc/habanalabs/goya/goyaP.h | 1 +
> drivers/misc/habanalabs/habanalabs.h | 2 +
> drivers/misc/habanalabs/habanalabs_ioctl.c | 19 +++++++
> .../include/goya/asic_reg/goya_regs.h | 1 +
> .../goya/asic_reg/psoc_timestamp_regs.h | 56 +++++++++++++++++++
> include/uapi/misc/habanalabs.h | 8 +++
> 7 files changed, 96 insertions(+), 1 deletion(-)
> create mode 100644 drivers/misc/habanalabs/include/goya/asic_reg/psoc_timestamp_regs.h
Hi,
Not a comment about this patch per se, but ioctls (main number, 'H' in this case)
should be documented in Documentation/userspace-api/ioctl/ioctl-number.rst.
thanks.
--
~Randy
Powered by blists - more mailing lists