All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: Mark Kettenis <kettenis@openbsd.org>
Cc: u-boot@lists.denx.de, sven@svenpeter.dev
Subject: Re: [PATCH 1/3] watchdog: Add a driver for the Apple watchdog
Date: Wed, 24 Nov 2021 17:12:35 -0700	[thread overview]
Message-ID: <CAPnjgZ3Vg6_zppJRx9vug8Q2E4oMrEuN9mFYx5Fw+jL4m3iy0g@mail.gmail.com> (raw)
In-Reply-To: <20211114111942.96151-2-kettenis@openbsd.org>

On Sun, 14 Nov 2021 at 04:19, Mark Kettenis <kettenis@openbsd.org> wrote:
>
> This driver supports the watchdog timer found on Apple's M1 SoC.
> On systems that use these SoC, the watchdog timer is the primary
> way to reboot the system.
>
> Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
> ---
>  MAINTAINERS                  |   1 +
>  drivers/watchdog/Kconfig     |   9 +++
>  drivers/watchdog/Makefile    |   1 +
>  drivers/watchdog/apple_wdt.c | 111 +++++++++++++++++++++++++++++++++++
>  4 files changed, 122 insertions(+)
>  create mode 100644 drivers/watchdog/apple_wdt.c

Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-on: Apple M1 Macbook
Tested-by: Simon Glass <sjg@chromium.org>

  parent reply	other threads:[~2021-11-25  0:15 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-14 11:19 [PATCH 0/4] Apple M1 watchdog timer Mark Kettenis
2021-11-14 11:19 ` [PATCH 1/3] watchdog: Add a driver for the Apple watchdog Mark Kettenis
2021-11-14 12:36   ` Sven Peter
2021-11-25  0:12   ` Simon Glass [this message]
2022-01-11  8:57   ` Stefan Roese
2022-01-12 18:49     ` Mark Kettenis
2021-11-14 11:19 ` [PATCH 2/3] arm: dts: apple: Add watchdog timer node Mark Kettenis
2021-11-25  0:12   ` Simon Glass
2022-01-11  8:59   ` Stefan Roese
2021-11-14 11:19 ` [PATCH 3/3] arm: apple: Use watchdog timer for system reset Mark Kettenis
2021-11-25  0:12   ` Simon Glass
2022-01-11  9:00   ` Stefan Roese
2022-01-10 20:25 ` [PATCH 0/4] Apple M1 watchdog timer Mark Kettenis
2022-01-11  6:08   ` Stefan Roese

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=CAPnjgZ3Vg6_zppJRx9vug8Q2E4oMrEuN9mFYx5Fw+jL4m3iy0g@mail.gmail.com \
    --to=sjg@chromium.org \
    --cc=kettenis@openbsd.org \
    --cc=sven@svenpeter.dev \
    --cc=u-boot@lists.denx.de \
    /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.