Commit Graph

4 Commits

Author SHA1 Message Date
Hanjie Lin caa8b668c5 debug: gki optimize [2/4]
PD#SWPL-99365

Problem:
gki optimize

Solution:
1, code optimize
2, watchdog_hld to ko

Verify:
sc2_ah212

Change-Id: Ibb1b16bd61d794defb39d53f17ad86179ba4a661
Signed-off-by: Hanjie Lin <hanjie.lin@amlogic.com>
2022-12-27 04:32:55 -08:00
Liming Xue 61fff05790 Typo Check: dsp and thermal wrong words [1/1]
PD#SWPL-103829

Problem:
there are words spelling error

Solution:
correct spelling mistakes

Verify:
local scan

Change-Id: Ifc0bf977d64ceed2ae67a3235077fc9d4c734f0e
Signed-off-by: Liming Xue <liming.xue@amlogic.com>
2022-12-05 21:08:18 -07:00
wanwei.jiang c62adfbc9d thermal: cfi issue [1/1]
PD#SWPL-70496

Problem:
fix cfi issue

Solution:
correct function type

Verify:
s4d

Change-Id: I856492afc7c31512e7818396de0f520b7c66d729
Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
2022-01-17 20:13:35 +08:00
wanwei.jiang 82c658e68b thermal: porting thermal driver [1/1]
PD#SWPL-68630

Problem:
porting thermal driver

Solution:
1. porting thermal driver
2. modify the function type of the member of
struct thermal_cooling_device_ops
state2power
power2state
get_requested_power
3. modify the function(cpu_hotplug.c) interface
cpu_up() --> add_cpu()
cpu_down() --> remove_cpu()
4. modify config and move module_init from meson_cooldev.c to meson_tsensor.c
5. modify pr_info() --> pr_debug() when probe

Verify:
s4d

Change-Id: I5eead0120dbc826cbb4282d28d7531018c826025
Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
2022-01-14 18:39:57 +08:00