From: mark gross <mgross@linux.intel.com>
To: vijayakannan.ayyathurai@intel.com
Cc: wim@linux-watchdog.org, linux@roeck-us.net, robh+dt@kernel.org,
linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org,
andriy.shevchenko@linux.intel.com,
wan.ahmad.zainie.wan.mohamad@intel.com,
lakshmi.bai.raja.subramanian@intel.com
Subject: Re: [PATCH v2 0/2] Add drivers for Intel Keem Bay SoC watchdog
Date: Tue, 10 Nov 2020 18:08:48 -0800 [thread overview]
Message-ID: <20201111020847.GM6928@mtg-dev.jf.intel.com> (raw)
In-Reply-To: <cover.1605028524.git.vijayakannan.ayyathurai@intel.com>
On Wed, Nov 11, 2020 at 01:53:06AM +0800, vijayakannan.ayyathurai@intel.com wrote:
> From: Vijayakannan Ayyathurai <vijayakannan.ayyathurai@intel.com>
>
> Hi,
>
> This patch set adds the watchdog timer driver support for Intel Keem Bay Soc.
>
> Patch 1 holds the driver and Patch 2 holds the Device Tree
> binding documentation.
>
> This driver was tested on the Keem Bay evaluation module board.
>
> Thank you,
> Vijay
>
> Changes since v1:
> - Fix indentation error in the dt-bindings file.
> - Use true/false in the second arg of keembay_wdt_set_timeout_reg().
> - Fix the watchdog start sequence.
> - Avoid reduntant timeout register setting.
> - Remove min usage to find actual time at keembay_wdt_set_timeout().
> - Remove timeout configuration boundary check at
> keembay_wdt_set_pretimeout().
> - Use devm_watchdog_register_device() for wdt registration, which
> eventually supports driver unload functionality as well.
>
> Vijayakannan Ayyathurai (2):
> watchdog: Add watchdog driver for Intel Keembay Soc
> dt-bindings: watchdog: Add bindings for Intel Keem Bay SoC
>
> .../bindings/watchdog/intel,keembay-wdt.yaml | 57 ++++
> drivers/watchdog/Kconfig | 13 +
> drivers/watchdog/Makefile | 1 +
> drivers/watchdog/keembay_wdt.c | 288 ++++++++++++++++++
> 4 files changed, 359 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/watchdog/intel,keembay-wdt.yaml
> create mode 100644 drivers/watchdog/keembay_wdt.c
>
>
> base-commit: 3650b228f83adda7e5ee532e2b90429c03f7b9ec
> prerequisite-patch-id: 822987dcf4c969ef6ac70359b088af06ba39042b
> prerequisite-patch-id: 0a348762b660d0d817b8e70cc71647e83173c78c
> prerequisite-patch-id: 54c661a006c7362053cb7602448d6c77419d5cf9
> prerequisite-patch-id: d140d8534fb828778e0652fe5fcf6282e027f985
these patch-id's are not helpful to me if I want to to a test build of this
patch. Those SHA1's are not available to others unless there is a public
non-rebasing tree I can pull from. if there is one then you should provide the
git remot URL for that otherwise I cannot fetch those prerequisites.
Maybe it would be better to list the mailing list archive URL for each change
instead.
--mark
> --
> 2.17.1
>
next prev parent reply other threads:[~2020-11-11 2:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-10 17:53 [PATCH v2 0/2] Add drivers for Intel Keem Bay SoC watchdog vijayakannan.ayyathurai
2020-11-10 17:53 ` [PATCH v2 1/2] watchdog: Add watchdog driver for Intel Keembay Soc vijayakannan.ayyathurai
2020-11-30 22:05 ` Guenter Roeck
2020-12-01 6:19 ` Ayyathurai, Vijayakannan
2020-12-01 12:22 ` Guenter Roeck
2020-11-10 17:53 ` [PATCH v2 2/2] dt-bindings: watchdog: Add bindings for Intel Keem Bay SoC vijayakannan.ayyathurai
2020-11-11 20:03 ` Rob Herring
2020-11-12 3:10 ` Ayyathurai, Vijayakannan
2020-11-11 2:08 ` mark gross [this message]
2020-11-23 4:47 ` [PATCH v2 0/2] Add drivers for Intel Keem Bay SoC watchdog Ayyathurai, Vijayakannan
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=20201111020847.GM6928@mtg-dev.jf.intel.com \
--to=mgross@linux.intel.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=devicetree@vger.kernel.org \
--cc=lakshmi.bai.raja.subramanian@intel.com \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=robh+dt@kernel.org \
--cc=vijayakannan.ayyathurai@intel.com \
--cc=wan.ahmad.zainie.wan.mohamad@intel.com \
--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.