| #
73cf33a4 |
| 26-Aug-2025 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge changes I1e816dc9,I6550f2b9 into integration
* changes: feat(mt8189): add UFS driver support fix(mediatek): fix mtcmos build failure
|
| #
897c2d07 |
| 26-Aug-2025 |
Cloud Zhang <cloud.zhang@mediatek.corp-partner.google.com> |
feat(mt8189): add UFS driver support
Add UFS driver support in platform.mk.
Signed-off-by: Cloud Zhang <cloud.zhang@mediatek.corp-partner.google.com> Change-Id: I1e816dc9c21e856ae50d4409f13b1a8598b
feat(mt8189): add UFS driver support
Add UFS driver support in platform.mk.
Signed-off-by: Cloud Zhang <cloud.zhang@mediatek.corp-partner.google.com> Change-Id: I1e816dc9c21e856ae50d4409f13b1a8598b6fb3f
show more ...
|
| #
c2fa83f9 |
| 21-Aug-2025 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge "feat(mt8189): add thermal driver support" into integration
|
| #
3da2d29c |
| 18-Jul-2025 |
Raymond Sun <raymond.sun@mediatek.com> |
feat(mt8189): add thermal driver support
The thermal sensor will be turned off when the system is in suspend state. This patch adds support for the suspend/resume flow for the thermal sensor.
Signe
feat(mt8189): add thermal driver support
The thermal sensor will be turned off when the system is in suspend state. This patch adds support for the suspend/resume flow for the thermal sensor.
Signed-off-by: Raymond Sun <raymond.sun@mediatek.com> Change-Id: I930574497b232627e0ca8f45701aead4e785c363
show more ...
|
| #
d17c62f1 |
| 18-Aug-2025 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge "feat(mt8189): add mtcmos config" into integration
|
| #
7e864c7f |
| 15-Aug-2025 |
irving-ch-lin <irving-ch.lin@mediatek.com> |
feat(mt8189): add mtcmos config
Add CONFIG_MTK_MTCMOS config to enable/disable mtcmos related function
Change-Id: Id87c958651bb5b79a58700a74ce6c2e191945dce Signed-off-by: irving-ch-lin <irving-ch.l
feat(mt8189): add mtcmos config
Add CONFIG_MTK_MTCMOS config to enable/disable mtcmos related function
Change-Id: Id87c958651bb5b79a58700a74ce6c2e191945dce Signed-off-by: irving-ch-lin <irving-ch.lin@mediatek.com>
show more ...
|
| #
7851f975 |
| 12-Aug-2025 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge "feat(mt8189): enable DCM to support LP mode" into integration
|
| #
f018e05d |
| 11-Aug-2025 |
Rabio-Wang <guanghui.wang@mediatek.com> |
feat(mt8189): enable DCM to support LP mode
Move the mt8188 DCM driver to common code to support both mt8188 and mt8189 platforms. This promotes better code sharing and improves maintainability.
En
feat(mt8189): enable DCM to support LP mode
Move the mt8188 DCM driver to common code to support both mt8188 and mt8189 platforms. This promotes better code sharing and improves maintainability.
Enable Dynamic Clock Management (DCM) for MT8189 to optimize power efficiency during low power (LP) mode. When activated, DCM automatically disables unused clocks when the bus is idle and resumes them as needed during bus activity.
Signed-off-by: Rabio-Wang <guanghui.wang@mediatek.com> Change-Id: I2f9665156c0118cd04109a3cedec4c63381e47c1
show more ...
|
| #
fa55368a |
| 11-Aug-2025 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge changes I8c979522,I7b39bf5b into integration
* changes: feat(mt8189): add mt8189 mtcmos platform data refactor(mt8196): refactor mtcmos driver to support per platform data
|
| #
d8c718c5 |
| 23-Jul-2025 |
irving-ch-lin <irving-ch.lin@mediatek.com> |
feat(mt8189): add mt8189 mtcmos platform data
Add mt8189 mtcmos platform data.
Signed-off-by: irving-ch-lin <irving-ch.lin@mediatek.com> Change-Id: I8c979522c6105faac40e0e8f5438718063eba1a4
|
| #
59ac0e5e |
| 08-Aug-2025 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge changes Iab4a77a6,I38c32fa3 into integration
* changes: feat(mt8189): add support for PTP3 refactor(mediatek): move ptp3_plat.h to common code
|
| #
3f446df4 |
| 29-Jul-2025 |
Hope Wang <hope.wang@mediatek.corp-partner.google.com> |
feat(mt8189): add support for PTP3
Use common PTP3 driver to protect CPU from excessive voltage drop in CPU heavy loading.
Signed-off-by: Hope Wang <hope.wang@mediatek.corp-partner.google.com> Chan
feat(mt8189): add support for PTP3
Use common PTP3 driver to protect CPU from excessive voltage drop in CPU heavy loading.
Signed-off-by: Hope Wang <hope.wang@mediatek.corp-partner.google.com> Change-Id: Iab4a77a6d1816a520f3fe112ef94efdc5789f6c8
show more ...
|
| #
af0370f2 |
| 07-Aug-2025 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge changes Id3360744,Iacb23acd,I2b60cc18,I625e9498,I477143c2, ... into integration
* changes: feat(mt8189): add EC pin control in SPM feat(mt8189): add LPM v2 support feat(mt8189): add SPM
Merge changes Id3360744,Iacb23acd,I2b60cc18,I625e9498,I477143c2, ... into integration
* changes: feat(mt8189): add EC pin control in SPM feat(mt8189): add LPM v2 support feat(mt8189): add SPM common driver support feat(mt8189): add VCORE DVFS drivers feat(mt8189): add SPM basic features support feat(mt8189): add SPM features support feat(mt8189): enable PMIC low power setting feat(mt8196): extract common SPM code for reuse
show more ...
|
| #
d92ee8e9 |
| 03-Jun-2025 |
Kun Lu <kun.lu@mediatek.com> |
feat(mt8189): add LPM v2 support
Add LPM (Low Power Module) v2 support for MT8189. LPM connects idle and SPM to achieve lower power consumption in some scenarios.
Signed-off-by: Kun Lu <kun.lu@medi
feat(mt8189): add LPM v2 support
Add LPM (Low Power Module) v2 support for MT8189. LPM connects idle and SPM to achieve lower power consumption in some scenarios.
Signed-off-by: Kun Lu <kun.lu@mediatek.com> Change-Id: Iacb23acd1848a57a6a140a47e030b235cfc43068
show more ...
|
| #
083cfadb |
| 03-Jun-2025 |
Kun Lu <kun.lu@mediatek.com> |
feat(mt8189): add SPM features support
When the system is in idle or suspend state, SPM will turn off some unused system resources. This patch enables this feature to achieve power saving.
Signed-o
feat(mt8189): add SPM features support
When the system is in idle or suspend state, SPM will turn off some unused system resources. This patch enables this feature to achieve power saving.
Signed-off-by: Kun Lu <kun.lu@mediatek.com> Change-Id: Ia346c0ea94fa7e427b16c3071ce4eeaa329aab44
show more ...
|
| #
578be2fc |
| 29-Jul-2025 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge "feat(mt8189): add support display driver" into integration
|
| #
69970765 |
| 07-Jul-2025 |
xiandong.wang <xiandong.wang@mediatek.corp-partner.google.com> |
feat(mt8189): add support display driver
After a suspend/resume cycle, the display's register state reverts to its default state. Therefore, display must set the register state to normal, allowing t
feat(mt8189): add support display driver
After a suspend/resume cycle, the display's register state reverts to its default state. Therefore, display must set the register state to normal, allowing the GCE and CPU to have the authority to configure this register.
Signed-off-by: xiandong.wang <xiandong.wang@mediatek.com> Change-Id: I124eb0eae17d7ab263c23374b70c3b6155dc7c3a
show more ...
|
| #
d04bff87 |
| 17-Jul-2025 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge changes I8bdf79e8,I0eebfdf6 into integration
* changes: feat(mt8189): add reset and poweroff function for PSCI call feat(mt8189): link prebuilt library
|
| #
148152f3 |
| 16-Jul-2025 |
Gavin Liu <gavin.liu@mediatek.corp-partner.google.com> |
feat(mt8189): add reset and poweroff function for PSCI call
Add reset and poweroff function for PSCI call.
Change-Id: I8bdf79e81f2fa1920d02af904d53eb610825d5e2 Signed-off-by: Gavin Liu <gavin.liu@m
feat(mt8189): add reset and poweroff function for PSCI call
Add reset and poweroff function for PSCI call.
Change-Id: I8bdf79e81f2fa1920d02af904d53eb610825d5e2 Signed-off-by: Gavin Liu <gavin.liu@mediatek.corp-partner.google.com>
show more ...
|
| #
4dfb8193 |
| 25-Apr-2025 |
Gavin Liu <gavin.liu@mediatek.corp-partner.google.com> |
feat(mt8189): link prebuilt library
If MTKLIB_PATH is provided, the build will use the library provided by MTKLIB_PATH. Otherwise, it will use stub implementation.
Signed-off-by: Gavin Liu <gavin.l
feat(mt8189): link prebuilt library
If MTKLIB_PATH is provided, the build will use the library provided by MTKLIB_PATH. Otherwise, it will use stub implementation.
Signed-off-by: Gavin Liu <gavin.liu@mediatek.corp-partner.google.com> Change-Id: I0eebfdf69ab1d4f7788b3cc6de26e47587f6b906
show more ...
|
| #
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
|
| #
9bfd8ffb |
| 26-Jun-2025 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge "feat(mt8189): add dfd driver" into integration
|
| #
aed177ce |
| 24-Jun-2025 |
Runyang Chen <runyang.chen@mediatek.com> |
feat(mt8189): add dfd driver
Add dfd init flow.
Signed-off-by: Runyang Chen <runyang.chen@mediatek.com> Change-Id: Iaad7a46d019a7bf5ae86ca7583291975e01bfbfb
|
| #
52c47c17 |
| 12-Jun-2025 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge changes Ie23e8ae5,I4d142cb0,I528a1117 into integration
* changes: feat(mt8189): add pmic driver feat(mt8189): add PWRAP driver feat(mt8189): add SPMI driver
|