diff options
author | 2021-09-17 14:33:57 +0100 | |
---|---|---|
committer | 2021-10-29 22:48:15 -0500 | |
commit | 9a172b62a9692c65a2eae3f3e9628d4c77d2f145 (patch) | |
tree | 7c469c9ccd90d28118debbdccb310bfbf20b48cd | |
parent | mailbox: pcc: Move bulk of PCCT parsing into pcc_mbox_probe (diff) | |
download | linux-dev-9a172b62a9692c65a2eae3f3e9628d4c77d2f145.tar.xz linux-dev-9a172b62a9692c65a2eae3f3e9628d4c77d2f145.zip |
ACPI/PCC: Add maintainer for PCC mailbox driver
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.
Acked-by: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fb20f2aed390..333eff21b8d2 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> |