[PATCH v3 0/3] Add watchdog support for MT8188 Soc

Runyang Chen posted 3 patches 2 years ago
There is a newer version of this series
.../devicetree/bindings/watchdog/mtk-wdt.txt  |  1 +
drivers/watchdog/mtk_wdt.c                    |  6 ++++
include/dt-bindings/reset/mt8188-resets.h     | 36 +++++++++++++++++++
3 files changed, 43 insertions(+)
create mode 100644 include/dt-bindings/reset/mt8188-resets.h
[PATCH v3 0/3] Add watchdog support for MT8188 Soc
Posted by Runyang Chen 2 years ago
From: Runyang Chen <runyang.chen@mediatek.com>

Based on tag: next-20220919, linux-next/master

Refer to the discussion in the link:
https://patchwork.kernel.org/project/linux-mediatek/patch/20220721014845.19044-2-allen-kh.cheng@mediatek.com/
The other wdt compatible strings are unchanged.So, won't apply the
series above

v3:
Rebase on 6.0-rc5 and add reviewed-by and acked-by tag.

v2:
Revert wdt compatible for MT8188.

v1:
1. Add mt8188-resets.h to define definition of reset bits.
2. Add wdt compatible for MT8188.*

Runyang Chen (3):
  dt-bindings: watchdog: Add compatible for MediaTek MT8188
  dt-bindings: reset: mt8188: add toprgu reset-controller header file
  watchdog: mediatek: mt8188: add wdt support

 .../devicetree/bindings/watchdog/mtk-wdt.txt  |  1 +
 drivers/watchdog/mtk_wdt.c                    |  6 ++++
 include/dt-bindings/reset/mt8188-resets.h     | 36 +++++++++++++++++++
 3 files changed, 43 insertions(+)
 create mode 100644 include/dt-bindings/reset/mt8188-resets.h


base-commit: 4c9ca5b1597e3222177ba2a94658f78fa5ef4f58
-- 
2.18.0
Re: [PATCH v3 0/3] Add watchdog support for MT8188 Soc
Posted by Krzysztof Kozlowski 2 years ago
On 20/09/2022 12:56, Runyang Chen wrote:
> From: Runyang Chen <runyang.chen@mediatek.com>
> 
> Based on tag: next-20220919, linux-next/master
> 
> Refer to the discussion in the link:
> https://patchwork.kernel.org/project/linux-mediatek/patch/20220721014845.19044-2-allen-kh.cheng@mediatek.com/
> The other wdt compatible strings are unchanged.So, won't apply the
> series above
> 
> v3:
> Rebase on 6.0-rc5 and add reviewed-by and acked-by tag.

If you rebased in, then why do you keep Ccing different address than one
in scripts/get_maintainers.pl?

Best regards,
Krzysztof