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/ */