-
cf81913...
by
Adrian Bonislawski <email address hidden>
on 2020-11-18
-
Revert "smart_amp: fix smart amplifier tplg"
This reverts commit 97377c3757e9889597fb4c43d2fa7aef05a0f06e.
-
75561a9...
by
Adrian Bonislawski <email address hidden>
on 2020-09-07
-
tgl: enable WOVCRO clock
This will allow to save significant amount of SOC power
in low power S0ix WoV
Signed-off-by: Adrian Bonislawski <email address hidden>
-
0c25eb8...
by
Adrian Bonislawski <email address hidden>
on 2020-09-25
-
clk: release clock in low power mode
This patch will release previous clock in low power mode
because there are some rare problems with not releasing it
Signed-off-by: Adrian Bonislawski <email address hidden>
-
ab1d9e0...
by
Adrian Bonislawski <email address hidden>
on 2020-09-15
-
clk: add WAITI_FREQ_IDX to make clock switching more flexible
It will allow to define cpu waiti clock per platform
instead of fixed one (LPRO)
Signed-off-by: Adrian Bonislawski <email address hidden>
-
e51df87...
by
Adrian Bonislawski <email address hidden>
on 2020-08-19
-
memory: TGL HPSRAM LDOCTL fix
This patch will limit LDO settings to LDO2
Signed-off-by: Adrian Bonislawski <email address hidden>
-
8484106...
by
Adrian Bonislawski <email address hidden>
on 2020-08-18
-
kconfig: enable performance and residency counters
Enable performance and residency counters for CNL, ICL, JSL and TGL
Signed-off-by: Adrian Bonislawski <email address hidden>
-
7c78d35...
by
Janusz Jankowski <email address hidden>
on 2020-07-07
-
chrome: tgl: disable system agent
Current implementation doesn't fit processing restrictions,
so we need to disable system agent in order to avoid FW hang.
Signed-off-by: Janusz Jankowski <email address hidden>
-
e7a339b...
by
Ryan Lee <email address hidden>
on 2020-11-16
-
smart amp: memory reset after allocation
Added memset by zero after memory allocation.
Signed-off-by: Ryan Lee <email address hidden>
-
1b89167...
by
Ryan Lee <email address hidden>
on 2020-11-09
-
smart amp: added forced parameter function
Read whole DSM parameters including non-volatile parameters
from DSM component instead of reading cache.
The function is added for the diagnostic purpose.
Signed-off-by: Ryan Lee <email address hidden>
-
f0b2017...
by
Ryan Lee <email address hidden>
on 2020-11-09
-
smart amp: parameter restoration after DSM re-init
DSM is re-initialized when the format is changed.
DSM parameters loaded from the blob before re-init
is not safe for the re-init process
Parameter re-configuration is necessary after re-init.
'maxim_dsm_restore_param' was added for this purpose.
Signed-off-by: Ryan Lee <email address hidden>