From patchwork Thu Jun 15 16:41:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 13281507 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 A5FA6EB64D9 for ; Thu, 15 Jun 2023 16:41:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 87DAAC433CB; Thu, 15 Jun 2023 16:41:40 +0000 (UTC) Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) (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 16B2EC433C8; Thu, 15 Jun 2023 16:41:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 16B2EC433C8 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 fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 35FGfYel080039; Thu, 15 Jun 2023 11:41:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1686847294; bh=ianglHDxe5jloeOMRzLdWXGjzu+mp3Ylx+3FhmVfw2c=; h=Date:From:To:CC:Subject; b=Psi1PILMpCgYMOVXb3pL1qlCBb0CVZnrJp+WD3HrHC8Wb2mRG8KCBX8naMjjehofh Ym71Z1Qh7FllTIk0zEDv6Fmqu/6RgcfsgrWRUCYarbcowBUJYt9bQa2ZYuXEOufng4 ysVNeOR8WWJkHeWpgzU777gLhPEfHFMlrJhVdZns= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 35FGfY4m122102 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 15 Jun 2023 11:41:34 -0500 Received: from DFLE106.ent.ti.com (10.64.6.27) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 15 Jun 2023 11:41:34 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 15 Jun 2023 11:41:34 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 35FGfYq9010559; Thu, 15 Jun 2023 11:41:34 -0500 Date: Thu, 15 Jun 2023 11:41:34 -0500 From: Nishanth Menon List-Id: To: Arnd , Olof , SoC , CC: , , Santosh Shilimkar , Tony Lindgren Subject: [GIT PULL 1/2] soc: ti: Updates for v6.5 Message-ID: <20230615164134.6sd5hudyadq3fvk4@garage> MIME-Version: 1.0 Content-Disposition: inline X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Hi ARM SoC maintainers, The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-driver-soc-for-v6.5 for you to fetch changes up to b11403c93b7cddc8916b132a395b1524c02447a3: wkup_m3_ipc.c: Fix error checking for debugfs_create_dir (2023-06-06 13:50:52 -0500) ---------------------------------------------------------------- TI SoC driver updates for v6.5 * pruss: Add helper functions for ethernet client driver usage, add compile-testing, fixup function pointer casts * smartreflex: Cosmetic optimization for using devm_ioremap_resource * wkup_m3_ipc: Fix error checking around debugfs_create_dir ---------------------------------------------------------------- Andrew F. Davis (1): soc: ti: pruss: Add pruss_{request,release}_mem_region() API Osama Muhammad (1): wkup_m3_ipc.c: Fix error checking for debugfs_create_dir Simon Horman (2): soc: ti: pruss: Avoid cast to incompatible function type soc: ti: pruss: Allow compile-testing Suman Anna (2): soc: ti: pruss: Add pruss_cfg_read()/update(), pruss_cfg_get_gpmux()/set_gpmux() APIs soc: ti: pruss: Add helper functions to set GPI mode, MII_RT_event and XFR Tero Kristo (1): soc: ti: pruss: Add pruss_get()/put() API Yang Li (1): soc: ti: smartreflex: Use devm_platform_ioremap_resource() drivers/remoteproc/pru_rproc.c | 15 --- drivers/soc/ti/Kconfig | 2 +- drivers/soc/ti/pruss.c | 263 ++++++++++++++++++++++++++++++++++++++++- drivers/soc/ti/pruss.h | 88 ++++++++++++++ drivers/soc/ti/smartreflex.c | 4 +- drivers/soc/ti/wkup_m3_ipc.c | 2 +- include/linux/pruss_driver.h | 123 +++++++++++++++++++ 7 files changed, 475 insertions(+), 22 deletions(-) create mode 100644 drivers/soc/ti/pruss.h From patchwork Thu Jun 15 16:41:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 13281506 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 C375CEB64D9 for ; Thu, 15 Jun 2023 16:41:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id A5052C433CB; Thu, 15 Jun 2023 16:41:36 +0000 (UTC) Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) (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 ED2D4C433C0; Thu, 15 Jun 2023 16:41:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org ED2D4C433C0 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 lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 35FGfSEV062184; Thu, 15 Jun 2023 11:41:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1686847288; bh=LldNaLPMKW1sH6LoWrQyE7GLvDTDzcc9LQ6ceeamv7w=; h=Date:From:To:CC:Subject; b=m/FV71U8MKYpg1voRGdFnG0L5BcAvaZVXiR4VyEDepUnJz0dMuTpqAqYONYF19L4t eq090TVbF1C3XZOSybKRG+rk2pnnJZkEamU0u7g32nIaRim+Y1L4nYjcAJQNZ325Js zXIunWzqhWOVqKglBF71HNgM4711tKNMk7fIt0AA= Received: from DFLE107.ent.ti.com (dfle107.ent.ti.com [10.64.6.28]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 35FGfSpu002787 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 15 Jun 2023 11:41:28 -0500 Received: from DFLE106.ent.ti.com (10.64.6.27) by DFLE107.ent.ti.com (10.64.6.28) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 15 Jun 2023 11:41:27 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 15 Jun 2023 11:41:27 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 35FGfRI6007852; Thu, 15 Jun 2023 11:41:27 -0500 Date: Thu, 15 Jun 2023 11:41:27 -0500 From: Nishanth Menon List-Id: To: Arnd , Olof , SoC , CC: , , Santosh Shilimkar , Tony Lindgren Subject: [GIT PULL 2/2] arm: dts: Keystone2 updates for v6.5 Message-ID: <20230615164127.qcgwrbwpmclx5wlm@landscape> MIME-Version: 1.0 Content-Disposition: inline X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Hi ARM SoC maintainers, The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-keystone-dt-for-v6.5 for you to fetch changes up to 2d62aab57d2ace03d840c08fb323ed1b9bd83a94: ARM: dts: keystone: Do not capitalize hex digits (2023-06-07 09:02:46 -0500) ---------------------------------------------------------------- Keystone2 device tree updates for v6.5 Cosmetic cleanups: * Do not capitalize hex digits * Unify pinctrl-single pin group nodes for keystone * Fix eeprom node names ---------------------------------------------------------------- Andrew Davis (3): ARM: dts: keystone: Fix EEPROM node names ARM: dts: keystone: Remove ti,keystone from soc node compatible ARM: dts: keystone: Do not capitalize hex digits Tony Lindgren (1): ARM: dts: Unify pinctrl-single pin group nodes for keystone arch/arm/boot/dts/keystone-k2e-evm.dts | 4 +-- arch/arm/boot/dts/keystone-k2e-netcp.dtsi | 2 +- arch/arm/boot/dts/keystone-k2g-evm.dts | 42 +++++++++++++++---------------- arch/arm/boot/dts/keystone-k2g-ice.dts | 30 +++++++++++----------- arch/arm/boot/dts/keystone-k2g.dtsi | 6 ++--- arch/arm/boot/dts/keystone-k2hk-evm.dts | 2 +- arch/arm/boot/dts/keystone-k2l-evm.dts | 4 +-- arch/arm/boot/dts/keystone-k2l.dtsi | 30 +++++++++++----------- arch/arm/boot/dts/keystone.dtsi | 8 +++--- 9 files changed, 64 insertions(+), 64 deletions(-)