diff options
author | Sudeep Holla <[email protected]> | 2017-01-03 12:32:48 +0000 |
---|---|---|
committer | Lorenzo Pieralisi <[email protected]> | 2017-01-03 17:53:00 +0000 |
commit | 32d53d1baf874caabe66ba565699ed5853fa2b6f (patch) | |
tree | 12dbfdc6e4ba05a3df96e44d8b324a894f6d6f8f | |
parent | 4309cfe334af9c3565d39e1ce3f9c62183cc67e4 (diff) |
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 <[email protected]>
Cc: Lorenzo Pieralisi <[email protected]>
Signed-off-by: Sudeep Holla <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
-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 <[email protected]> M: Lorenzo Pieralisi <[email protected]> S: Maintained -F: drivers/firmware/psci.c +F: drivers/firmware/psci*.c F: include/linux/psci.h F: include/uapi/linux/psci.h |