2018-09-28 22:47:05

by Nishanth Menon

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Drop dt-bindings/genpd/k2g.h

Drop include/dt-bindings/genpd/k2g.h which disappeared from kernel tree
some time back, however MAINTAINERS file was missed to be updated.

Fixes: d16645054d2f ("dt-bindings: Drop k2g genpd device ID macros")
Cc: Rob Herring <[email protected]>
Cc: Dave Gerlach <[email protected]>
Cc: Santosh Shilimkar <[email protected]>
Cc: Tero Kristo <[email protected]>
Reported-by: Joe Perches <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
---

A big oops.. Sorry about that. will do better next time. I tried to relook and
I think we have'nt missed any other files.

Based off next-20180928 tag.

Santosh, any chance you could pick this up -> Thread:
https://www.mail-archive.com/[email protected]/msg1776470.html

MAINTAINERS | 1 -
1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1c62b724bb60..633aa6385e37 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14550,7 +14550,6 @@ F: Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
F: drivers/firmware/ti_sci*
F: include/linux/soc/ti/ti_sci_protocol.h
F: Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
-F: include/dt-bindings/genpd/k2g.h
F: drivers/soc/ti/ti_sci_pm_domains.c
F: Documentation/devicetree/bindings/reset/ti,sci-reset.txt
F: Documentation/devicetree/bindings/clock/ti,sci-clk.txt
--
2.15.1



2018-09-29 00:08:25

by Santosh Shilimkar

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Drop dt-bindings/genpd/k2g.h

Hi Anrd, Olof,

On 9/28/2018 3:46 PM, Nishanth Menon wrote:
> Drop include/dt-bindings/genpd/k2g.h which disappeared from kernel tree
> some time back, however MAINTAINERS file was missed to be updated.
>
> Fixes: d16645054d2f ("dt-bindings: Drop k2g genpd device ID macros")
> Cc: Rob Herring <[email protected]>
> Cc: Dave Gerlach <[email protected]>
> Cc: Santosh Shilimkar <[email protected]>
> Cc: Tero Kristo <[email protected]>
> Reported-by: Joe Perches <[email protected]>
> Signed-off-by: Nishanth Menon <[email protected]>
> ---
>
> A big oops.. Sorry about that. will do better next time. I tried to relook and
> I think we have'nt missed any other files.
>
> Based off next-20180928 tag.
>
> Santosh, any chance you could pick this up -> Thread:
> https://www.mail-archive.com/[email protected]/msg1776470.html
>
Could you please apply this to arm-soc tree if its not too
late ?


Acked-by: Santosh Shilimkar <[email protected]>

2018-10-01 13:20:20

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Drop dt-bindings/genpd/k2g.h

On Sat, Sep 29, 2018 at 2:07 AM Santosh Shilimkar
<[email protected]> wrote:
> On 9/28/2018 3:46 PM, Nishanth Menon wrote:
> > Drop include/dt-bindings/genpd/k2g.h which disappeared from kernel tree
> > some time back, however MAINTAINERS file was missed to be updated.
> >
> > Fixes: d16645054d2f ("dt-bindings: Drop k2g genpd device ID macros")
> > Cc: Rob Herring <[email protected]>
> > Cc: Dave Gerlach <[email protected]>
> > Cc: Santosh Shilimkar <[email protected]>
> > Cc: Tero Kristo <[email protected]>
> > Reported-by: Joe Perches <[email protected]>
> > Signed-off-by: Nishanth Menon <[email protected]>
> > ---
> >
> > A big oops.. Sorry about that. will do better next time. I tried to relook and
> > I think we have'nt missed any other files.
> >
> > Based off next-20180928 tag.
> >
> > Santosh, any chance you could pick this up -> Thread:
> > https://www.mail-archive.com/[email protected]/msg1776470.html
> >
> Could you please apply this to arm-soc tree if its not too
> late ?
>
> Acked-by: Santosh Shilimkar <[email protected]>

Applied to next/soc, thanks!

Arnd