diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2017-01-03 12:32:48 +0000 |
---|---|---|
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2017-01-03 17:53:00 +0000 |
commit | 32d53d1baf874caabe66ba565699ed5853fa2b6f (patch) | |
tree | 12dbfdc6e4ba05a3df96e44d8b324a894f6d6f8f | |
parent | 4309cfe334af9c3565d39e1ce3f9c62183cc67e4 (diff) | |
download | linux-exynos-32d53d1baf874caabe66ba565699ed5853fa2b6f.tar.gz linux-exynos-32d53d1baf874caabe66ba565699ed5853fa2b6f.tar.bz2 linux-exynos-32d53d1baf874caabe66ba565699ed5853fa2b6f.zip |
MAINTAINERS: extend PSCI entry to cover the newly add PSCI checker code
This patch extends the file entry for PSCI so that the newly added
PSCI checker module code is also covered.
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cfff2c9e3d94..c7397bdef186 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9842,7 +9842,7 @@ M: Mark Rutland <mark.rutland@arm.com> M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> L: linux-arm-kernel@lists.infradead.org S: Maintained -F: drivers/firmware/psci.c +F: drivers/firmware/psci*.c F: include/linux/psci.h F: include/uapi/linux/psci.h |