From 2378c4f082a31c8e05e192d3f0b775d582b04979 Mon Sep 17 00:00:00 2001 From: Tomasz Leman Date: Thu, 12 Dec 2024 01:00:06 +0100 Subject: [PATCH 1/2] west.yml: update zephyr to 7fa8bf17563 Total of 356 commits. Changes include: 9edca5e1f5b drivers: gpdma: Refactor power management initialization fe2861b5cdd dai: intel: ssp: Refactor power management initialization 618e83e7213 dai: intel: dmic: Refactor power management initialization fa4a9db7a3e dma: intel_adsp_hda: Fix invalid init sequence and register use 329675ab7c6 dma: intel_adsp_hda: Refactor power management and correct power domains fd4a4bf7022 dai: intel: hda: Add power management Signed-off-by: Tomasz Leman (cherry picked from commit 387aaca9989cddea8fbc3ebc9f66bd0272f07577) --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 9b5688a9facc..50151f8154eb 100644 --- a/west.yml +++ b/west.yml @@ -43,7 +43,7 @@ manifest: - name: zephyr repo-path: zephyr - revision: 1d40a7ee3415d8bb6a3772c41ce580bc8a8c2db4 + revision: 7fa8bf17563bc57d37605a724da61786f7759c28 remote: zephyrproject # Import some projects listed in zephyr/west.yml@revision From fb2af5e83c0839dadd35b4c19b0260d3035ed9aa Mon Sep 17 00:00:00 2001 From: Laurentiu Mihalcea Date: Mon, 16 Dec 2024 13:43:49 +0200 Subject: [PATCH 2/2] west.yml: update Zephyr to 36517253160 Total of 135 commits. Changes include: 36517253160 dts: xtensa: nxp_imx8: add edma power domains 2eecf886985 dts: xtensa: nxp_imx8: move up the definition of system-controller c8a984708cc dts: xtensa: add imx8qm and imx8qxp DTSI variants 8a060ba4a10 dma: dma_nxp_edma: add support for managing per-channel PDs 520c967c426 dma: dma_nxp_edma: make sure channel is inactive when releasing b3fa605dec8 dma: dma_nxp_edma: perform IRQ enable/disable on channel request/release 80df3a0d2da dma: dma_nxp_edma: refactor state transitioning Signed-off-by: Laurentiu Mihalcea (cherry picked from commit 3e60e08d6e394695937c04963bb3863d13e508c6) --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 50151f8154eb..93c803c8d725 100644 --- a/west.yml +++ b/west.yml @@ -43,7 +43,7 @@ manifest: - name: zephyr repo-path: zephyr - revision: 7fa8bf17563bc57d37605a724da61786f7759c28 + revision: 36517253160663f5cdb0f496cb166236fe4ad4c4 remote: zephyrproject # Import some projects listed in zephyr/west.yml@revision