Message ID | 20201014131936.20584-1-crystal.guo@mediatek.com |
---|---|
Headers | show |
Series | watchdog: mt8192: add wdt support | expand |
Hi Maintainers, Gentle pin for this patch. Thanks On Wed, 2020-10-14 at 21:19 +0800, Crystal Guo wrote: > update mtk-wdt document for MT8192 platform > > Signed-off-by: Crystal Guo <crystal.guo@mediatek.com> > --- > Documentation/devicetree/bindings/watchdog/mtk-wdt.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt > index 45eedc2c3141..e36ba60de829 100644 > --- a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt > +++ b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt > @@ -12,6 +12,7 @@ Required properties: > "mediatek,mt7629-wdt", "mediatek,mt6589-wdt": for MT7629 > "mediatek,mt8183-wdt": for MT8183 > "mediatek,mt8516-wdt", "mediatek,mt6589-wdt": for MT8516 > + "mediatek,mt8192-wdt": for MT8192 > > - reg : Specifies base physical address and size of the registers. >
On Mon, Nov 16, 2020 at 8:27 PM Crystal Guo <crystal.guo@mediatek.com> wrote: > > Hi Maintainers, > > Gentle pin for this patch. > > Thanks > > On Wed, 2020-10-14 at 21:19 +0800, Crystal Guo wrote: > > update mtk-wdt document for MT8192 platform Rob: I assume your input is required here? Any chance we could have your ack/review on this trivial patch? It seems like the series is blocked pending on a review of this patch -- and I don't think it has been reviewed before. Thanks, > > > > Signed-off-by: Crystal Guo <crystal.guo@mediatek.com> > > --- > > Documentation/devicetree/bindings/watchdog/mtk-wdt.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt > > index 45eedc2c3141..e36ba60de829 100644 > > --- a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt > > +++ b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt > > @@ -12,6 +12,7 @@ Required properties: > > "mediatek,mt7629-wdt", "mediatek,mt6589-wdt": for MT7629 > > "mediatek,mt8183-wdt": for MT8183 > > "mediatek,mt8516-wdt", "mediatek,mt6589-wdt": for MT8516 > > + "mediatek,mt8192-wdt": for MT8192 > > > > - reg : Specifies base physical address and size of the registers. > > > > _______________________________________________ > Linux-mediatek mailing list > Linux-mediatek@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-mediatek
On Mon, 2020-12-21 at 08:59 +0800, Nicolas Boichat wrote: > On Mon, Nov 16, 2020 at 8:27 PM Crystal Guo <crystal.guo@mediatek.com> wrote: > > > > Hi Maintainers, > > > > Gentle pin for this patch. > > > > Thanks > > > > On Wed, 2020-10-14 at 21:19 +0800, Crystal Guo wrote: > > > update mtk-wdt document for MT8192 platform > > Rob: I assume your input is required here? Any chance we could have > your ack/review on this trivial patch? It seems like the series is > blocked pending on a review of this patch -- and I don't think it has > been reviewed before. > > Thanks, > > Hi Maintainers, Just a gentle ping, can you help to review or give some suggestions about this patch set? Many thanks. > > > > > > Signed-off-by: Crystal Guo <crystal.guo@mediatek.com> > > > --- > > > Documentation/devicetree/bindings/watchdog/mtk-wdt.txt | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt > > > index 45eedc2c3141..e36ba60de829 100644 > > > --- a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt > > > +++ b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt > > > @@ -12,6 +12,7 @@ Required properties: > > > "mediatek,mt7629-wdt", "mediatek,mt6589-wdt": for MT7629 > > > "mediatek,mt8183-wdt": for MT8183 > > > "mediatek,mt8516-wdt", "mediatek,mt6589-wdt": for MT8516 > > > + "mediatek,mt8192-wdt": for MT8192 > > > > > > - reg : Specifies base physical address and size of the registers. > > > > > > > _______________________________________________ > > Linux-mediatek mailing list > > Linux-mediatek@lists.infradead.org > > http://lists.infradead.org/mailman/listinfo/linux-mediatek
On Wed, Oct 14, 2020 at 09:19:34PM +0800, Crystal Guo wrote: > update mtk-wdt document for MT8192 platform > > Signed-off-by: Crystal Guo <crystal.guo@mediatek.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> > --- > Documentation/devicetree/bindings/watchdog/mtk-wdt.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt > index 45eedc2c3141..e36ba60de829 100644 > --- a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt > +++ b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt > @@ -12,6 +12,7 @@ Required properties: > "mediatek,mt7629-wdt", "mediatek,mt6589-wdt": for MT7629 > "mediatek,mt8183-wdt": for MT8183 > "mediatek,mt8516-wdt", "mediatek,mt6589-wdt": for MT8516 > + "mediatek,mt8192-wdt": for MT8192 > > - reg : Specifies base physical address and size of the registers. >