Message ID | 20240912142451.2952633-2-karthikeyan@linumiz.com |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | Add support Relfor Saib board which is based on Rockchip RV1109 SoC | expand |
On Thu, Sep 12, 2024 at 07:54:46PM +0530, Karthikeyan Krishnasamy wrote: > Add rockchip,rv1126-wdt compatible string. > > Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> > --- > > Notes: > v3: > - add watchdog compatible string > > Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > index c7aab0418a32..bccd27a1e470 100644 > --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > @@ -31,6 +31,7 @@ properties: > - rockchip,rk3568-wdt > - rockchip,rk3588-wdt > - rockchip,rv1108-wdt > + - rockchip,rv1126-wdt > - const: snps,dw-wdt > > reg: > -- > 2.39.2 >
Hey, Am Donnerstag, 12. September 2024, 16:24:46 CEST schrieb Karthikeyan Krishnasamy: > Add rockchip,rv1126-wdt compatible string. > > Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com> I think this patch misses some recipients because neither the watchdog maintainers nor the watchdog list is included. We'll need for them to at least Ack this patch, so they'll need to be included. Please check your scripts/get_maintainer.pl call Thanks Heiko > --- > > Notes: > v3: > - add watchdog compatible string > > Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > index c7aab0418a32..bccd27a1e470 100644 > --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > @@ -31,6 +31,7 @@ properties: > - rockchip,rk3568-wdt > - rockchip,rk3588-wdt > - rockchip,rv1108-wdt > + - rockchip,rv1126-wdt > - const: snps,dw-wdt > > reg: >
On 9/18/24 04:46, Heiko Stuebner wrote: > Hey, > > Am Donnerstag, 12. September 2024, 16:24:46 CEST schrieb Karthikeyan Krishnasamy: >> Add rockchip,rv1126-wdt compatible string. >> >> Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com> > > I think this patch misses some recipients because neither > the watchdog maintainers nor the watchdog list is included. > > We'll need for them to at least Ack this patch, so they'll > need to be included. Please check your scripts/get_maintainer.pl > call > > > Thanks > Heiko > Apologies for missing them. Adding them in this reply mail. >> --- >> >> Notes: >> v3: >> - add watchdog compatible string >> >> Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml >> index c7aab0418a32..bccd27a1e470 100644 >> --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml >> +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml >> @@ -31,6 +31,7 @@ properties: >> - rockchip,rk3568-wdt >> - rockchip,rk3588-wdt >> - rockchip,rv1108-wdt >> + - rockchip,rv1126-wdt >> - const: snps,dw-wdt >> >> reg: >> > > > > Best Regards, Karthikeyan
On 9/18/24 12:59, karthikeyan wrote: > > > On 9/18/24 04:46, Heiko Stuebner wrote: >> Hey, >> >> Am Donnerstag, 12. September 2024, 16:24:46 CEST schrieb Karthikeyan >> Krishnasamy: >>> Add rockchip,rv1126-wdt compatible string. >>> >>> Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com> >> >> I think this patch misses some recipients because neither >> the watchdog maintainers nor the watchdog list is included. >> >> We'll need for them to at least Ack this patch, so they'll >> need to be included. Please check your scripts/get_maintainer.pl >> call >> >> >> Thanks >> Heiko >> > Apologies for missing them. Adding them in this reply mail. >>> --- >>> >>> Notes: >>> v3: >>> - add watchdog compatible string >>> >>> Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git >>> a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml >>> b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml >>> index c7aab0418a32..bccd27a1e470 100644 >>> --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml >>> +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml >>> @@ -31,6 +31,7 @@ properties: >>> - rockchip,rk3568-wdt >>> - rockchip,rk3588-wdt >>> - rockchip,rv1108-wdt >>> + - rockchip,rv1126-wdt >>> - const: snps,dw-wdt >>> reg: >>> >> >> >> >> > > Best Regards, > Karthikeyan Gentle remainder. Best Regards, Karthikeyan
Hi, Am Montag, 7. Oktober 2024, 15:56:58 CEST schrieb karthikeyan: > > On 9/18/24 12:59, karthikeyan wrote: > > > > > > On 9/18/24 04:46, Heiko Stuebner wrote: > >> Hey, > >> > >> Am Donnerstag, 12. September 2024, 16:24:46 CEST schrieb Karthikeyan > >> Krishnasamy: > >>> Add rockchip,rv1126-wdt compatible string. > >>> > >>> Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com> > >> > >> I think this patch misses some recipients because neither > >> the watchdog maintainers nor the watchdog list is included. > >> > >> We'll need for them to at least Ack this patch, so they'll > >> need to be included. Please check your scripts/get_maintainer.pl > >> call > >> > >> > >> Thanks > >> Heiko > >> > > Apologies for missing them. Adding them in this reply mail. I don't think that will have worked. Ideally can you include Conor's Ack and resend only the watchdog binding patch to the watchdog maintainers (and lists and me too please) . Because just adding more people to a reply probably won't tell them that some action is expected. Heiko
On 10/9/24 00:56, Heiko Stübner wrote: > Hi, > > Am Montag, 7. Oktober 2024, 15:56:58 CEST schrieb karthikeyan: >> >> On 9/18/24 12:59, karthikeyan wrote: >>> >>> >>> On 9/18/24 04:46, Heiko Stuebner wrote: >>>> Hey, >>>> >>>> Am Donnerstag, 12. September 2024, 16:24:46 CEST schrieb Karthikeyan >>>> Krishnasamy: >>>>> Add rockchip,rv1126-wdt compatible string. >>>>> >>>>> Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com> >>>> >>>> I think this patch misses some recipients because neither >>>> the watchdog maintainers nor the watchdog list is included. >>>> >>>> We'll need for them to at least Ack this patch, so they'll >>>> need to be included. Please check your scripts/get_maintainer.pl >>>> call >>>> >>>> >>>> Thanks >>>> Heiko >>>> >>> Apologies for missing them. Adding them in this reply mail. > > I don't think that will have worked. > > Ideally can you include Conor's Ack and resend only the watchdog binding > patch to the watchdog maintainers (and lists and me too please) . > > Because just adding more people to a reply probably won't tell them > that some action is expected. > > Heiko > > Thanks for your info. It's my mistake. I will resend the watchdog patch alone. Best regards, Karthikeyan
diff --git a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml index c7aab0418a32..bccd27a1e470 100644 --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml @@ -31,6 +31,7 @@ properties: - rockchip,rk3568-wdt - rockchip,rk3588-wdt - rockchip,rv1108-wdt + - rockchip,rv1126-wdt - const: snps,dw-wdt reg:
Add rockchip,rv1126-wdt compatible string. Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com> --- Notes: v3: - add watchdog compatible string Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 1 + 1 file changed, 1 insertion(+)