diff mbox series

[v2,14/14] ACPI/PCC: Add myself as maintainer for PCC mailbox driver

Message ID 20210917133357.1911092-15-sudeep.holla@arm.com
State Accepted
Commit 9a172b62a9692c65a2eae3f3e9628d4c77d2f145
Headers show
Series mailbox: pcc: Add support for PCCT extended PCC subspaces | expand

Commit Message

Sudeep Holla Sept. 17, 2021, 1:33 p.m. UTC
Not much functionality is added since PCC driver was added 5 years ago.
There is need to restructure the driver while adding support for PCC
Extended subspaces type 3&4. There is more rework needed as more users
adopt PCC on arm64 platforms. In order to ease the same, I would like
to take responsibility to maintain this driver.

Cc: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Jassi Brar <jaswinder.singh@linaro.org>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>

---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

Hi Rafael,

As you mentioned offline that you haven't followed ACPI PCC changes
much and don't have time to review this, I thought of adding myself
as maintainer for the ACPI PCC part of the mailbox as I will be tracking
and using PCCT. Let me know if you have any objections.

Regards,
Sudeep

-- 
2.25.1

Comments

Wysocki, Rafael J Sept. 17, 2021, 3:10 p.m. UTC | #1
On 9/17/2021 3:33 PM, Sudeep Holla wrote:
> Not much functionality is added since PCC driver was added 5 years ago.

> There is need to restructure the driver while adding support for PCC

> Extended subspaces type 3&4. There is more rework needed as more users

> adopt PCC on arm64 platforms. In order to ease the same, I would like

> to take responsibility to maintain this driver.

>

> Cc: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>

> Cc: "Rafael J. Wysocki" <rafael@kernel.org>

> Cc: Jassi Brar <jaswinder.singh@linaro.org>

> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>

> ---

>   MAINTAINERS | 6 ++++++

>   1 file changed, 6 insertions(+)

>

> Hi Rafael,

>

> As you mentioned offline that you haven't followed ACPI PCC changes

> much and don't have time to review this, I thought of adding myself

> as maintainer for the ACPI PCC part of the mailbox as I will be tracking

> and using PCCT. Let me know if you have any objections.


No objections.

Acked-by: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>



> diff --git a/MAINTAINERS b/MAINTAINERS

> index eeb4c70b3d5b..8d41dd710ae9 100644

> --- a/MAINTAINERS

> +++ b/MAINTAINERS

> @@ -401,6 +401,12 @@ L:	platform-driver-x86@vger.kernel.org

>   S:	Maintained

>   F:	drivers/platform/x86/i2c-multi-instantiate.c

>   

> +ACPI PCC(Platform Communication Channel) MAILBOX DRIVER

> +M:	Sudeep Holla <sudeep.holla@arm.com>

> +L:	linux-acpi@vger.kernel.org

> +S:	Supported

> +F:	drivers/mailbox/pcc.c

> +

>   ACPI PMIC DRIVERS

>   M:	"Rafael J. Wysocki" <rafael@kernel.org>

>   M:	Len Brown <lenb@kernel.org>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index eeb4c70b3d5b..8d41dd710ae9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -401,6 +401,12 @@  L:	platform-driver-x86@vger.kernel.org
 S:	Maintained
 F:	drivers/platform/x86/i2c-multi-instantiate.c
 
+ACPI PCC(Platform Communication Channel) MAILBOX DRIVER
+M:	Sudeep Holla <sudeep.holla@arm.com>
+L:	linux-acpi@vger.kernel.org
+S:	Supported
+F:	drivers/mailbox/pcc.c
+
 ACPI PMIC DRIVERS
 M:	"Rafael J. Wysocki" <rafael@kernel.org>
 M:	Len Brown <lenb@kernel.org>