From: Huqiang Qin <huqiang.qin@amlogic.com>
To: Dmitry Rokosov <ddrokosov@sberdevices.ru>
Cc: wim@linux-watchdog.org, linux@roeck-us.net, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
neil.armstrong@linaro.org, khilman@baylibre.com,
jbrunet@baylibre.com, martin.blumenstingl@googlemail.com,
linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/4] watchdog: Add a new struct for Amlogic-GXBB driver
Date: Tue, 1 Aug 2023 20:51:30 +0800 [thread overview]
Message-ID: <01357346-59f3-5c5a-d456-8e64381fe611@amlogic.com> (raw)
In-Reply-To: <20230728071558.xoa3sdku3zkuhtug@CAB-WSD-L081021>
Hi Dmitry,
On 2023/7/28 15:15, Dmitry Rokosov wrote:
> [ EXTERNAL EMAIL ]
>
> Hello Huqiang,
>
> Thank you for the patch series!
>
> Please include a cover letter in future patch submissions if possible.
> It will help to better understand the theme of the patch series and
> group all patch sets together in one email thread.
Thank you for your suggestion. In fact, this patch series contains
a cover letter. It may be due to network reasons that it was not
sent to your mailbox correctly :)
...
>> static int meson_gxbb_wdt_start(struct watchdog_device *wdt_dev)
>> {
>> struct meson_gxbb_wdt *data = watchdog_get_drvdata(wdt_dev);
>> @@ -140,8 +143,12 @@ static const struct dev_pm_ops meson_gxbb_wdt_pm_ops = {
>> SET_SYSTEM_SLEEP_PM_OPS(meson_gxbb_wdt_suspend, meson_gxbb_wdt_resume)
>> };
>>
>> +static const struct wdt_params gxbb_params = {
>> + .rst_shift = 21,
>
> Maybe it's better to declare rst with the BIT() macro already applied,
> and use it in wdt_probe() as is. And name 'rst' without 'shift' is
> looking more brief.
Okay, I will change it in the next version.
Thanks
Best Regards,
Huqiang Qin
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-08-01 12:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20230726112146.1127145-1-huqiang.qin@amlogic.com>
[not found] ` <20230726112146.1127145-3-huqiang.qin@amlogic.com>
2023-07-28 7:15 ` [PATCH 2/4] watchdog: Add a new struct for Amlogic-GXBB driver Dmitry Rokosov
2023-08-01 12:51 ` Huqiang Qin [this message]
2023-08-02 7:34 ` Dmitry Rokosov
[not found] ` <20230726112146.1127145-5-huqiang.qin@amlogic.com>
2023-07-28 7:17 ` [PATCH 4/4] arm64: dts: Add watchdog node for Amlogic-T7 SoCs Dmitry Rokosov
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=01357346-59f3-5c5a-d456-8e64381fe611@amlogic.com \
--to=huqiang.qin@amlogic.com \
--cc=conor+dt@kernel.org \
--cc=ddrokosov@sberdevices.ru \
--cc=devicetree@vger.kernel.org \
--cc=jbrunet@baylibre.com \
--cc=khilman@baylibre.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=martin.blumenstingl@googlemail.com \
--cc=neil.armstrong@linaro.org \
--cc=robh+dt@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox