All of lore.kernel.org
 help / color / mirror / Atom feed
From: Moritz Fischer <mdf@kernel.org>
To: richard.gong@linux.intel.com
Cc: gregkh@linuxfoundation.org, mdf@kernel.org, robh+dt@kernel.org,
	mark.rutland@arm.com, dinguyen@kernel.org,
	linux-fpga@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Richard Gong <richard.gong@intel.com>
Subject: Re: [PATCHv1 7/7] firmware: intel_stratix10_service: add depend on agilex
Date: Sun, 1 Mar 2020 08:31:26 -0800	[thread overview]
Message-ID: <20200301163126.GB7992@epycbox.lan> (raw)
In-Reply-To: <1581696052-11540-8-git-send-email-richard.gong@linux.intel.com>

On Fri, Feb 14, 2020 at 10:00:52AM -0600, richard.gong@linux.intel.com wrote:
> From: Richard Gong <richard.gong@intel.com>
> 
> Add depend on Agilex for Intel Agilex SoC platform.
> 
Acked-by: Moritz Fischer <mdf@kernel.org>
> Signed-off-by: Richard Gong <richard.gong@intel.com>
> ---
>  drivers/firmware/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
> index ea869ad..8007d4a 100644
> --- a/drivers/firmware/Kconfig
> +++ b/drivers/firmware/Kconfig
> @@ -206,7 +206,7 @@ config FW_CFG_SYSFS_CMDLINE
>  
>  config INTEL_STRATIX10_SERVICE
>  	tristate "Intel Stratix10 Service Layer"
> -	depends on ARCH_STRATIX10 && HAVE_ARM_SMCCC
> +	depends on (ARCH_STRATIX10 || ARCH_AGILEX) && HAVE_ARM_SMCCC
>  	default n
>  	help
>  	  Intel Stratix10 service layer runs at privileged exception level,
> -- 
> 2.7.4
> 

WARNING: multiple messages have this Message-ID (diff)
From: Moritz Fischer <mdf@kernel.org>
To: richard.gong@linux.intel.com
Cc: gregkh@linuxfoundation.org, mdf@kernel.org, robh+dt@kernel.org,
	mark.rutland@arm.com, dinguyen@kernel.org,
	linux-fpga@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Richard Gong <richard.gong@intel.com>
Subject: Re: [PATCHv1 7/7] firmware: intel_stratix10_service: add depend on agilex
Date: Sun, 1 Mar 2020 08:31:28 -0800	[thread overview]
Message-ID: <20200301163126.GB7992@epycbox.lan> (raw)
In-Reply-To: <1581696052-11540-8-git-send-email-richard.gong@linux.intel.com>

On Fri, Feb 14, 2020 at 10:00:52AM -0600, richard.gong@linux.intel.com wrote:
> From: Richard Gong <richard.gong@intel.com>
> 
> Add depend on Agilex for Intel Agilex SoC platform.
> 
Acked-by: Moritz Fischer <mdf@kernel.org>
> Signed-off-by: Richard Gong <richard.gong@intel.com>
> ---
>  drivers/firmware/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
> index ea869ad..8007d4a 100644
> --- a/drivers/firmware/Kconfig
> +++ b/drivers/firmware/Kconfig
> @@ -206,7 +206,7 @@ config FW_CFG_SYSFS_CMDLINE
>  
>  config INTEL_STRATIX10_SERVICE
>  	tristate "Intel Stratix10 Service Layer"
> -	depends on ARCH_STRATIX10 && HAVE_ARM_SMCCC
> +	depends on (ARCH_STRATIX10 || ARCH_AGILEX) && HAVE_ARM_SMCCC
>  	default n
>  	help
>  	  Intel Stratix10 service layer runs at privileged exception level,
> -- 
> 2.7.4
> 

  reply	other threads:[~2020-03-01 16:31 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-14 16:00 [PATCHv1 0/7] Add compatible value to Intel Stratix10 FPGA manager and service layer richard.gong
2020-02-14 16:00 ` [PATCHv1 1/7] dt-bindings: fpga: add compatible value to Stratix10 SoC FPGA manager binding richard.gong
2020-02-25 17:27   ` Rob Herring
2020-02-25 17:27     ` Rob Herring
2020-03-01 16:23   ` Moritz Fischer
2020-03-01 16:23     ` Moritz Fischer
2020-02-14 16:00 ` [PATCHv1 2/7] arm64: dts: agilex: correct FPGA manager driver's compatible value richard.gong
2020-03-01 16:23   ` Moritz Fischer
2020-03-01 16:23     ` Moritz Fischer
2020-02-14 16:00 ` [PATCHv1 3/7] fpga: stratix10-soc: add compatible property value for intel agilex richard.gong
2020-03-01 16:26   ` Moritz Fischer
2020-03-01 16:26     ` Moritz Fischer
2020-02-14 16:00 ` [PATCHv1 4/7] dt-bindings, firmware: add compatible value Intel Stratix10 service layer binding richard.gong
2020-02-25 17:29   ` Rob Herring
2020-02-25 17:29     ` Rob Herring
2020-03-01 16:22   ` Moritz Fischer
2020-03-01 16:22     ` Moritz Fischer
2020-02-14 16:00 ` [PATCHv1 5/7] arm64: dts: agilex: correct service layer driver's compatible value richard.gong
2020-03-01 16:26   ` Moritz Fischer
2020-03-01 16:26     ` Moritz Fischer
2020-02-14 16:00 ` [PATCHv1 6/7] firmware: stratix10-svc: add the compatible value for intel agilex richard.gong
2020-03-01 16:31   ` Moritz Fischer
2020-03-01 16:31     ` Moritz Fischer
2020-02-14 16:00 ` [PATCHv1 7/7] firmware: intel_stratix10_service: add depend on agilex richard.gong
2020-03-01 16:31   ` Moritz Fischer [this message]
2020-03-01 16:31     ` Moritz Fischer

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=20200301163126.GB7992@epycbox.lan \
    --to=mdf@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dinguyen@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-fpga@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=richard.gong@intel.com \
    --cc=richard.gong@linux.intel.com \
    --cc=robh+dt@kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.