Skip to content

3.12.0-stm32mp-r2.1

Compare
Choose a tag to compare
@spasdeloup spasdeloup released this 05 Jul 08:37
· 3 commits to 3.12.0-stm32mp since this release

The following changes since commit 639a856:

mk: config: allow to use lightweight tags instead of annotated ones (2021-10-28 15:00:14 +0200)

are available in the Git repository at:

https://github.com/STMicroelectronics/optee_os.git tags/3.12.0-stm32mp-r2.1

for you to fetch changes up to 1fe3b67:

plat-stm32mp1: cleanup allowed low power modes (2022-05-18 09:30:01 +0200)


Gatien Chevallier (2):
core: gic: don't clear and disable interrupts at GIC low-power resume
drivers: clk: clk-stm32mp15: fix CPU freq unchangeable after low-power

Jens Wiklander (1):
core: verify size of allocated shared memory

Pascal Paillet (2):
plat-stm32mp1: handle shutdown on power discrete
plat-stm32mp1: cleanup allowed low power modes

core/arch/arm/kernel/thread_optee_smc.c | 34 ++++++++++++++++--------------
core/arch/arm/kernel/thread_spmc.c | 6 ++++++
core/arch/arm/plat-stm32mp1/pm/low_power.c | 4 +++-
core/arch/arm/plat-stm32mp1/pm/psci.c | 9 +-------
core/drivers/clk/clk-stm32mp15.c | 6 ++++--
core/drivers/gic.c | 18 +++++++++++-----
core/include/drivers/gic.h | 3 +++
7 files changed, 48 insertions(+), 32 deletions(-)