All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alim Akhtar" <alim.akhtar@samsung.com>
To: "'Krzysztof Kozlowski'" <krzysztof.kozlowski@linaro.org>,
	<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>
Subject: RE: [PATCH] arm64: defconfig: enable syscon-poweroff driver
Date: Fri, 1 Sep 2023 21:04:58 +0530	[thread overview]
Message-ID: <000401d9dce9$ded545f0$9c7fd1d0$@samsung.com> (raw)
In-Reply-To: <20230901115732.45854-1-krzysztof.kozlowski@linaro.org>

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



WARNING: multiple messages have this Message-ID (diff)
From: "Alim Akhtar" <alim.akhtar@samsung.com>
To: "'Krzysztof Kozlowski'" <krzysztof.kozlowski@linaro.org>,
	<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>
Subject: RE: [PATCH] arm64: defconfig: enable syscon-poweroff driver
Date: Fri, 1 Sep 2023 21:04:58 +0530	[thread overview]
Message-ID: <000401d9dce9$ded545f0$9c7fd1d0$@samsung.com> (raw)
In-Reply-To: <20230901115732.45854-1-krzysztof.kozlowski@linaro.org>

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

  reply	other threads:[~2023-09-01 15:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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 [this message]
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

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='000401d9dce9$ded545f0$9c7fd1d0$@samsung.com' \
    --to=alim.akhtar@samsung.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=soc@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.