diff mbox series

[v2] soc: samsung: pmu: drop EXYNOS_CENTRAL_SEQ_OPTION defines

Message ID 20210525184716.119663-1-krzysztof.kozlowski@canonical.com
State New
Headers show
Series [v2] soc: samsung: pmu: drop EXYNOS_CENTRAL_SEQ_OPTION defines | expand

Commit Message

Krzysztof Kozlowski May 25, 2021, 6:47 p.m. UTC
The defines for Exynos5 CENTRAL_SEQ_OPTION (e.g.
EXYNOS5_USE_STANDBYWFI_ARM_CORE1) are not used.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

---

Changes since v1:
1. Drop defines instead of fixing typo.
---
 include/linux/soc/samsung/exynos-regs-pmu.h | 6 ------
 1 file changed, 6 deletions(-)

Comments

Alim Akhtar May 26, 2021, 5:12 a.m. UTC | #1
Hello Krzysztof

> -----Original Message-----

> From: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

> Sent: 26 May 2021 00:17

> To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>; linux-arm-

> kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-

> kernel@vger.kernel.org

> Cc: Alim Akhtar <alim.akhtar@samsung.com>; Alim Akhtar

> <alim.akhtar@gmail.com>

> Subject: [PATCH v2] soc: samsung: pmu: drop

> EXYNOS_CENTRAL_SEQ_OPTION defines

> 

> The defines for Exynos5 CENTRAL_SEQ_OPTION (e.g.

> EXYNOS5_USE_STANDBYWFI_ARM_CORE1) are not used.

> 

> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

> 

Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

> ---

> 

> Changes since v1:

> 1. Drop defines instead of fixing typo.

> ---

>  include/linux/soc/samsung/exynos-regs-pmu.h | 6 ------

>  1 file changed, 6 deletions(-)

> 

> diff --git a/include/linux/soc/samsung/exynos-regs-pmu.h

> b/include/linux/soc/samsung/exynos-regs-pmu.h

> index fc9250fb3133..aa840ed043e1 100644

> --- a/include/linux/soc/samsung/exynos-regs-pmu.h

> +++ b/include/linux/soc/samsung/exynos-regs-pmu.h

> @@ -611,12 +611,6 @@

>  #define EXYNOS5420_FSYS2_OPTION

> 	0x4168

>  #define EXYNOS5420_PSGEN_OPTION

> 	0x4188

> 

> -/* For EXYNOS_CENTRAL_SEQ_OPTION */

> -#define EXYNOS5_USE_STANDBYWFI_ARM_CORE0

> 	BIT(16)

> -#define EXYNOS5_USE_STANDBYWFI_ARM_CORE1

> 	BUT(17)

> -#define EXYNOS5_USE_STANDBYWFE_ARM_CORE0

> 	BIT(24)

> -#define EXYNOS5_USE_STANDBYWFE_ARM_CORE1

> 	BIT(25)

> -

>  #define EXYNOS5420_ARM_USE_STANDBY_WFI0

> 	BIT(4)

>  #define EXYNOS5420_ARM_USE_STANDBY_WFI1

> 	BIT(5)

>  #define EXYNOS5420_ARM_USE_STANDBY_WFI2

> 	BIT(6)

> --

> 2.27.0
Krzysztof Kozlowski May 27, 2021, 3:58 p.m. UTC | #2
On Tue, 25 May 2021 14:47:16 -0400, Krzysztof Kozlowski wrote:
> The defines for Exynos5 CENTRAL_SEQ_OPTION (e.g.

> EXYNOS5_USE_STANDBYWFI_ARM_CORE1) are not used.


Applied, thanks!

[1/1] soc: samsung: pmu: drop EXYNOS_CENTRAL_SEQ_OPTION defines
      commit: 16b79a1e083371a38f72872345866e81abb7ca18

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
diff mbox series

Patch

diff --git a/include/linux/soc/samsung/exynos-regs-pmu.h b/include/linux/soc/samsung/exynos-regs-pmu.h
index fc9250fb3133..aa840ed043e1 100644
--- a/include/linux/soc/samsung/exynos-regs-pmu.h
+++ b/include/linux/soc/samsung/exynos-regs-pmu.h
@@ -611,12 +611,6 @@ 
 #define EXYNOS5420_FSYS2_OPTION					0x4168
 #define EXYNOS5420_PSGEN_OPTION					0x4188
 
-/* For EXYNOS_CENTRAL_SEQ_OPTION */
-#define EXYNOS5_USE_STANDBYWFI_ARM_CORE0			BIT(16)
-#define EXYNOS5_USE_STANDBYWFI_ARM_CORE1			BUT(17)
-#define EXYNOS5_USE_STANDBYWFE_ARM_CORE0			BIT(24)
-#define EXYNOS5_USE_STANDBYWFE_ARM_CORE1			BIT(25)
-
 #define EXYNOS5420_ARM_USE_STANDBY_WFI0				BIT(4)
 #define EXYNOS5420_ARM_USE_STANDBY_WFI1				BIT(5)
 #define EXYNOS5420_ARM_USE_STANDBY_WFI2				BIT(6)