2021-02-10 17:27:36

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: cpuidle: exynos: include header in file pattern

Inclue the platform data header in Exynos cpuidle maintainer entry.

Cc: Bartlomiej Zolnierkiewicz <[email protected]>
Cc: Daniel Lezcano <[email protected]>
Cc: Rafael J. Wysocki <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 674f42375acf..68e2b4cb4788 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4625,6 +4625,7 @@ L: [email protected]
S: Supported
F: arch/arm/mach-exynos/pm.c
F: drivers/cpuidle/cpuidle-exynos.c
+F: include/linux/platform_data/cpuidle-exynos.h

CPUIDLE DRIVER - ARM PSCI
M: Lorenzo Pieralisi <[email protected]>
--
2.25.1


2021-02-12 16:01:18

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: cpuidle: exynos: include header in file pattern

On Wed, Feb 10, 2021 at 6:23 PM Krzysztof Kozlowski <[email protected]> wrote:
>
> Inclue the platform data header in Exynos cpuidle maintainer entry.
>
> Cc: Bartlomiej Zolnierkiewicz <[email protected]>
> Cc: Daniel Lezcano <[email protected]>
> Cc: Rafael J. Wysocki <[email protected]>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 674f42375acf..68e2b4cb4788 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4625,6 +4625,7 @@ L: [email protected]
> S: Supported
> F: arch/arm/mach-exynos/pm.c
> F: drivers/cpuidle/cpuidle-exynos.c
> +F: include/linux/platform_data/cpuidle-exynos.h
>
> CPUIDLE DRIVER - ARM PSCI
> M: Lorenzo Pieralisi <[email protected]>
> --

Do you want me to apply this?

2021-02-12 16:44:08

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: cpuidle: exynos: include header in file pattern

On Fri, Feb 12, 2021 at 04:56:53PM +0100, Rafael J. Wysocki wrote:
> On Wed, Feb 10, 2021 at 6:23 PM Krzysztof Kozlowski <[email protected]> wrote:
> >
> > Inclue the platform data header in Exynos cpuidle maintainer entry.
> >
> > Cc: Bartlomiej Zolnierkiewicz <[email protected]>
> > Cc: Daniel Lezcano <[email protected]>
> > Cc: Rafael J. Wysocki <[email protected]>
> > Signed-off-by: Krzysztof Kozlowski <[email protected]>
> > ---
> > MAINTAINERS | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 674f42375acf..68e2b4cb4788 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -4625,6 +4625,7 @@ L: [email protected]
> > S: Supported
> > F: arch/arm/mach-exynos/pm.c
> > F: drivers/cpuidle/cpuidle-exynos.c
> > +F: include/linux/platform_data/cpuidle-exynos.h
> >
> > CPUIDLE DRIVER - ARM PSCI
> > M: Lorenzo Pieralisi <[email protected]>
> > --
>
> Do you want me to apply this?

Hi Rafael,

Yes, please apply it.

Best regards,
Krzysztof

2021-02-12 17:13:15

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: cpuidle: exynos: include header in file pattern

On Fri, Feb 12, 2021 at 5:41 PM Krzysztof Kozlowski <[email protected]> wrote:
>
> On Fri, Feb 12, 2021 at 04:56:53PM +0100, Rafael J. Wysocki wrote:
> > On Wed, Feb 10, 2021 at 6:23 PM Krzysztof Kozlowski <[email protected]> wrote:
> > >
> > > Inclue the platform data header in Exynos cpuidle maintainer entry.
> > >
> > > Cc: Bartlomiej Zolnierkiewicz <[email protected]>
> > > Cc: Daniel Lezcano <[email protected]>
> > > Cc: Rafael J. Wysocki <[email protected]>
> > > Signed-off-by: Krzysztof Kozlowski <[email protected]>
> > > ---
> > > MAINTAINERS | 1 +
> > > 1 file changed, 1 insertion(+)
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 674f42375acf..68e2b4cb4788 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -4625,6 +4625,7 @@ L: [email protected]
> > > S: Supported
> > > F: arch/arm/mach-exynos/pm.c
> > > F: drivers/cpuidle/cpuidle-exynos.c
> > > +F: include/linux/platform_data/cpuidle-exynos.h
> > >
> > > CPUIDLE DRIVER - ARM PSCI
> > > M: Lorenzo Pieralisi <[email protected]>
> > > --
> >
> > Do you want me to apply this?
>
> Hi Rafael,
>
> Yes, please apply it.

Done, thanks!