All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] arm64: defconfig: Enable PM8916 watchdog driver
@ 2022-01-31 20:27 ` Dmitry Baryshkov
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry Baryshkov @ 2022-01-31 20:27 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Catalin Marinas, Will Deacon
  Cc: linux-arm-msm, linux-arm-kernel, Aníbal Limón

From: Aníbal Limón <anibal.limon@linaro.org>

Enable watchdog driver for pm8916 block. It is used on msm8916/apq8016
platforms (e.g. Dragonboard 410c).

Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
[DB: changed to =m, expanded commit message]
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@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 bb30afa95a73..087a1612902f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -609,6 +609,7 @@ CONFIG_MESON_GXBB_WATCHDOG=m
 CONFIG_MESON_WATCHDOG=m
 CONFIG_RENESAS_WDT=y
 CONFIG_UNIPHIER_WATCHDOG=y
+CONFIG_PM8916_WATCHDOG=m
 CONFIG_BCM2835_WDT=y
 CONFIG_MFD_ALTERA_SYSMGR=y
 CONFIG_MFD_BD9571MWV=y
-- 
2.34.1


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

* [PATCH v2 1/2] arm64: defconfig: Enable PM8916 watchdog driver
@ 2022-01-31 20:27 ` Dmitry Baryshkov
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry Baryshkov @ 2022-01-31 20:27 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Catalin Marinas, Will Deacon
  Cc: linux-arm-msm, linux-arm-kernel, Aníbal Limón

From: Aníbal Limón <anibal.limon@linaro.org>

Enable watchdog driver for pm8916 block. It is used on msm8916/apq8016
platforms (e.g. Dragonboard 410c).

Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
[DB: changed to =m, expanded commit message]
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@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 bb30afa95a73..087a1612902f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -609,6 +609,7 @@ CONFIG_MESON_GXBB_WATCHDOG=m
 CONFIG_MESON_WATCHDOG=m
 CONFIG_RENESAS_WDT=y
 CONFIG_UNIPHIER_WATCHDOG=y
+CONFIG_PM8916_WATCHDOG=m
 CONFIG_BCM2835_WDT=y
 CONFIG_MFD_ALTERA_SYSMGR=y
 CONFIG_MFD_BD9571MWV=y
-- 
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] 6+ messages in thread

* [PATCH v2 2/2] arm64: defconfig: Enable SM8250 video clock controller
  2022-01-31 20:27 ` Dmitry Baryshkov
@ 2022-01-31 20:27   ` Dmitry Baryshkov
  -1 siblings, 0 replies; 6+ messages in thread
From: Dmitry Baryshkov @ 2022-01-31 20:27 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Catalin Marinas, Will Deacon
  Cc: linux-arm-msm, linux-arm-kernel, Bryan O'Donoghue

From: Bryan O'Donoghue <bryan.odonoghue@linaro.org>

Enable the building of the sm8250 video clock controller by default.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@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 087a1612902f..bbe40f0fd620 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1024,6 +1024,7 @@ CONFIG_SM_GCC_8350=y
 CONFIG_SM_GPUCC_8150=y
 CONFIG_SM_GPUCC_8250=y
 CONFIG_SM_DISPCC_8250=y
+CONFIG_SM_VIDEOCC_8250=y
 CONFIG_QCOM_HFPLL=y
 CONFIG_CLK_GFM_LPASS_SM8250=m
 CONFIG_CLK_RCAR_USB2_CLOCK_SEL=y
-- 
2.34.1


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

* [PATCH v2 2/2] arm64: defconfig: Enable SM8250 video clock controller
@ 2022-01-31 20:27   ` Dmitry Baryshkov
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry Baryshkov @ 2022-01-31 20:27 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Catalin Marinas, Will Deacon
  Cc: linux-arm-msm, linux-arm-kernel, Bryan O'Donoghue

From: Bryan O'Donoghue <bryan.odonoghue@linaro.org>

Enable the building of the sm8250 video clock controller by default.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@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 087a1612902f..bbe40f0fd620 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1024,6 +1024,7 @@ CONFIG_SM_GCC_8350=y
 CONFIG_SM_GPUCC_8150=y
 CONFIG_SM_GPUCC_8250=y
 CONFIG_SM_DISPCC_8250=y
+CONFIG_SM_VIDEOCC_8250=y
 CONFIG_QCOM_HFPLL=y
 CONFIG_CLK_GFM_LPASS_SM8250=m
 CONFIG_CLK_RCAR_USB2_CLOCK_SEL=y
-- 
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] 6+ messages in thread

* Re: [PATCH v2 1/2] arm64: defconfig: Enable PM8916 watchdog driver
  2022-01-31 20:27 ` Dmitry Baryshkov
@ 2022-02-01  5:19   ` Bjorn Andersson
  -1 siblings, 0 replies; 6+ messages in thread
From: Bjorn Andersson @ 2022-02-01  5:19 UTC (permalink / raw)
  To: Catalin Marinas, Dmitry Baryshkov, Andy Gross, Will Deacon
  Cc: Aníbal Limón, linux-arm-kernel, linux-arm-msm

On Mon, 31 Jan 2022 23:27:20 +0300, Dmitry Baryshkov wrote:
> From: Aníbal Limón <anibal.limon@linaro.org>
> 
> Enable watchdog driver for pm8916 block. It is used on msm8916/apq8016
> platforms (e.g. Dragonboard 410c).
> 
> 

Applied, thanks!

[1/2] arm64: defconfig: Enable PM8916 watchdog driver
      commit: d3173e421b7267754aaf9b410d79d4b30c547596
[2/2] arm64: defconfig: Enable SM8250 video clock controller
      commit: cd7ce3e18afa7bef1ce371706416918de1aa3bc5

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

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

* Re: [PATCH v2 1/2] arm64: defconfig: Enable PM8916 watchdog driver
@ 2022-02-01  5:19   ` Bjorn Andersson
  0 siblings, 0 replies; 6+ messages in thread
From: Bjorn Andersson @ 2022-02-01  5:19 UTC (permalink / raw)
  To: Catalin Marinas, Dmitry Baryshkov, Andy Gross, Will Deacon
  Cc: Aníbal Limón, linux-arm-kernel, linux-arm-msm

On Mon, 31 Jan 2022 23:27:20 +0300, Dmitry Baryshkov wrote:
> From: Aníbal Limón <anibal.limon@linaro.org>
> 
> Enable watchdog driver for pm8916 block. It is used on msm8916/apq8016
> platforms (e.g. Dragonboard 410c).
> 
> 

Applied, thanks!

[1/2] arm64: defconfig: Enable PM8916 watchdog driver
      commit: d3173e421b7267754aaf9b410d79d4b30c547596
[2/2] arm64: defconfig: Enable SM8250 video clock controller
      commit: cd7ce3e18afa7bef1ce371706416918de1aa3bc5

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@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] 6+ messages in thread

end of thread, other threads:[~2022-02-01  5:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31 20:27 [PATCH v2 1/2] arm64: defconfig: Enable PM8916 watchdog driver Dmitry Baryshkov
2022-01-31 20:27 ` Dmitry Baryshkov
2022-01-31 20:27 ` [PATCH v2 2/2] arm64: defconfig: Enable SM8250 video clock controller Dmitry Baryshkov
2022-01-31 20:27   ` Dmitry Baryshkov
2022-02-01  5:19 ` [PATCH v2 1/2] arm64: defconfig: Enable PM8916 watchdog driver Bjorn Andersson
2022-02-01  5:19   ` Bjorn Andersson

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.