From patchwork Fri Jul 5 15:14:49 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 13725268 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 6DDFBC3271E for ; Fri, 5 Jul 2024 15:14:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 51FB1C4AF0C; Fri, 5 Jul 2024 15:14:58 +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 A91F2C116B1; Fri, 5 Jul 2024 15:14:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org A91F2C116B1 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 lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 465FEnOf063250; Fri, 5 Jul 2024 10:14:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1720192490; bh=pxHBl3JxTXfLPHWST+yT08WLecjyDtqhyPWFl2R9XO4=; h=Date:From:To:CC:Subject; b=hCeQYlnApfCGv1yMDgLVIO+jdF8nGiRkSylgvC8PI2y8bbSDQrg7Tf3hVjiHFMzNh u6lxW2NiJbEGQwN/D1O5hkbHOkwDNB5y5i2InU9FPONa8NIz97rUZYtlCTu9CFleq5 BgNRsl9Mw0lvMgCiUt4zOOZ0DvTX68oodumG7cSc= Received: from DLEE103.ent.ti.com (dlee103.ent.ti.com [157.170.170.33]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 465FEnSe011599 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 5 Jul 2024 10:14:49 -0500 Received: from DLEE107.ent.ti.com (157.170.170.37) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 5 Jul 2024 10:14:49 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE107.ent.ti.com (157.170.170.37) 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; Fri, 5 Jul 2024 10:14:49 -0500 Received: from localhost (uda0133052.dhcp.ti.com [128.247.81.232]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 465FEnXB027305; Fri, 5 Jul 2024 10:14:49 -0500 Date: Fri, 5 Jul 2024 10:14:49 -0500 From: Nishanth Menon List-Id: To: Arnd , Olof , SoC CC: , , , Santosh Shilimkar , Tony Lindgren Subject: [GIT PULL] soc: ti: Driver updates for v6.11 Message-ID: <20240705151449.s4rngkehjn73favn@stream> MIME-Version: 1.0 Content-Disposition: inline X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Hi, Please pull: The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0: Linux 6.10-rc1 (2024-05-26 15:20:12 -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.11 for you to fetch changes up to b87a1cbb3385a806f8abfd9b8a2191e4c6620347: dt-bindings: soc: ti: Move ti,j721e-system-controller.yaml to soc/ti (2024-07-01 08:09:27 -0500) ---------------------------------------------------------------- TI SoC driver updates for v6.11 - Update TISCI protocol URL link which was dead - socinfo: Add j721E SR 2.0 detection support - MAINTAINER list additions: ti,pruss.yaml and ti,j721e-system-controller.yaml - pm33xx: log statement improvement - knav_qmss: minor data structure optimization ---------------------------------------------------------------- Christophe JAILLET (1): soc: ti: knav_qmss: Constify struct knav_range_ops MD Danish Anwar (1): MAINTAINERS: Add entry for ti,pruss.yaml to TI KEYSTONE MULTICORE NAVIGATOR DRIVERS Neha Malcom Francis (1): soc: ti: k3-socinfo: Add J721E SR2.0 Richard Genoud (2): dt-bindings: ti: fix TISCI protocol URL link firmware: ti_sci: fix TISCI protocol URL link Roger Quadros (1): dt-bindings: soc: ti: Move ti,j721e-system-controller.yaml to soc/ti Vasyl Gomonovych (1): soc: ti: pm33xx: Fix missing newlines in log statements Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml | 2 +- Documentation/devicetree/bindings/clock/ti,sci-clk.yaml | 2 +- Documentation/devicetree/bindings/reset/ti,sci-reset.yaml | 2 +- Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml | 2 +- .../bindings/{mfd => soc/ti}/ti,j721e-system-controller.yaml | 4 ++-- MAINTAINERS | 1 + drivers/firmware/ti_sci.h | 2 +- drivers/soc/ti/k3-socinfo.c | 2 +- drivers/soc/ti/knav_qmss.h | 2 +- drivers/soc/ti/knav_qmss_acc.c | 2 +- drivers/soc/ti/knav_qmss_queue.c | 2 +- drivers/soc/ti/pm33xx.c | 4 ++-- 12 files changed, 14 insertions(+), 13 deletions(-) rename Documentation/devicetree/bindings/{mfd => soc/ti}/ti,j721e-system-controller.yaml (96%)