All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: enable syscon-poweroff driver
@ 2023-09-01 11:57   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2023-09-01 11:57 UTC (permalink / raw)
  To: Alim Akhtar, devicetree, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, arm, soc, Arnd Bergmann, Olof Johansson
  Cc: Krzysztof Kozlowski

Enable the generic syscon-poweroff driver used on all Exynos ARM64 SoCs
(e.g. Exynos5433) and few APM SoCs.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 5315789f4868..ec59174b14db 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -636,6 +636,7 @@ CONFIG_POWER_RESET_MSM=y
 CONFIG_POWER_RESET_QCOM_PON=m
 CONFIG_POWER_RESET_XGENE=y
 CONFIG_POWER_RESET_SYSCON=y
+CONFIG_POWER_RESET_SYSCON_POWEROFF=y
 CONFIG_SYSCON_REBOOT_MODE=y
 CONFIG_NVMEM_REBOOT_MODE=m
 CONFIG_BATTERY_SBS=m
-- 
2.34.1


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

* [PATCH] arm64: defconfig: enable syscon-poweroff driver
@ 2023-09-01 11:57   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2023-09-01 11:57 UTC (permalink / raw)
  To: Alim Akhtar, devicetree, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, arm, soc, Arnd Bergmann, Olof Johansson
  Cc: Krzysztof Kozlowski

Enable the generic syscon-poweroff driver used on all Exynos ARM64 SoCs
(e.g. Exynos5433) and few APM SoCs.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 5315789f4868..ec59174b14db 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -636,6 +636,7 @@ CONFIG_POWER_RESET_MSM=y
 CONFIG_POWER_RESET_QCOM_PON=m
 CONFIG_POWER_RESET_XGENE=y
 CONFIG_POWER_RESET_SYSCON=y
+CONFIG_POWER_RESET_SYSCON_POWEROFF=y
 CONFIG_SYSCON_REBOOT_MODE=y
 CONFIG_NVMEM_REBOOT_MODE=m
 CONFIG_BATTERY_SBS=m
-- 
2.34.1


_______________________________________________
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] 7+ messages in thread

* RE: [PATCH] arm64: defconfig: enable syscon-poweroff driver
  2023-09-01 11:57   ` Krzysztof Kozlowski
@ 2023-09-01 15:34     ` Alim Akhtar
  -1 siblings, 0 replies; 7+ messages in thread
From: Alim Akhtar @ 2023-09-01 15:34 UTC (permalink / raw)
  To: 'Krzysztof Kozlowski',
	devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel,
	arm, soc, 'Arnd Bergmann', 'Olof Johansson'

Hello Krzysztof,

> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Friday, September 1, 2023 5:28 PM
> To: Alim Akhtar <alim.akhtar@samsung.com>; devicetree@vger.kernel.org;
> linux-arm-kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org;
> linux-kernel@vger.kernel.org; arm@kernel.org; soc@kernel.org; Arnd
> Bergmann <arnd@arndb.de>; Olof Johansson <olof@lixom.net>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Subject: [PATCH] arm64: defconfig: enable syscon-poweroff driver
> 
> Enable the generic syscon-poweroff driver used on all Exynos ARM64 SoCs
> (e.g. Exynos5433) and few APM SoCs.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 5315789f4868..ec59174b14db 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -636,6 +636,7 @@ CONFIG_POWER_RESET_MSM=y
> CONFIG_POWER_RESET_QCOM_PON=m  CONFIG_POWER_RESET_XGENE=y
> CONFIG_POWER_RESET_SYSCON=y
> +CONFIG_POWER_RESET_SYSCON_POWEROFF=y
>  CONFIG_SYSCON_REBOOT_MODE=y
>  CONFIG_NVMEM_REBOOT_MODE=m
>  CONFIG_BATTERY_SBS=m
> --
> 2.34.1



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

* RE: [PATCH] arm64: defconfig: enable syscon-poweroff driver
@ 2023-09-01 15:34     ` Alim Akhtar
  0 siblings, 0 replies; 7+ messages in thread
From: Alim Akhtar @ 2023-09-01 15:34 UTC (permalink / raw)
  To: 'Krzysztof Kozlowski',
	devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel,
	arm, soc, 'Arnd Bergmann', 'Olof Johansson'

Hello Krzysztof,

> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Friday, September 1, 2023 5:28 PM
> To: Alim Akhtar <alim.akhtar@samsung.com>; devicetree@vger.kernel.org;
> linux-arm-kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org;
> linux-kernel@vger.kernel.org; arm@kernel.org; soc@kernel.org; Arnd
> Bergmann <arnd@arndb.de>; Olof Johansson <olof@lixom.net>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Subject: [PATCH] arm64: defconfig: enable syscon-poweroff driver
> 
> Enable the generic syscon-poweroff driver used on all Exynos ARM64 SoCs
> (e.g. Exynos5433) and few APM SoCs.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 5315789f4868..ec59174b14db 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -636,6 +636,7 @@ CONFIG_POWER_RESET_MSM=y
> CONFIG_POWER_RESET_QCOM_PON=m  CONFIG_POWER_RESET_XGENE=y
> CONFIG_POWER_RESET_SYSCON=y
> +CONFIG_POWER_RESET_SYSCON_POWEROFF=y
>  CONFIG_SYSCON_REBOOT_MODE=y
>  CONFIG_NVMEM_REBOOT_MODE=m
>  CONFIG_BATTERY_SBS=m
> --
> 2.34.1



_______________________________________________
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] 7+ messages in thread

* Re: [PATCH] arm64: defconfig: enable syscon-poweroff driver
  2023-09-01 11:57   ` Krzysztof Kozlowski
@ 2023-09-11 11:39     ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2023-09-11 11:39 UTC (permalink / raw)
  To: Alim Akhtar, devicetree, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, arm, soc, Arnd Bergmann, Olof Johansson,
	Krzysztof Kozlowski


On Fri, 01 Sep 2023 13:57:32 +0200, Krzysztof Kozlowski wrote:
> Enable the generic syscon-poweroff driver used on all Exynos ARM64 SoCs
> (e.g. Exynos5433) and few APM SoCs.
> 
> 

Applied, thanks!

[1/1] arm64: defconfig: enable syscon-poweroff driver
      https://git.kernel.org/krzk/linux/c/471eed5ad217fc8e83089e708d5cf5a1d0b205f7

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

* Re: [PATCH] arm64: defconfig: enable syscon-poweroff driver
@ 2023-09-11 11:39     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2023-09-11 11:39 UTC (permalink / raw)
  To: Alim Akhtar, devicetree, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, arm, soc, Arnd Bergmann, Olof Johansson,
	Krzysztof Kozlowski


On Fri, 01 Sep 2023 13:57:32 +0200, Krzysztof Kozlowski wrote:
> Enable the generic syscon-poweroff driver used on all Exynos ARM64 SoCs
> (e.g. Exynos5433) and few APM SoCs.
> 
> 

Applied, thanks!

[1/1] arm64: defconfig: enable syscon-poweroff driver
      https://git.kernel.org/krzk/linux/c/471eed5ad217fc8e83089e708d5cf5a1d0b205f7

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

_______________________________________________
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] 7+ messages in thread

* Re: [PATCH] arm64: defconfig: enable syscon-poweroff driver
  2023-09-01 11:57   ` Krzysztof Kozlowski
                     ` (2 preceding siblings ...)
  (?)
@ 2023-09-28  8:00   ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 7+ messages in thread
From: patchwork-bot+linux-soc @ 2023-09-28  8:00 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: soc

Hello:

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

On Fri,  1 Sep 2023 13:57:32 +0200 you wrote:
> Enable the generic syscon-poweroff driver used on all Exynos ARM64 SoCs
> (e.g. Exynos5433) and few APM SoCs.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)

Here is the summary with links:
  - arm64: defconfig: enable syscon-poweroff driver
    https://git.kernel.org/soc/soc/c/d75e870c32f6

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] 7+ messages in thread

end of thread, other threads:[~2023-09-28  8:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20230901115741epcas5p185b55c93ec71163e618a5a70b141800c@epcas5p1.samsung.com>
2023-09-01 11:57 ` [PATCH] arm64: defconfig: enable syscon-poweroff driver Krzysztof Kozlowski
2023-09-01 11:57   ` Krzysztof Kozlowski
2023-09-01 15:34   ` Alim Akhtar
2023-09-01 15:34     ` Alim Akhtar
2023-09-11 11:39   ` Krzysztof Kozlowski
2023-09-11 11:39     ` Krzysztof Kozlowski
2023-09-28  8:00   ` patchwork-bot+linux-soc

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.