All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: enable Layerscape SFP driver
@ 2022-03-04 20:21 ` Michael Walle
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Walle @ 2022-03-04 20:21 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Shawn Guo, soc
  Cc: linux-arm-kernel, linux-kernel, Michael Walle

Enable the driver for the Layerscape SFP (Security Fuse Processor) found
on most Layerscape SoCs. For example, a per-device unique serial number
is stored in the fuses.

Signed-off-by: Michael Walle <michael@walle.cc>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index b8c216b11dae..46ee2dda2253 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1197,6 +1197,7 @@ CONFIG_NVMEM_SUNXI_SID=y
 CONFIG_UNIPHIER_EFUSE=y
 CONFIG_MESON_EFUSE=m
 CONFIG_NVMEM_RMEM=m
+CONFIG_NVMEM_LAYERSCAPE_SFP=m
 CONFIG_FPGA=y
 CONFIG_FPGA_MGR_STRATIX10_SOC=m
 CONFIG_FPGA_BRIDGE=m
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] arm64: defconfig: enable Layerscape SFP driver
@ 2022-03-04 20:21 ` Michael Walle
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Walle @ 2022-03-04 20:21 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Shawn Guo, soc
  Cc: linux-arm-kernel, linux-kernel, Michael Walle

Enable the driver for the Layerscape SFP (Security Fuse Processor) found
on most Layerscape SoCs. For example, a per-device unique serial number
is stored in the fuses.

Signed-off-by: Michael Walle <michael@walle.cc>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index b8c216b11dae..46ee2dda2253 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1197,6 +1197,7 @@ CONFIG_NVMEM_SUNXI_SID=y
 CONFIG_UNIPHIER_EFUSE=y
 CONFIG_MESON_EFUSE=m
 CONFIG_NVMEM_RMEM=m
+CONFIG_NVMEM_LAYERSCAPE_SFP=m
 CONFIG_FPGA=y
 CONFIG_FPGA_MGR_STRATIX10_SOC=m
 CONFIG_FPGA_BRIDGE=m
-- 
2.30.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] arm64: defconfig: enable Layerscape SFP driver
  2022-03-04 20:21 ` Michael Walle
  (?)
@ 2022-03-08 16:30 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2022-03-08 16:30 UTC (permalink / raw)
  To: Michael Walle; +Cc: soc

Hello:

This patch was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri,  4 Mar 2022 21:21:24 +0100 you wrote:
> Enable the driver for the Layerscape SFP (Security Fuse Processor) found
> on most Layerscape SoCs. For example, a per-device unique serial number
> is stored in the fuses.
> 
> Signed-off-by: Michael Walle <michael@walle.cc>
> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)

Here is the summary with links:
  - arm64: defconfig: enable Layerscape SFP driver
    https://git.kernel.org/soc/soc/c/b3b44f502450

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] arm64: defconfig: enable Layerscape SFP driver
  2022-03-04 20:21 ` Michael Walle
@ 2022-04-09  3:04   ` Shawn Guo
  -1 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2022-04-09  3:04 UTC (permalink / raw)
  To: Michael Walle
  Cc: Catalin Marinas, Will Deacon, soc, linux-arm-kernel, linux-kernel

On Fri, Mar 04, 2022 at 09:21:24PM +0100, Michael Walle wrote:
> Enable the driver for the Layerscape SFP (Security Fuse Processor) found
> on most Layerscape SoCs. For example, a per-device unique serial number
> is stored in the fuses.
> 
> Signed-off-by: Michael Walle <michael@walle.cc>

It looks that Arnd picked this up for 5.18-rc1.

Shawn

> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index b8c216b11dae..46ee2dda2253 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1197,6 +1197,7 @@ CONFIG_NVMEM_SUNXI_SID=y
>  CONFIG_UNIPHIER_EFUSE=y
>  CONFIG_MESON_EFUSE=m
>  CONFIG_NVMEM_RMEM=m
> +CONFIG_NVMEM_LAYERSCAPE_SFP=m
>  CONFIG_FPGA=y
>  CONFIG_FPGA_MGR_STRATIX10_SOC=m
>  CONFIG_FPGA_BRIDGE=m
> -- 
> 2.30.2
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] arm64: defconfig: enable Layerscape SFP driver
@ 2022-04-09  3:04   ` Shawn Guo
  0 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2022-04-09  3:04 UTC (permalink / raw)
  To: Michael Walle
  Cc: Catalin Marinas, Will Deacon, soc, linux-arm-kernel, linux-kernel

On Fri, Mar 04, 2022 at 09:21:24PM +0100, Michael Walle wrote:
> Enable the driver for the Layerscape SFP (Security Fuse Processor) found
> on most Layerscape SoCs. For example, a per-device unique serial number
> is stored in the fuses.
> 
> Signed-off-by: Michael Walle <michael@walle.cc>

It looks that Arnd picked this up for 5.18-rc1.

Shawn

> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index b8c216b11dae..46ee2dda2253 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1197,6 +1197,7 @@ CONFIG_NVMEM_SUNXI_SID=y
>  CONFIG_UNIPHIER_EFUSE=y
>  CONFIG_MESON_EFUSE=m
>  CONFIG_NVMEM_RMEM=m
> +CONFIG_NVMEM_LAYERSCAPE_SFP=m
>  CONFIG_FPGA=y
>  CONFIG_FPGA_MGR_STRATIX10_SOC=m
>  CONFIG_FPGA_BRIDGE=m
> -- 
> 2.30.2
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-09  3:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-04 20:21 [PATCH] arm64: defconfig: enable Layerscape SFP driver Michael Walle
2022-03-04 20:21 ` Michael Walle
2022-03-08 16:30 ` patchwork-bot+linux-soc
2022-04-09  3:04 ` Shawn Guo
2022-04-09  3:04   ` Shawn Guo

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.