public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Weijie Gao <weijie.gao@mediatek.com>
To: u-boot@lists.denx.de
Subject: [PATCH 12/18] watchdog: add watchdog driver for MediaTek MT7620 SoC
Date: Mon, 19 Oct 2020 08:48:24 +0800	[thread overview]
Message-ID: <1603068504.18736.1.camel@mcddlt001> (raw)
In-Reply-To: <VE1PR04MB67687A4745BAB6AF32C39D8491030@VE1PR04MB6768.eurprd04.prod.outlook.com>

On Fri, 2020-10-16 at 08:13 +0000, Qiang Zhao wrote:
> On 2020/10/16 Fri 15:36, Weijie Gao <weijie.gao@mediatek.com> wrote
> 
> 
> > -----Original Message-----
> > From: Weijie Gao <weijie.gao@mediatek.com>
> > Sent: 2020?10?16? 15:36
> > To: u-boot at lists.denx.de
> > Cc: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>;
> > Daniel Schwierzeck <daniel.schwierzeck@gmail.com>; Stefan Roese
> > <sr@denx.de>; Stefan Roese <mail@roese.nl>; Stefan Roese
> > <stefan.roese@mailbox.org>; Christophe Leroy <christophe.leroy@c-s.fr>;
> > Marek Vasut <marex@denx.de>; Jagan Teki <jagan@amarulasolutions.com>;
> > Suneel Garapati <sgarapati@marvell.com>; Michal Simek
> > <michal.simek@xilinx.com>; Philippe Reynes
> > <philippe.reynes@softathome.com>; Ashok Reddy Soma
> > <ashok.reddy.soma@xilinx.com>; Qiang Zhao <qiang.zhao@nxp.com>; Jason Li
> > <jason.li@cortina-access.com>; Alex Nemirovsky
> > <alex.nemirovsky@cortina-access.com>; Jan Kiszka <jan.kiszka@siemens.com>;
> > Weijie Gao <weijie.gao@mediatek.com>
> > Subject: [PATCH 12/18] watchdog: add watchdog driver for MediaTek MT7620
> > SoC
> > 
> > This patch adds watchdog support for the Mediatek MT7620 SoC
> > 
> > Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
> > ---
> >  drivers/watchdog/Kconfig      |   7 ++
> >  drivers/watchdog/Makefile     |   1 +
> >  drivers/watchdog/mt7620_wdt.c | 119
> > ++++++++++++++++++++++++++++++++++
> >  3 files changed, 127 insertions(+)
> >  create mode 100644 drivers/watchdog/mt7620_wdt.c
> > 
> > --- /dev/null
> > +++ b/drivers/watchdog/mt7620_wdt.c
> > @@ -0,0 +1,119 @@
> > +// SPDX-License-Identifier: GPL-2.0
> > +/*
> > + * Copyright (C) 2020 MediaTek Inc.
> > + *
> > + * Author:  Weijie Gao <weijie.gao@mediatek.com>
> > + *
> > + * Watchdog timer for MT7620 and earlier SoCs  */
> > +
> > +
> > +static const struct wdt_ops mt7620_wdt_ops = {
> > +	.start = mt7620_wdt_start,
> > +	.reset = mt7620_wdt_reset,
> > +	.stop = mt7620_wdt_stop,
> 
> You'd better add expire_now function.

ok. I'll add it.

> 
> Best Regards
> Qiang Zhao

      reply	other threads:[~2020-10-19  0:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-16  7:36 [PATCH 12/18] watchdog: add watchdog driver for MediaTek MT7620 SoC Weijie Gao
2020-10-16  8:13 ` Qiang Zhao
2020-10-19  0:48   ` Weijie Gao [this message]

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=1603068504.18736.1.camel@mcddlt001 \
    --to=weijie.gao@mediatek.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox