devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Jolly Shah <jolly.shah@xilinx.com>,
	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: devicetree@vger.kernel.org, rajanv@xilinx.com,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Jolly Shah <jollys@xilinx.com>
Subject: Re: [PATCH v8 02/10] firmware: xilinx: Add Zynqmp firmware driver
Date: Thu, 14 Jun 2018 13:40:59 -0700	[thread overview]
Message-ID: <7cd908ac-a0cc-3fd0-702f-d36a4e325a68@infradead.org> (raw)
In-Reply-To: <1529000862-11510-3-git-send-email-jollys@xilinx.com>

On 06/14/2018 11:27 AM, Jolly Shah wrote:
> From: Rajan Vaja <rajanv@xilinx.com>
> 

Hi,

> diff --git a/drivers/firmware/xilinx/Kconfig b/drivers/firmware/xilinx/Kconfig
> new file mode 100644
> index 0000000..cce4e4f
> --- /dev/null
> +++ b/drivers/firmware/xilinx/Kconfig
> @@ -0,0 +1,16 @@
> +# SPDX-License-Identifier: GPL-2.0
> +# Kconfig for Xilinx firmwares
> +
> +menu "Zynq MPSoC Firmware Drivers"
> +	depends on ARCH_ZYNQMP
> +
> +config ZYNQMP_FIRMWARE
> +	bool "Enable Xilinx Zynq MPSoC firmware interface"
> +	help
> +	  Firmware interface driver is used by different to

used by different <what>?  Missing something there.

> +	  communicate with the firmware for various platform
> +	  management services.
> +	  Say yes to enable ZynqMP firmware interface driver.
> +	  In doubt, say N

	  If in doubt, say N.

> +
> +endmenu


-- 
~Randy

  reply	other threads:[~2018-06-14 20:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-14 18:27 [PATCH v8 00/10] drivers: Introduce firmware dnd clock river for ZynqMP core Jolly Shah
2018-06-14 18:27 ` [PATCH v8 01/10] dt-bindings: firmware: Add bindings for ZynqMP firmware Jolly Shah
2018-06-14 18:27 ` [PATCH v8 02/10] firmware: xilinx: Add Zynqmp firmware driver Jolly Shah
2018-06-14 20:40   ` Randy Dunlap [this message]
2018-06-14 18:27 ` [PATCH v8 03/10] firmware: xilinx: Add zynqmp IOCTL API for device control Jolly Shah
2018-06-14 20:45   ` Randy Dunlap
2018-06-15 16:45     ` Jolly Shah
2018-06-14 18:27 ` [PATCH v8 04/10] firmware: xilinx: Add query data API Jolly Shah
2018-06-14 18:27 ` [PATCH v8 05/10] firmware: xilinx: Add clock APIs Jolly Shah
2018-06-14 18:27 ` [PATCH v8 06/10] firmware: xilinx: Add debugfs interface Jolly Shah
2018-06-14 18:27 ` [PATCH v8 07/10] firmware: xilinx: Add debugfs for IOCTL API Jolly Shah
2018-06-14 18:27 ` [PATCH v8 08/10] firmware: xilinx: Add debugfs for query data API Jolly Shah
2018-06-14 18:27 ` [PATCH v8 09/10] dt-bindings: clock: Add bindings for ZynqMP clock driver Jolly Shah
2018-06-14 18:27 ` [PATCH v8 10/10] drivers: clk: Add " Jolly Shah

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7cd908ac-a0cc-3fd0-702f-d36a4e325a68@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=ard.biesheuvel@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hkallweit1@gmail.com \
    --cc=jolly.shah@xilinx.com \
    --cc=jollys@xilinx.com \
    --cc=keescook@chromium.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=matt@codeblueprint.co.uk \
    --cc=michal.simek@xilinx.com \
    --cc=mingo@kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=rajanv@xilinx.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@codeaurora.org \
    --cc=sudeep.holla@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).