Message ID | 20210917133357.1911092-15-sudeep.holla@arm.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | mailbox: pcc: Add support for PCCT extended PCC subspaces | expand |
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 --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>
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