From patchwork Tue Jun 18 15:09:32 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard GENOUD X-Patchwork-Id: 13702501 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 7DA73C2BA18 for ; Tue, 18 Jun 2024 15:10:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=EX6SLvwadbWaNtTpalkIr5zRsirT8e/junE+m0UUPHs=; b=0TvUrEqvSuglkjNQVlY++vtli/ fvZXSQ4lso3mh1CPPdWg6lxAMuhMPUb7JERdMQ7u/w5QDRSMUknrfo8vkDt1EpHeH09Mt18/5qHwe mxmtvHsCfylGiwngGlEBgFHqBVV8R57Ll+JlR+CYZxHjV7X4cxQgBg2csVNln/mC28MTn/yL97PoE HhzSGD+7JUFUjxU3z2I7iYwBm5DMepKoHNIettHJhRF3RahfknNVkOeif2Kw/33jLGDvkWemMNhyN KZi9MlgyU32QCHhSkhRdsf0HcU98GxjmzRQV95Pt/r+nmjetBYWwtSjE8b0W9+Mkte0FhY0Bgy9p1 k+ikxq1w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sJaTF-0000000FXsc-37DO; Tue, 18 Jun 2024 15:10:05 +0000 Received: from relay6-d.mail.gandi.net ([217.70.183.198]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sJaT5-0000000FXmh-0Fp0 for linux-arm-kernel@lists.infradead.org; Tue, 18 Jun 2024 15:09:58 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 79E51C0009; Tue, 18 Jun 2024 15:09:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1718723385; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EX6SLvwadbWaNtTpalkIr5zRsirT8e/junE+m0UUPHs=; b=pDoAh6/OWFJLLu+Y20vaJt9LzvsUEZY316W7IguUy/m2i7LEf/mRJ8d+5JqlGdQeH2fklM Gze+at67crKJiEijnh/l39oPWUKL1ErKnV7cdGt+EvgzuRohltmVfOHV9CfRDs1tFS9Z4C s4o/DgDLp5st2nWUeVyin3EBFcpe4HmGYyMxiDZ3NFXwn1S2kp/eC4u7tMCUp0DRqygvky fJ/A8K/sFI9yAP+Ac0RFaVojxEnIzeGIeWiA/W90xdf8ooGMZ4wStcT8YPqjCy9bFn8dLj FmxBUIddohbj0LyJlVT2o0pgWCWITCzXTLy8hFV/wFfSEogmRVTBFOPS8CDT0A== From: Richard Genoud To: Nishanth Menon , Tero Kristo , Santosh Shilimkar Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Petazzoni , Alexandre Belloni , Richard Genoud Subject: [PATCH 1/2] dt-bindings: ti: fix TISCI protocol URL link Date: Tue, 18 Jun 2024 17:09:32 +0200 Message-ID: <20240618150933.1824185-2-richard.genoud@bootlin.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240618150933.1824185-1-richard.genoud@bootlin.com> References: <20240618150933.1824185-1-richard.genoud@bootlin.com> MIME-Version: 1.0 X-GND-Sasl: richard.genoud@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240618_080955_411085_229FADAF X-CRM114-Status: GOOD ( 13.52 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The http://processors.wiki.ti.com EOL in january 2021 Fix the old URL with the new one. Signed-off-by: Richard Genoud Acked-by: Conor Dooley --- 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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml b/Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml index 7f06b1080244..25a2b42105e5 100644 --- a/Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml +++ b/Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml @@ -20,7 +20,7 @@ description: | initialized early into boot process and provides services to Operating Systems on multiple processors including ones running Linux. - See http://processors.wiki.ti.com/index.php/TISCI for protocol definition. + See https://software-dl.ti.com/tisci/esd/latest/index.html for protocol definition. The TI-SCI node describes the Texas Instrument's System Controller entity node. This parent node may optionally have additional children nodes which describe diff --git a/Documentation/devicetree/bindings/clock/ti,sci-clk.yaml b/Documentation/devicetree/bindings/clock/ti,sci-clk.yaml index 0a9d6a4c4b66..66e8e66ca175 100644 --- a/Documentation/devicetree/bindings/clock/ti,sci-clk.yaml +++ b/Documentation/devicetree/bindings/clock/ti,sci-clk.yaml @@ -36,7 +36,7 @@ properties: The second cell should contain the clock ID. - Please see http://processors.wiki.ti.com/index.php/TISCI for + Please see https://software-dl.ti.com/tisci/esd/latest/index.html for protocol documentation for the values to be used for different devices. additionalProperties: false diff --git a/Documentation/devicetree/bindings/reset/ti,sci-reset.yaml b/Documentation/devicetree/bindings/reset/ti,sci-reset.yaml index e10eb98eddad..1db08ce9ae27 100644 --- a/Documentation/devicetree/bindings/reset/ti,sci-reset.yaml +++ b/Documentation/devicetree/bindings/reset/ti,sci-reset.yaml @@ -37,7 +37,7 @@ properties: The second cell should contain the reset mask corresponding to the device used by system controller. - Please see http://processors.wiki.ti.com/index.php/TISCI for + Please see https://software-dl.ti.com/tisci/esd/latest/index.html for protocol documentation for the values to be used for different devices. diff --git a/Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml b/Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml index a750035d6234..b6da72032151 100644 --- a/Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml +++ b/Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml @@ -40,7 +40,7 @@ properties: TI_SCI_PD_SHARED - Allows the device to be shared by multiple hosts. Please refer to dt-bindings/soc/ti,sci_pm_domain.h for the definitions. - Please see http://processors.wiki.ti.com/index.php/TISCI for + Please see https://software-dl.ti.com/tisci/esd/latest/index.html for protocol documentation for the values to be used for different devices. additionalProperties: false From patchwork Tue Jun 18 15:09:33 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard GENOUD X-Patchwork-Id: 13702500 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 5D3A1C2BB85 for ; Tue, 18 Jun 2024 15:10:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Y07knCwXHCUucIMupszwWWMBTSEjPRCFVuAxZg1aCBQ=; b=xabEXYeE0DQrHdFqPEfubIsrQd DIEBg2+c8IhWxOiMtX5LE27tpQsACqzweZE6npo+J5/2xWoHL5AbWK33+UikDHN8ilUSto5GJnpFY 8Ex+Vy7h5zQJ4/17VOXj1iANyJl0dQwJgHu9ImRioU63Vltxdwki8PeYw88hUBpxP2rXaeyAUCTOQ RFO2B3TrIKeKw1WcIDich2YKXN3OM3yr5d0ukDaajmZkbLyEWJAcfmr5szwMRP8+t7tIRNQF6PM35 NFy35y1ReoyE88rr1BuhEiKDav9S7VIVjH7kYd7r+m/smtHBB2nYM44i80uPdRSO544myp5a57KMg HDMI5hvw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sJaTE-0000000FXry-2oZi; Tue, 18 Jun 2024 15:10:04 +0000 Received: from relay6-d.mail.gandi.net ([217.70.183.198]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sJaT5-0000000FXmm-09ZQ for linux-arm-kernel@lists.infradead.org; Tue, 18 Jun 2024 15:09:57 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 238C0C000C; Tue, 18 Jun 2024 15:09:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1718723385; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Y07knCwXHCUucIMupszwWWMBTSEjPRCFVuAxZg1aCBQ=; b=F/8Isz2cZMZSb80h5No49mkKv8mv0AtP4iy7wq2kNI8OksYPXYZQCS+mGUVmMDrIKrT38A mwhHJdA7HPOnhaxGuOjROhfrB8XLYVigaEpcwW30+Ye+dvwISLLKrCYNZxmwvmwfe61Na9 szLySrChR3n1+FCTREG9bz6RbrLV10sXPR+G+pQDNS8K21eCjJGmr3xziJQhbjDgQ8g3UV lAIWnKv/29zCeZnPUut/Z4s8hXQeAdLZEYFNxgs5VEXxH78A94p0SyDtW0XO8CNDrDRCvp Wgs45cV9MU3Ygq0XiedYHh7BtV4sDTiWb+0RqnRH7ijOKhNp2RzVXqWeQwbO7Q== From: Richard Genoud To: Nishanth Menon , Tero Kristo , Santosh Shilimkar Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Petazzoni , Alexandre Belloni , Richard Genoud Subject: [PATCH 2/2] firmware: ti_sci: fix TISCI protocol URL link Date: Tue, 18 Jun 2024 17:09:33 +0200 Message-ID: <20240618150933.1824185-3-richard.genoud@bootlin.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240618150933.1824185-1-richard.genoud@bootlin.com> References: <20240618150933.1824185-1-richard.genoud@bootlin.com> MIME-Version: 1.0 X-GND-Sasl: richard.genoud@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240618_080955_255968_D12B8BF9 X-CRM114-Status: GOOD ( 11.46 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The http://processors.wiki.ti.com EOL in january 2021 Fix the old URL with the new one. Signed-off-by: Richard Genoud --- drivers/firmware/ti_sci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/firmware/ti_sci.h b/drivers/firmware/ti_sci.h index ef3a8214d002..5846c60220f5 100644 --- a/drivers/firmware/ti_sci.h +++ b/drivers/firmware/ti_sci.h @@ -4,7 +4,7 @@ * * Communication protocol with TI SCI hardware * The system works in a message response protocol - * See: http://processors.wiki.ti.com/index.php/TISCI for details + * See: https://software-dl.ti.com/tisci/esd/latest/index.html for details * * Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/ */