All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alistair Francis <alistair@alistair23.me>
To: linux-kernel@vger.kernel.org, linux@roeck-us.net,
	shawnguo@kernel.org, wim@linux-watchdog.org,
	linux-watchdog@vger.kernel.org, s.hauer@pengutronix.de,
	linux-arm-kernel@lists.infradead.org
Cc: linux-imx@nxp.com, kernel@pengutronix.de, festevam@gmail.com,
	devicetree@vger.kernel.org, robh+dt@kernel.org,
	Alistair Francis <alistair@alistair23.me>
Subject: [PATCH 0/2] watchdog: imx_wdt2: Enable ping on suspend support
Date: Sun,  9 Jan 2022 21:41:18 +1000	[thread overview]
Message-ID: <20220109114120.386013-1-alistair@alistair23.me> (raw)

When running Linux on the reMarkable2 tablet the device reboots two
minutes after suspend. This is because we don't go into low power
mode so the watchdog timer is still running and triggers a reboot.

This series adds optional support for ping on suspend for the
i.MX watchdog timer and then enables it for the reMarkable2 tablet.

Alistair Francis (2):
  watchdog: imx2_wdg: Alow ping on suspend
  ARM: dts: imx7d: remarkable2: set ping-during-suspend for watchdog

 .../bindings/watchdog/fsl-imx-wdt.yaml        |  7 ++++++
 arch/arm/boot/dts/imx7d-remarkable2.dts       |  1 +
 drivers/watchdog/imx2_wdt.c                   | 22 +++++++++++++------
 3 files changed, 23 insertions(+), 7 deletions(-)

-- 
2.31.1


WARNING: multiple messages have this Message-ID (diff)
From: Alistair Francis <alistair@alistair23.me>
To: linux-kernel@vger.kernel.org, linux@roeck-us.net,
	shawnguo@kernel.org, wim@linux-watchdog.org,
	linux-watchdog@vger.kernel.org, s.hauer@pengutronix.de,
	linux-arm-kernel@lists.infradead.org
Cc: linux-imx@nxp.com, kernel@pengutronix.de, festevam@gmail.com,
	devicetree@vger.kernel.org, robh+dt@kernel.org,
	Alistair Francis <alistair@alistair23.me>
Subject: [PATCH 0/2] watchdog: imx_wdt2: Enable ping on suspend support
Date: Sun,  9 Jan 2022 21:41:18 +1000	[thread overview]
Message-ID: <20220109114120.386013-1-alistair@alistair23.me> (raw)

When running Linux on the reMarkable2 tablet the device reboots two
minutes after suspend. This is because we don't go into low power
mode so the watchdog timer is still running and triggers a reboot.

This series adds optional support for ping on suspend for the
i.MX watchdog timer and then enables it for the reMarkable2 tablet.

Alistair Francis (2):
  watchdog: imx2_wdg: Alow ping on suspend
  ARM: dts: imx7d: remarkable2: set ping-during-suspend for watchdog

 .../bindings/watchdog/fsl-imx-wdt.yaml        |  7 ++++++
 arch/arm/boot/dts/imx7d-remarkable2.dts       |  1 +
 drivers/watchdog/imx2_wdt.c                   | 22 +++++++++++++------
 3 files changed, 23 insertions(+), 7 deletions(-)

-- 
2.31.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2022-01-09 11:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-09 11:41 Alistair Francis [this message]
2022-01-09 11:41 ` [PATCH 0/2] watchdog: imx_wdt2: Enable ping on suspend support Alistair Francis
2022-01-09 11:41 ` [PATCH 1/2] watchdog: imx2_wdg: Alow ping on suspend Alistair Francis
2022-01-09 11:41   ` Alistair Francis
2022-01-13 18:55   ` Stefan Wahren
2022-01-13 18:55     ` Stefan Wahren
2022-01-13 19:43     ` Guenter Roeck
2022-01-13 19:43       ` Guenter Roeck
2022-01-09 11:41 ` [PATCH 2/2] ARM: dts: imx7d: remarkable2: set ping-during-suspend for watchdog Alistair Francis
2022-01-09 11:41   ` Alistair Francis

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=20220109114120.386013-1-alistair@alistair23.me \
    --to=alistair@alistair23.me \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=wim@linux-watchdog.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.