| #
3fb300a9 |
| 08-Jul-2025 |
Manish Pandey <manish.pandey2@arm.com> |
Merge "feat(mt8189): add hotplug driver" into integration
|
| #
b8d63a7a |
| 22-Mar-2025 |
Kai Liang <kai.liang@mediatek.corp-partner.google.com> |
feat(mt8189): add hotplug driver
Minor hardware changes require minor driver updates.
Signed-off-by: Kai Liang <kai.liang@mediatek.com> Change-Id: Iaeed93a7cf1b8c22979fedf7bd571f30398d410e
|
| #
ba96b79b |
| 11-Jun-2025 |
Manish V Badarkhe <manish.badarkhe@arm.com> |
Merge "fix(mt8188): fix variable may be used uninitialized error" into integration
|
| #
3599f40a |
| 08-Apr-2025 |
Boyan Karatotev <boyan.karatotev@arm.com> |
fix(mt8188): fix variable may be used uninitialized error
When compiling with LTO enabled, the compiler can observe the `default` code path of PER_CPU_PWR_CTRL as leaving the pwr_ctrl variable unini
fix(mt8188): fix variable may be used uninitialized error
When compiling with LTO enabled, the compiler can observe the `default` code path of PER_CPU_PWR_CTRL as leaving the pwr_ctrl variable uninitialised. We know this is not possible, but assure the compiler that this will not be the case.
Change-Id: Ia58beea6b0f767fbbeb7f811af8c70fd1fece8c1 Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
show more ...
|
| #
af1ee1fa |
| 05-Oct-2022 |
Olivier Deprez <olivier.deprez@arm.com> |
Merge changes from topic "mt8188 cpu_pm" into integration
* changes: feat(mediatek): move lpm drivers back to common feat(mt8188): add cpu_pm driver fix(mt8188): refine c-state power domain fo
Merge changes from topic "mt8188 cpu_pm" into integration
* changes: feat(mediatek): move lpm drivers back to common feat(mt8188): add cpu_pm driver fix(mt8188): refine c-state power domain for extensibility
show more ...
|
| #
4fe7e6a8 |
| 05-Sep-2022 |
Edward-JW Yang <edward-jw.yang@mediatek.com> |
feat(mt8188): add cpu_pm driver
- Add cpu_pm driver for CPU idle and SMP flow. - Add SMP driver for CPU power on/off control. - Add CPC driver to handle CPU powered on/off in CPU suspend. - Add mbox
feat(mt8188): add cpu_pm driver
- Add cpu_pm driver for CPU idle and SMP flow. - Add SMP driver for CPU power on/off control. - Add CPC driver to handle CPU powered on/off in CPU suspend. - Add mbox driver for tinysys support.
Signed-off-by: Edward-JW Yang <edward-jw.yang@mediatek.com> Change-Id: I20141474e1c43cdfacb9f2c6a2285721e50a617c
show more ...
|