linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add LAKML list to ACPI for ARM64 entry
@ 2019-01-11 12:04 Lorenzo Pieralisi
  2019-01-12  3:08 ` Hanjun Guo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lorenzo Pieralisi @ 2019-01-11 12:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Rafael J. Wysocki, Lorenzo Pieralisi, Catalin Marinas,
	Will Deacon, linux-acpi, Hanjun Guo, Sudeep Holla

Patches for ACPI for ARM64 must be posted and reviewed on the Linux
ARM kernel mailing list (in addition to linux-acpi@vger) since they
affect (and are merged through) the ARM64 tree.

Make this explicit.

Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Hanjun Guo <hanjun.guo@linaro.org>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 32d444476a90..442ec4db7342 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -365,6 +365,7 @@ M:	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
 M:	Hanjun Guo <hanjun.guo@linaro.org>
 M:	Sudeep Holla <sudeep.holla@arm.com>
 L:	linux-acpi@vger.kernel.org
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 F:	drivers/acpi/arm64
 
-- 
2.19.2


_______________________________________________
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] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Add LAKML list to ACPI for ARM64 entry
  2019-01-11 12:04 [PATCH] MAINTAINERS: Add LAKML list to ACPI for ARM64 entry Lorenzo Pieralisi
@ 2019-01-12  3:08 ` Hanjun Guo
  2019-01-14 17:36 ` Will Deacon
  2019-01-21 17:57 ` Catalin Marinas
  2 siblings, 0 replies; 4+ messages in thread
From: Hanjun Guo @ 2019-01-12  3:08 UTC (permalink / raw)
  To: Lorenzo Pieralisi, linux-arm-kernel
  Cc: Will Deacon, Sudeep Holla, Rafael J. Wysocki, linux-acpi,
	Hanjun Guo, Catalin Marinas

On 2019/1/11 20:04, Lorenzo Pieralisi wrote:
> Patches for ACPI for ARM64 must be posted and reviewed on the Linux
> ARM kernel mailing list (in addition to linux-acpi@vger) since they
> affect (and are merged through) the ARM64 tree.
> 
> Make this explicit.
> 
> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> Cc: Will Deacon <will.deacon@arm.com>
> Cc: Hanjun Guo <hanjun.guo@linaro.org>
> Cc: Sudeep Holla <sudeep.holla@arm.com>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Hanjun Guo <hanjun.guo@linaro.org>


_______________________________________________
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] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Add LAKML list to ACPI for ARM64 entry
  2019-01-11 12:04 [PATCH] MAINTAINERS: Add LAKML list to ACPI for ARM64 entry Lorenzo Pieralisi
  2019-01-12  3:08 ` Hanjun Guo
@ 2019-01-14 17:36 ` Will Deacon
  2019-01-21 17:57 ` Catalin Marinas
  2 siblings, 0 replies; 4+ messages in thread
From: Will Deacon @ 2019-01-14 17:36 UTC (permalink / raw)
  To: Lorenzo Pieralisi
  Cc: Catalin Marinas, Rafael J. Wysocki, linux-acpi, Hanjun Guo,
	Sudeep Holla, linux-arm-kernel

On Fri, Jan 11, 2019 at 12:04:19PM +0000, Lorenzo Pieralisi wrote:
> Patches for ACPI for ARM64 must be posted and reviewed on the Linux
> ARM kernel mailing list (in addition to linux-acpi@vger) since they
> affect (and are merged through) the ARM64 tree.
> 
> Make this explicit.
> 
> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> Cc: Will Deacon <will.deacon@arm.com>
> Cc: Hanjun Guo <hanjun.guo@linaro.org>
> Cc: Sudeep Holla <sudeep.holla@arm.com>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 32d444476a90..442ec4db7342 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -365,6 +365,7 @@ M:	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
>  M:	Hanjun Guo <hanjun.guo@linaro.org>
>  M:	Sudeep Holla <sudeep.holla@arm.com>
>  L:	linux-acpi@vger.kernel.org
> +L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained
>  F:	drivers/acpi/arm64

Makes sense:

Acked-by: Will Deacon <will.deacon@arm.com>

Will

_______________________________________________
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] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Add LAKML list to ACPI for ARM64 entry
  2019-01-11 12:04 [PATCH] MAINTAINERS: Add LAKML list to ACPI for ARM64 entry Lorenzo Pieralisi
  2019-01-12  3:08 ` Hanjun Guo
  2019-01-14 17:36 ` Will Deacon
@ 2019-01-21 17:57 ` Catalin Marinas
  2 siblings, 0 replies; 4+ messages in thread
From: Catalin Marinas @ 2019-01-21 17:57 UTC (permalink / raw)
  To: Lorenzo Pieralisi
  Cc: Rafael J. Wysocki, Will Deacon, linux-acpi, Hanjun Guo,
	Sudeep Holla, linux-arm-kernel

On Fri, Jan 11, 2019 at 12:04:19PM +0000, Lorenzo Pieralisi wrote:
> Patches for ACPI for ARM64 must be posted and reviewed on the Linux
> ARM kernel mailing list (in addition to linux-acpi@vger) since they
> affect (and are merged through) the ARM64 tree.
> 
> Make this explicit.
> 
> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> Cc: Will Deacon <will.deacon@arm.com>
> Cc: Hanjun Guo <hanjun.guo@linaro.org>
> Cc: Sudeep Holla <sudeep.holla@arm.com>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>

I queued this through the arm64 tree for 5.1. Thanks.

-- 
Catalin

_______________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2019-01-21 17:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-11 12:04 [PATCH] MAINTAINERS: Add LAKML list to ACPI for ARM64 entry Lorenzo Pieralisi
2019-01-12  3:08 ` Hanjun Guo
2019-01-14 17:36 ` Will Deacon
2019-01-21 17:57 ` Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).