Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1495816 > unrolled thread
| Started by | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> |
|---|---|
| First post | 2016-10-05 13:30 +0200 |
| Last post | 2016-10-12 00:00 +0200 |
| Articles | 5 — 5 participants |
Back to article view | Back to linux.kernel
[PATCH] MAINTAINERS: Add ARM64-specific ACPI maintainers entry Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> - 2016-10-05 13:30 +0200
Re: [PATCH] MAINTAINERS: Add ARM64-specific ACPI maintainers entry Hanjun Guo <hanjun.guo@linaro.org> - 2016-10-09 06:00 +0200
Re: [PATCH] MAINTAINERS: Add ARM64-specific ACPI maintainers entry Will Deacon <will.deacon@arm.com> - 2016-10-10 12:40 +0200
Re: [PATCH] MAINTAINERS: Add ARM64-specific ACPI maintainers entry Sudeep Holla <sudeep.holla@arm.com> - 2016-10-10 16:50 +0200
Re: [PATCH] MAINTAINERS: Add ARM64-specific ACPI maintainers entry "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-10-12 00:00 +0200
| From | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> |
|---|---|
| Date | 2016-10-05 13:30 +0200 |
| Subject | [PATCH] MAINTAINERS: Add ARM64-specific ACPI maintainers entry |
| Message-ID | <soSyB-iX-11@gated-at.bofh.it> |
The ARM64 architecture defines ARM64 specific ACPI bindings to configure and set-up arch specific components. To simplify code reviews/updates and streamline the maintainership structure supporting the arch specific code, a new arm64 directory was created in /drivers/acpi, to contain ACPI code that is specific to ARM64 architecture. Add the ARM64-specific ACPI maintainers entry in MAINTAINERS for the newly created subdirectory and respective code content. Lorenzo Pieralisi will be in charge of submitting and managing the pull requests on behalf of all maintainers listed. Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Cc: Hanjun Guo <hanjun.guo@linaro.org> Cc: Sudeep Holla <sudeep.holla@arm.com> Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net> Link: http://lkml.kernel.org/r/1603704.EGiVTcCxLR@vostro.rjw.lan --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index f593300..2a70dd9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -316,6 +316,14 @@ W: https://01.org/linux-acpi S: Supported F: drivers/acpi/fan.c +ACPI FOR ARM64 (ACPI/arm64) +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 +S: Maintained +F: drivers/acpi/arm64 + ACPI THERMAL DRIVER M: Zhang Rui <rui.zhang@intel.com> L: linux-acpi@vger.kernel.org -- 2.10.0
[toc] | [next] | [standalone]
| From | Hanjun Guo <hanjun.guo@linaro.org> |
|---|---|
| Date | 2016-10-09 06:00 +0200 |
| Message-ID | <sqdrj-7u7-3@gated-at.bofh.it> |
| In reply to | #1495816 |
On 10/05/2016 07:25 PM, Lorenzo Pieralisi wrote: > The ARM64 architecture defines ARM64 specific ACPI bindings to > configure and set-up arch specific components. To simplify > code reviews/updates and streamline the maintainership structure > supporting the arch specific code, a new arm64 directory was created in > /drivers/acpi, to contain ACPI code that is specific to ARM64 > architecture. > > Add the ARM64-specific ACPI maintainers entry in MAINTAINERS for > the newly created subdirectory and respective code content. > > Lorenzo Pieralisi will be in charge of submitting and managing > the pull requests on behalf of all maintainers listed. > > Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> > Cc: Hanjun Guo <hanjun.guo@linaro.org> > Cc: Sudeep Holla <sudeep.holla@arm.com> > Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net> > Link: http://lkml.kernel.org/r/1603704.EGiVTcCxLR@vostro.rjw.lan Acked-by: Hanjun Guo <hanjun.guo@linaro.org> Thanks Hanjun
[toc] | [prev] | [next] | [standalone]
| From | Will Deacon <will.deacon@arm.com> |
|---|---|
| Date | 2016-10-10 12:40 +0200 |
| Message-ID | <sqG9X-7J-1@gated-at.bofh.it> |
| In reply to | #1495816 |
On Wed, Oct 05, 2016 at 12:25:40PM +0100, Lorenzo Pieralisi wrote: > The ARM64 architecture defines ARM64 specific ACPI bindings to > configure and set-up arch specific components. To simplify > code reviews/updates and streamline the maintainership structure > supporting the arch specific code, a new arm64 directory was created in > /drivers/acpi, to contain ACPI code that is specific to ARM64 > architecture. > > Add the ARM64-specific ACPI maintainers entry in MAINTAINERS for > the newly created subdirectory and respective code content. > > Lorenzo Pieralisi will be in charge of submitting and managing > the pull requests on behalf of all maintainers listed. > > Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> > Cc: Hanjun Guo <hanjun.guo@linaro.org> > Cc: Sudeep Holla <sudeep.holla@arm.com> > Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net> > Link: http://lkml.kernel.org/r/1603704.EGiVTcCxLR@vostro.rjw.lan > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index f593300..2a70dd9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -316,6 +316,14 @@ W: https://01.org/linux-acpi > S: Supported > F: drivers/acpi/fan.c > > +ACPI FOR ARM64 (ACPI/arm64) > +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 > +S: Maintained > +F: drivers/acpi/arm64 Thanks for doing this: Acked-by: Will Deacon <will.deacon@arm.com> Will
[toc] | [prev] | [next] | [standalone]
| From | Sudeep Holla <sudeep.holla@arm.com> |
|---|---|
| Date | 2016-10-10 16:50 +0200 |
| Message-ID | <sqK3U-2rp-15@gated-at.bofh.it> |
| In reply to | #1495816 |
On 05/10/16 12:25, Lorenzo Pieralisi wrote: > The ARM64 architecture defines ARM64 specific ACPI bindings to > configure and set-up arch specific components. To simplify > code reviews/updates and streamline the maintainership structure > supporting the arch specific code, a new arm64 directory was created in > /drivers/acpi, to contain ACPI code that is specific to ARM64 > architecture. > > Add the ARM64-specific ACPI maintainers entry in MAINTAINERS for > the newly created subdirectory and respective code content. > > Lorenzo Pieralisi will be in charge of submitting and managing > the pull requests on behalf of all maintainers listed. > > Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> > Cc: Hanjun Guo <hanjun.guo@linaro.org> > Cc: Sudeep Holla <sudeep.holla@arm.com> Acked-by: Sudeep Holla <sudeep.holla@arm.com> -- Regards, Sudeep
[toc] | [prev] | [next] | [standalone]
| From | "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|---|
| Date | 2016-10-12 00:00 +0200 |
| Message-ID | <srdfz-3AM-15@gated-at.bofh.it> |
| In reply to | #1495816 |
On Wednesday, October 05, 2016 12:25:40 PM Lorenzo Pieralisi wrote: > The ARM64 architecture defines ARM64 specific ACPI bindings to > configure and set-up arch specific components. To simplify > code reviews/updates and streamline the maintainership structure > supporting the arch specific code, a new arm64 directory was created in > /drivers/acpi, to contain ACPI code that is specific to ARM64 > architecture. > > Add the ARM64-specific ACPI maintainers entry in MAINTAINERS for > the newly created subdirectory and respective code content. > > Lorenzo Pieralisi will be in charge of submitting and managing > the pull requests on behalf of all maintainers listed. > > Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> > Cc: Hanjun Guo <hanjun.guo@linaro.org> > Cc: Sudeep Holla <sudeep.holla@arm.com> > Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net> > Link: http://lkml.kernel.org/r/1603704.EGiVTcCxLR@vostro.rjw.lan > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index f593300..2a70dd9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -316,6 +316,14 @@ W: https://01.org/linux-acpi > S: Supported > F: drivers/acpi/fan.c > > +ACPI FOR ARM64 (ACPI/arm64) > +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 > +S: Maintained > +F: drivers/acpi/arm64 > + > ACPI THERMAL DRIVER > M: Zhang Rui <rui.zhang@intel.com> > L: linux-acpi@vger.kernel.org > Applied (with tags). Thanks, Rafael
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web