[PATCH v8 03/10] firmware: xilinx: Add zynqmp IOCTL API for device control
From: Randy Dunlap <hidden>
Date: 2018-06-14 20:45:33
Also in:
linux-clk, linux-devicetree, lkml
From: Randy Dunlap <hidden>
Date: 2018-06-14 20:45:33
Also in:
linux-clk, linux-devicetree, lkml
On 06/14/2018 11:27 AM, Jolly Shah wrote:
From: Rajan Vaja <redacted> Add ZynqMP firmware IOCTL API to control and configure devices like PLLs, SD, Gem, etc. Signed-off-by: Rajan Vaja <redacted> Signed-off-by: Jolly Shah <redacted> --- drivers/firmware/xilinx/zynqmp.c | 20 ++++++++++++++++++++ include/linux/firmware/xlnx-zynqmp.h | 2 ++ 2 files changed, 22 insertions(+)
Hi, Does this driver claim (implement) some specific ioctl code or ID? If so, its ioctl numbers should be documented in Documentation/ioctl/ioctl-number.txt. thanks, -- ~Randy