diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-06-01 15:19:30 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-06-01 15:19:30 +0200 |
commit | f1ecbf79554d30baef4bef770b9500a1b7c51b82 (patch) | |
tree | b709b3493808d37aec6836350d61ce3c43697b64 /MAINTAINERS | |
parent | be6018a44c2479d22fef40eb6f5a3442627b8bcb (diff) | |
parent | c343bf1ba5efcbf2266a1fe3baefec9cc82f867f (diff) | |
download | linux-f1ecbf79554d30baef4bef770b9500a1b7c51b82.tar.bz2 |
Merge branch 'pm-cpuidle'
* pm-cpuidle:
cpuidle: Fix three reference count leaks
cpuidle: Convert Qualcomm SPM driver to a generic CPUidle driver
Documentation: ABI: make current_governer_ro as a candidate for removal
Documentation: cpuidle: update the document
cpuidle: sysfs: Remove sysfs_switch and switch attributes
cpuidle: Make cpuidle governor switchable to be the default behaviour
cpuidle: sysfs: Accept governor name with 15 characters
cpuidle: sysfs: Fix the overlap for showing available governors
cpuidle: psci: Fixup execution order when entering a domain idle state
cpuidle: sysfs: Minor coding style corrections
cpuidle: sysfs: Remove the unused define_one_r(o/w) macros
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 50659d76976b..eec0dc698bbb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2225,6 +2225,7 @@ F: drivers/*/qcom* F: drivers/*/qcom/ F: drivers/bluetooth/btqcomsmd.c F: drivers/clocksource/timer-qcom.c +F: drivers/cpuidle/cpuidle-qcom-spm.c F: drivers/extcon/extcon-qcom* F: drivers/i2c/busses/i2c-qcom-geni.c F: drivers/i2c/busses/i2c-qup.c |