Commit 10ec0ed
Frantisek Hrbata
Merge: Update drivers/powercap to enable support for Arm SystemReady IR platforms
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/1372
```
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2126952
This is one of a series of patch sets to enable Arm SystemReady IR
support in the kernel for compliant platforms. This set cleans up
powercap and enables DTPM for edge systems to use in thermal and power
management; this is all in drivers/powercap. This set has been tested
via simple boot tests, and of course the CI loop. This may be difficult
to test on Arm due to DTPM being a very new feature. However, this is
exactly the same powercap framework used by intel_rapl, which should
continue to function properly regardless.
Signed-off-by: Al Stone <ahs3@redhat.com>
```
Approved-by: David Arcari <darcari@redhat.com>
Approved-by: Mark Langsdorf <mlangsdo@redhat.com>
Approved-by: Phil Auld <pauld@redhat.com>
Signed-off-by: Frantisek Hrbata <fhrbata@redhat.com>File tree
26 files changed
+741
-274
lines changed- Documentation/power
- drivers
- cpufreq
- opp
- powercap
- thermal
- include
- asm-generic
- linux
- kernel
- power
- sched
- redhat/configs/common/generic
- arm/aarch64
- x86
26 files changed
+741
-274
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
| 139 | + | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1448 | 1448 | | |
1449 | 1449 | | |
1450 | 1450 | | |
1451 | | - | |
| 1451 | + | |
1452 | 1452 | | |
1453 | 1453 | | |
1454 | 1454 | | |
| |||
1482 | 1482 | | |
1483 | 1483 | | |
1484 | 1484 | | |
1485 | | - | |
1486 | | - | |
| 1485 | + | |
| 1486 | + | |
1487 | 1487 | | |
1488 | 1488 | | |
1489 | 1489 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
59 | 67 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments