diff mbox series

MAINTAINERS: rectify entry in ARM SMC WATCHDOG DRIVER

Message ID 20200602052104.7795-1-lukas.bulwahn@gmail.com (mailing list archive)
State Accepted
Headers show
Series MAINTAINERS: rectify entry in ARM SMC WATCHDOG DRIVER | expand

Commit Message

Lukas Bulwahn June 2, 2020, 5:21 a.m. UTC
Commit 5c24a28b4eb8 ("dt-bindings: watchdog: Add ARM smc wdt for mt8173
watchdog") added the new ARM SMC WATCHDOG DRIVER entry in MAINTAINERS, but
slipped in a minor mistake.

Luckily, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches F: devicetree/bindings/watchdog/arm-smc-wdt.yaml

Update file entry to intended file location.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Julius, Evan, please ack.

Wim, please pick this minor patch into your -next tree.

applies cleanly on next-20200529

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Guenter Roeck June 2, 2020, 5:34 a.m. UTC | #1
On 6/1/20 10:21 PM, Lukas Bulwahn wrote:
> Commit 5c24a28b4eb8 ("dt-bindings: watchdog: Add ARM smc wdt for mt8173
> watchdog") added the new ARM SMC WATCHDOG DRIVER entry in MAINTAINERS, but
> slipped in a minor mistake.
> 
> Luckily, ./scripts/get_maintainer.pl --self-test=patterns complains:
> 
>   warning: no file matches F: devicetree/bindings/watchdog/arm-smc-wdt.yaml
> 
> Update file entry to intended file location.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
> Julius, Evan, please ack.
> 
> Wim, please pick this minor patch into your -next tree.
> 
> applies cleanly on next-20200529
> 
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b045b70e54df..dcfb09700b96 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1489,7 +1489,7 @@ ARM SMC WATCHDOG DRIVER
>  M:	Julius Werner <jwerner@chromium.org>
>  R:	Evan Benn <evanbenn@chromium.org>
>  S:	Maintained
> -F:	devicetree/bindings/watchdog/arm-smc-wdt.yaml
> +F:	Documentation/devicetree/bindings/watchdog/arm-smc-wdt.yaml
>  F:	drivers/watchdog/arm_smc_wdt.c
>  
>  ARM SMMU DRIVERS
>
Julius Werner June 2, 2020, 8:16 p.m. UTC | #2
Reviewed-by: Julius Werner <jwerner@chromium.org>
Evan Benn June 2, 2020, 11:22 p.m. UTC | #3
Apologies for that slip up.

Reviewed-by: Evan Benn <evanbenn@chromium.org>

On Wed, Jun 3, 2020 at 6:16 AM Julius Werner <jwerner@chromium.org> wrote:
>
> Reviewed-by: Julius Werner <jwerner@chromium.org>
Evan Benn June 5, 2020, 1:42 a.m. UTC | #4
AFAICT this has now been merged upstream, I'm not sure what action to take:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5c24a28b4eb842ad1256496be6ae01bab15f1dcb
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=72a9e7fea5866fc471fda78f05f166595c8c6ba6

On Wed, Jun 3, 2020 at 9:22 AM Evan Benn <evanbenn@chromium.org> wrote:
>
> Apologies for that slip up.
>
> Reviewed-by: Evan Benn <evanbenn@chromium.org>
>
> On Wed, Jun 3, 2020 at 6:16 AM Julius Werner <jwerner@chromium.org> wrote:
> >
> > Reviewed-by: Julius Werner <jwerner@chromium.org>
Lukas Bulwahn June 30, 2020, 7:59 p.m. UTC | #5
On Fri, 5 Jun 2020, Evan Benn wrote:

> AFAICT this has now been merged upstream, I'm not sure what action to take:
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5c24a28b4eb842ad1256496be6ae01bab15f1dcb
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=72a9e7fea5866fc471fda78f05f166595c8c6ba6

This patch is still fully valid and still applies to next-20200630; it can 
be simply applied as any other bug fix to your driver code.

Evan, can you please ask Wim as linux-watchdog maintainer to pick-up this 
patch, with the reviews below?

Lukas

> 
> On Wed, Jun 3, 2020 at 9:22 AM Evan Benn <evanbenn@chromium.org> wrote:
> >
> > Apologies for that slip up.
> >
> > Reviewed-by: Evan Benn <evanbenn@chromium.org>
> >
> > On Wed, Jun 3, 2020 at 6:16 AM Julius Werner <jwerner@chromium.org> wrote:
> > >
> > > Reviewed-by: Julius Werner <jwerner@chromium.org>
>
Guenter Roeck June 30, 2020, 8:32 p.m. UTC | #6
On Tue, Jun 30, 2020 at 09:59:51PM +0200, Lukas Bulwahn wrote:
> 
> 
> On Fri, 5 Jun 2020, Evan Benn wrote:
> 
> > AFAICT this has now been merged upstream, I'm not sure what action to take:
> > 
> > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5c24a28b4eb842ad1256496be6ae01bab15f1dcb
> > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=72a9e7fea5866fc471fda78f05f166595c8c6ba6
> 
> This patch is still fully valid and still applies to next-20200630; it can 
> be simply applied as any other bug fix to your driver code.
> 
> Evan, can you please ask Wim as linux-watchdog maintainer to pick-up this 
> patch, with the reviews below?
> 

It is in my tree. Maybe it got lost in the back-and-forth. I'll send
a pull request to Wim in the next couple of weeks.

Guenter
Lukas Bulwahn June 30, 2020, 8:37 p.m. UTC | #7
On Tue, Jun 30, 2020 at 10:32 PM Guenter Roeck <linux@roeck-us.net> wrote:
>
> On Tue, Jun 30, 2020 at 09:59:51PM +0200, Lukas Bulwahn wrote:
> >
> >
> > On Fri, 5 Jun 2020, Evan Benn wrote:
> >
> > > AFAICT this has now been merged upstream, I'm not sure what action to take:
> > >
> > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5c24a28b4eb842ad1256496be6ae01bab15f1dcb
> > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=72a9e7fea5866fc471fda78f05f166595c8c6ba6
> >
> > This patch is still fully valid and still applies to next-20200630; it can
> > be simply applied as any other bug fix to your driver code.
> >
> > Evan, can you please ask Wim as linux-watchdog maintainer to pick-up this
> > patch, with the reviews below?
> >
>
> It is in my tree. Maybe it got lost in the back-and-forth. I'll send
> a pull request to Wim in the next couple of weeks.
>

Great! Thanks, Guenter.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index b045b70e54df..dcfb09700b96 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1489,7 +1489,7 @@  ARM SMC WATCHDOG DRIVER
 M:	Julius Werner <jwerner@chromium.org>
 R:	Evan Benn <evanbenn@chromium.org>
 S:	Maintained
-F:	devicetree/bindings/watchdog/arm-smc-wdt.yaml
+F:	Documentation/devicetree/bindings/watchdog/arm-smc-wdt.yaml
 F:	drivers/watchdog/arm_smc_wdt.c
 
 ARM SMMU DRIVERS