From patchwork Sat May 7 16:34:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 12842053 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CFFA3C433F5 for ; Sat, 7 May 2022 16:34:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 990E9C385AF; Sat, 7 May 2022 16:34:36 +0000 (UTC) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 931D0C385A5; Sat, 7 May 2022 16:34:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 931D0C385A5 Authentication-Results: smtp.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=ti.com Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 247GYOsO100792; Sat, 7 May 2022 11:34:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1651941264; bh=KsRZNDmgoelvf0kK1dKKAXpofC9r2Cv6+TG6t7Sk8Ig=; h=Date:From:To:CC:Subject; b=PzEMVlVv+k9vtdDMyWpDi/Pc3sgbzPh0iWSfOOUZ695O8rJ7sFDh0LVKkfrA2mTkY EUdA9zgyx2PplLFN4mYiErfUGgGBqKZ8rSCskVbCmMxEZcB6I4hdw/YGkARdfQWD7N qFjYM+XuEU/I0BF4DMrmB7ttA2XFvT/enLrfBouE= Received: from DFLE108.ent.ti.com (dfle108.ent.ti.com [10.64.6.29]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 247GYO9u028525 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Sat, 7 May 2022 11:34:24 -0500 Received: from DFLE108.ent.ti.com (10.64.6.29) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Sat, 7 May 2022 11:34:24 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Sat, 7 May 2022 11:34:24 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 247GYOkD059361; Sat, 7 May 2022 11:34:24 -0500 Date: Sat, 7 May 2022 11:34:24 -0500 From: Nishanth Menon List-Id: To: Olof Johansson , Arnd Bergmann , , CC: , , Santosh Shilimkar , Tony Lindgren Subject: [GIT PULL 1/2] TI SoC driver updates for v5.19 Message-ID: <20220507163424.pvqnwrxpoo73lmp2@debtless> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Hi ARM SoC maintainers, Please pull: The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-driver-soc-for-v5.19 for you to fetch changes up to 2a21f9e6d9a408dbd09a01caf5fff42c2f70fa82: soc: ti: wkup_m3_ipc: Add debug option to halt m3 in suspend (2022-05-03 08:02:09 -0500) ---------------------------------------------------------------- TI Driver updates for v5.19 * wkup_m3: io isolation, voltage scaling, vtt regulator and a debug option to stop m3 in suspend. * tisci: support for polled mode for system suspend, reset driver is now enabled for COMPILE_TEST * knav, dma.. misc cleanups for IS_ERR, pm_run_time*, and various other fixups. ---------------------------------------------------------------- Dave Gerlach (5): soc: ti: wkup_m3_ipc: Add support for toggling VTT regulator firmware: ti_sci: Switch transport to polled mode during system suspend soc: ti: wkup_m3_ipc: Add support for IO Isolation soc: ti: wkup_m3_ipc: Add support for i2c voltage scaling soc: ti: wkup_m3_ipc: Add debug option to halt m3 in suspend Haowen Bai (1): soc: ti: knav_qmss_queue: Use IS_ERR instead of IS_ERR_OR_NULL when checking knav_queue_open() result Jakob Koschel (1): soc: ti: replace usage of found with dedicated list iterator variable Minghao Chi (4): soc: ti: pruss: using pm_runtime_resume_and_get instead of pm_runtime_get_sync soc: ti: knav_dma: Use pm_runtime_resume_and_get instead of pm_runtime_get_sync soc: ti: knav_qmss_queue: Use pm_runtime_resume_and_get instead of pm_runtime_get_sync soc: ti: pm33xx: using pm_runtime_resume_and_get instead of pm_runtime_get_sync Minghao Chi (CGEL ZTE) (1): soc: ti: omap_prm: Use of_device_get_match_data() Philipp Zabel (1): reset: ti-sci: Allow building under COMPILE_TEST QintaoShen (1): soc: ti: ti_sci_pm_domains: Check for null return of devm_kcalloc Yihao Han (1): soc: ti: wkup_m3_ipc: fix platform_get_irq.cocci warning drivers/firmware/ti_sci.c | 61 +++++++++-- drivers/reset/Kconfig | 2 +- drivers/soc/ti/knav_dma.c | 29 +++-- drivers/soc/ti/knav_qmss_queue.c | 21 ++-- drivers/soc/ti/omap_prm.c | 7 +- drivers/soc/ti/pm33xx.c | 6 +- drivers/soc/ti/pruss.c | 3 +- drivers/soc/ti/ti_sci_pm_domains.c | 2 + drivers/soc/ti/wkup_m3_ipc.c | 210 +++++++++++++++++++++++++++++++++++-- include/linux/wkup_m3_ipc.h | 13 +++ 10 files changed, 302 insertions(+), 52 deletions(-) From patchwork Sat May 7 16:34:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 12842054 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6C8F7C433F5 for ; Sat, 7 May 2022 16:34:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 54A4CC385A9; Sat, 7 May 2022 16:34:45 +0000 (UTC) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 86247C385A6; Sat, 7 May 2022 16:34:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 86247C385A6 Authentication-Results: smtp.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=ti.com Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 247GYZsr111500; Sat, 7 May 2022 11:34:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1651941275; bh=Hur27LN4fekLufj1k16EnyuF+7Y01NJ48WB1vYzscoU=; h=Date:From:To:CC:Subject; b=tXiML59uN5LW6pw2muk8PTW7+B1plviyQQwwtu3r5HFX7DEWEB7EWuhWunXpFMsCz b1jYoWtoUpMmdEEXHjnuY0/Z+U2vuYpzz/UixyM3aQkk+hQo3aFbhIq19R5BlVuPDp a60BB+QTflfPXsfndOJH+vxM/dt53FeJRIVP1ZPE= Received: from DLEE114.ent.ti.com (dlee114.ent.ti.com [157.170.170.25]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 247GYZHE028615 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Sat, 7 May 2022 11:34:35 -0500 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE114.ent.ti.com (157.170.170.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Sat, 7 May 2022 11:34:35 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Sat, 7 May 2022 11:34:35 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 247GYZvu059962; Sat, 7 May 2022 11:34:35 -0500 Date: Sat, 7 May 2022 11:34:35 -0500 From: Nishanth Menon List-Id: To: Olof Johansson , Arnd Bergmann , , CC: , , Santosh Shilimkar , Tony Lindgren Subject: [GIT PULL 2/2] ARM: dts: TI K2 updates for v5.19 Message-ID: <20220507163435.tcg46cacwqhe7n64@busily> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Hi ARM SoC maintainers, Please pull: The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-keystone-dt-for-v5.19 for you to fetch changes up to 6273a1864d437553ab4220d1abc010c5bb758ad2: ARM: dts: keystone: Fix missing fallback and case in SPI NOR node compatible (2022-04-22 13:48:38 -0500) ---------------------------------------------------------------- Keystone2 device tree updates for v5.19 * Cleanups for SPI NOR / flash ---------------------------------------------------------------- Krzysztof Kozlowski (2): ARM: dts: keystone: Align SPI NOR node name with dtschema ARM: dts: keystone: Fix missing fallback and case in SPI NOR node compatible arch/arm/boot/dts/keystone-k2e-evm.dts | 4 ++-- arch/arm/boot/dts/keystone-k2g-evm.dts | 2 +- arch/arm/boot/dts/keystone-k2g-ice.dts | 2 +- arch/arm/boot/dts/keystone-k2hk-evm.dts | 4 ++-- arch/arm/boot/dts/keystone-k2l-evm.dts | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-)