mbox series

[v2,0/4] Enhance mediatek-cpufreq robustness

Message ID 20230324101130.14053-1-jia-wei.chang@mediatek.com (mailing list archive)
Headers show
Series Enhance mediatek-cpufreq robustness | expand

Message

Jia-wei Chang (張佳偉) March 24, 2023, 10:11 a.m. UTC
From: "Jia-Wei Chang" <jia-wei.chang@mediatek.com>

MediaTek cpufreq driver has some reported problems required to be fixed.

Change since v1:
- Fix error handling in patch [2/3] in a way of "Free the Last Thing
  Style". Refine its commit message tag.
- Remove the change for MT7622/7623 platform data in the patch [3/3].
- Add the patch for MT7622/7623 platform data [1] in this series.
[1]: Message ID: 20221202095227.167492-1-angelogioacchino.delregno@collabora.com/

Tested on:
MT8186 Platform (kernel v5.15)

AngeloGioacchino Del Regno (1):
  cpufreq: mediatek: Raise proc and sram max voltage for MT7622/7623

jia-wei.chang (3):
  cpufreq: mediatek: fix passing zero to 'PTR_ERR'
  cpufreq: mediatek: fix KP caused by handler usage after
    regulator_put/clk_put
  cpufreq: mediatek: raise proc/sram max voltage for MT8516

 drivers/cpufreq/mediatek-cpufreq.c | 98 +++++++++++++++++-------------
 1 file changed, 57 insertions(+), 41 deletions(-)

Comments

Viresh Kumar March 30, 2023, 3:50 a.m. UTC | #1
On 24-03-23, 18:11, jia-wei.chang wrote:
> From: "Jia-Wei Chang" <jia-wei.chang@mediatek.com>
> 
> MediaTek cpufreq driver has some reported problems required to be fixed.
> 
> Change since v1:
> - Fix error handling in patch [2/3] in a way of "Free the Last Thing
>   Style". Refine its commit message tag.
> - Remove the change for MT7622/7623 platform data in the patch [3/3].
> - Add the patch for MT7622/7623 platform data [1] in this series.
> [1]: Message ID: 20221202095227.167492-1-angelogioacchino.delregno@collabora.com/
> 
> Tested on:
> MT8186 Platform (kernel v5.15)

Applied. Thanks.