forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pm-avs: PM: AVS: Drop the avs directory and the corresponding Kconfig PM: AVS: qcom-cpr: Move the driver to the qcom specific drivers PM: AVS: smartreflex Move driver to soc specific drivers PM: AVS: rockchip-io: Move the driver to the rockchip specific drivers
- Loading branch information
Showing
14 changed files
with
31 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5395,11 +5395,11 @@ F: include/linux/debugfs.h | |
F: include/linux/kobj* | ||
F: lib/kobj* | ||
|
||
DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS) | ||
DRIVERS FOR OMAP ADAPTIVE VOLTAGE SCALING (AVS) | ||
M: Nishanth Menon <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/power/avs/ | ||
F: drivers/soc/ti/smartreflex.c | ||
F: include/linux/power/smartreflex.h | ||
|
||
DRM DRIVER FOR ALLWINNER DE2 AND DE3 ENGINE | ||
|
@@ -14362,7 +14362,7 @@ L: [email protected] | |
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/power/avs/qcom,cpr.txt | ||
F: drivers/power/avs/qcom-cpr.c | ||
F: drivers/soc/qcom/cpr.c | ||
|
||
QUALCOMM CPUFREQ DRIVER MSM8996/APQ8096 | ||
M: Ilia Lin <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
source "drivers/power/avs/Kconfig" | ||
source "drivers/power/reset/Kconfig" | ||
source "drivers/power/supply/Kconfig" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
obj-$(CONFIG_POWER_AVS) += avs/ | ||
obj-$(CONFIG_POWER_RESET) += reset/ | ||
obj-$(CONFIG_POWER_SUPPLY) += supply/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.