All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: cpuidle: exynos: include header in file pattern
@ 2021-02-10 17:22 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2021-02-10 17:22 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, Daniel Lezcano, Kukjin Kim,
	Rafael J. Wysocki, Krzysztof Kozlowski, linux-pm,
	linux-samsung-soc, linux-arm-kernel, linux-kernel

Inclue the platform data header in Exynos cpuidle maintainer entry.

Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 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:	linux-samsung-soc@vger.kernel.org
 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 <lorenzo.pieralisi@arm.com>
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] MAINTAINERS: cpuidle: exynos: include header in file pattern
@ 2021-02-10 17:22 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2021-02-10 17:22 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, Daniel Lezcano, Kukjin Kim,
	Rafael J. Wysocki, Krzysztof Kozlowski, linux-pm,
	linux-samsung-soc, linux-arm-kernel, linux-kernel

Inclue the platform data header in Exynos cpuidle maintainer entry.

Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 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:	linux-samsung-soc@vger.kernel.org
 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 <lorenzo.pieralisi@arm.com>
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: cpuidle: exynos: include header in file pattern
  2021-02-10 17:22 ` Krzysztof Kozlowski
@ 2021-02-12 15:56   ` Rafael J. Wysocki
  -1 siblings, 0 replies; 8+ messages in thread
From: Rafael J. Wysocki @ 2021-02-12 15:56 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Bartlomiej Zolnierkiewicz, Daniel Lezcano, Kukjin Kim,
	Rafael J. Wysocki, Linux PM, Linux Samsung SoC, Linux ARM,
	Linux Kernel Mailing List

On Wed, Feb 10, 2021 at 6:23 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> Inclue the platform data header in Exynos cpuidle maintainer entry.
>
> Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  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:        linux-samsung-soc@vger.kernel.org
>  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 <lorenzo.pieralisi@arm.com>
> --

Do you want me to apply this?

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: cpuidle: exynos: include header in file pattern
@ 2021-02-12 15:56   ` Rafael J. Wysocki
  0 siblings, 0 replies; 8+ messages in thread
From: Rafael J. Wysocki @ 2021-02-12 15:56 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Linux Samsung SoC, Linux PM, Daniel Lezcano, Rafael J. Wysocki,
	Linux Kernel Mailing List, Bartlomiej Zolnierkiewicz, Kukjin Kim,
	Linux ARM

On Wed, Feb 10, 2021 at 6:23 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> Inclue the platform data header in Exynos cpuidle maintainer entry.
>
> Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  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:        linux-samsung-soc@vger.kernel.org
>  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 <lorenzo.pieralisi@arm.com>
> --

Do you want me to apply this?

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: cpuidle: exynos: include header in file pattern
  2021-02-12 15:56   ` Rafael J. Wysocki
@ 2021-02-12 16:41     ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2021-02-12 16:41 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Bartlomiej Zolnierkiewicz, Daniel Lezcano, Kukjin Kim,
	Rafael J. Wysocki, Linux PM, Linux Samsung SoC, Linux ARM,
	Linux Kernel Mailing List

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 <krzk@kernel.org> wrote:
> >
> > Inclue the platform data header in Exynos cpuidle maintainer entry.
> >
> > Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> > Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> > Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
> > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> > ---
> >  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:        linux-samsung-soc@vger.kernel.org
> >  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 <lorenzo.pieralisi@arm.com>
> > --
> 
> Do you want me to apply this?

Hi Rafael,

Yes, please apply it.

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: cpuidle: exynos: include header in file pattern
@ 2021-02-12 16:41     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2021-02-12 16:41 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux Samsung SoC, Linux PM, Daniel Lezcano, Rafael J. Wysocki,
	Linux Kernel Mailing List, Bartlomiej Zolnierkiewicz, Kukjin Kim,
	Linux ARM

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 <krzk@kernel.org> wrote:
> >
> > Inclue the platform data header in Exynos cpuidle maintainer entry.
> >
> > Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> > Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> > Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
> > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> > ---
> >  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:        linux-samsung-soc@vger.kernel.org
> >  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 <lorenzo.pieralisi@arm.com>
> > --
> 
> Do you want me to apply this?

Hi Rafael,

Yes, please apply it.

Best regards,
Krzysztof


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: cpuidle: exynos: include header in file pattern
  2021-02-12 16:41     ` Krzysztof Kozlowski
@ 2021-02-12 17:09       ` Rafael J. Wysocki
  -1 siblings, 0 replies; 8+ messages in thread
From: Rafael J. Wysocki @ 2021-02-12 17:09 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Rafael J. Wysocki, Bartlomiej Zolnierkiewicz, Daniel Lezcano,
	Kukjin Kim, Rafael J. Wysocki, Linux PM, Linux Samsung SoC,
	Linux ARM, Linux Kernel Mailing List

On Fri, Feb 12, 2021 at 5:41 PM Krzysztof Kozlowski <krzk@kernel.org> 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 <krzk@kernel.org> wrote:
> > >
> > > Inclue the platform data header in Exynos cpuidle maintainer entry.
> > >
> > > Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> > > Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> > > Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
> > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> > > ---
> > >  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:        linux-samsung-soc@vger.kernel.org
> > >  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 <lorenzo.pieralisi@arm.com>
> > > --
> >
> > Do you want me to apply this?
>
> Hi Rafael,
>
> Yes, please apply it.

Done, thanks!

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: cpuidle: exynos: include header in file pattern
@ 2021-02-12 17:09       ` Rafael J. Wysocki
  0 siblings, 0 replies; 8+ messages in thread
From: Rafael J. Wysocki @ 2021-02-12 17:09 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Daniel Lezcano, Linux PM, Bartlomiej Zolnierkiewicz,
	Rafael J. Wysocki, Linux Kernel Mailing List, Linux Samsung SoC,
	Kukjin Kim, Rafael J. Wysocki, Linux ARM

On Fri, Feb 12, 2021 at 5:41 PM Krzysztof Kozlowski <krzk@kernel.org> 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 <krzk@kernel.org> wrote:
> > >
> > > Inclue the platform data header in Exynos cpuidle maintainer entry.
> > >
> > > Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> > > Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> > > Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
> > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> > > ---
> > >  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:        linux-samsung-soc@vger.kernel.org
> > >  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 <lorenzo.pieralisi@arm.com>
> > > --
> >
> > Do you want me to apply this?
>
> Hi Rafael,
>
> Yes, please apply it.

Done, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-02-12 17:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10 17:22 [PATCH] MAINTAINERS: cpuidle: exynos: include header in file pattern Krzysztof Kozlowski
2021-02-10 17:22 ` Krzysztof Kozlowski
2021-02-12 15:56 ` Rafael J. Wysocki
2021-02-12 15:56   ` Rafael J. Wysocki
2021-02-12 16:41   ` Krzysztof Kozlowski
2021-02-12 16:41     ` Krzysztof Kozlowski
2021-02-12 17:09     ` Rafael J. Wysocki
2021-02-12 17:09       ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.