linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7_defconfig: Enable OMAP watchdog support
@ 2023-07-18 12:51 Julien Panis
  2023-07-18 14:19 ` Andrew Davis
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Panis @ 2023-07-18 12:51 UTC (permalink / raw)
  To: Russell King; +Cc: linux-arm-kernel, linux-kernel, vigneshr, Julien Panis

Add OMAP watchdog support by enabling
CONFIG_OMAP_WATCHDOG as module.

Signed-off-by: Julien Panis <jpanis@baylibre.com>
---
Enable OMAP watchdog support in multi_v7_defconfig.
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index f0800f806b5f..7d93e21e0cb9 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -554,6 +554,7 @@ CONFIG_SAMA5D4_WATCHDOG=y
 CONFIG_S3C2410_WATCHDOG=m
 CONFIG_DW_WATCHDOG=y
 CONFIG_DAVINCI_WATCHDOG=m
+CONFIG_OMAP_WATCHDOG=m
 CONFIG_ORION_WATCHDOG=y
 CONFIG_RN5T618_WATCHDOG=y
 CONFIG_SUNXI_WATCHDOG=y

---
base-commit: fdf0eaf11452d72945af31804e2a1048ee1b574c
change-id: 20230718-enable-omap-wd-6a563c280752

Best regards,
-- 
Julien Panis <jpanis@baylibre.com>


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

* Re: [PATCH] ARM: multi_v7_defconfig: Enable OMAP watchdog support
  2023-07-18 12:51 [PATCH] ARM: multi_v7_defconfig: Enable OMAP watchdog support Julien Panis
@ 2023-07-18 14:19 ` Andrew Davis
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Davis @ 2023-07-18 14:19 UTC (permalink / raw)
  To: Julien Panis, Russell King; +Cc: linux-arm-kernel, linux-kernel, vigneshr

On 7/18/23 7:51 AM, Julien Panis wrote:
> Add OMAP watchdog support by enabling
> CONFIG_OMAP_WATCHDOG as module.
> 

Commit messages should describe "why", we can figure out the above
from just looking at the patch.

What boards use this? What does this change on those boards?

Wrap lines at 80-100 chars, not 40..

Andrew

> Signed-off-by: Julien Panis <jpanis@baylibre.com>
> ---
> Enable OMAP watchdog support in multi_v7_defconfig.
> ---
>   arch/arm/configs/multi_v7_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index f0800f806b5f..7d93e21e0cb9 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -554,6 +554,7 @@ CONFIG_SAMA5D4_WATCHDOG=y
>   CONFIG_S3C2410_WATCHDOG=m
>   CONFIG_DW_WATCHDOG=y
>   CONFIG_DAVINCI_WATCHDOG=m
> +CONFIG_OMAP_WATCHDOG=m
>   CONFIG_ORION_WATCHDOG=y
>   CONFIG_RN5T618_WATCHDOG=y
>   CONFIG_SUNXI_WATCHDOG=y
> 
> ---
> base-commit: fdf0eaf11452d72945af31804e2a1048ee1b574c
> change-id: 20230718-enable-omap-wd-6a563c280752
> 
> Best regards,

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

end of thread, other threads:[~2023-07-18 14:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-18 12:51 [PATCH] ARM: multi_v7_defconfig: Enable OMAP watchdog support Julien Panis
2023-07-18 14:19 ` Andrew Davis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).