From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH v8 03/10] firmware: xilinx: Add zynqmp IOCTL API for device control Date: Thu, 14 Jun 2018 13:45:20 -0700 Message-ID: <3044c2b9-2268-dfcb-2d45-0117c6f91a8d@infradead.org> References: <1529000862-11510-1-git-send-email-jollys@xilinx.com> <1529000862-11510-4-git-send-email-jollys@xilinx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1529000862-11510-4-git-send-email-jollys@xilinx.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Jolly Shah , ard.biesheuvel@linaro.org, mingo@kernel.org, gregkh@linuxfoundation.org, matt@codeblueprint.co.uk, sudeep.holla@arm.com, hkallweit1@gmail.com, keescook@chromium.org, dmitry.torokhov@gmail.com, mturquette@baylibre.com, sboyd@codeaurora.org, michal.simek@xilinx.com, robh+dt@kernel.org, mark.rutland@arm.com, linux-clk@vger.kernel.org Cc: rajanv@xilinx.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Jolly Shah List-Id: devicetree@vger.kernel.org On 06/14/2018 11:27 AM, Jolly Shah wrote: > From: Rajan Vaja > > Add ZynqMP firmware IOCTL API to control and configure > devices like PLLs, SD, Gem, etc. > > Signed-off-by: Rajan Vaja > Signed-off-by: Jolly Shah > --- > 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