From patchwork Tue Jun 18 15:09:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard GENOUD X-Patchwork-Id: 13702499 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 428F9C27C4F for ; Tue, 18 Jun 2024 15:10:11 +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: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:In-Reply-To:References:List-Owner; bh=f94KqMTfRjyJVz2Jo80eGqilFXtXAUqV9bBl+sW1n78=; b=fY7hUqBpMuDe3578lKZM6V2avc rEzySTlEOgsVUpRf399wwP+VEyRMwpdgLSHW00HaRFJ/EL2NfYzXoy4FMjSwPTktmrnJaEL/Jk3z5 FZeVYIsd1VtbK4erVGtoaq7fZw//5QvPI+qfTi5+RbiX2l92nMWXatB1TdR/ZEurczX5aaMqvvOwx CtzFLf2WWdOUi1oIWLwyHgigCLhwO7HwJb477TyQsGCgJVxQUBxrlK6Vhi8LbnhYWyLKLlwgTkx6/ HQGJ8Bba8RWHQqwCB/pPz3AtfVYcV4DHBKDAag8GjvI2MsOis2t2NDPTmr5leqgsqwmO79hBbREEs NVEg8jRQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sJaT7-0000000FXoc-37TU; Tue, 18 Jun 2024 15:09:57 +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 1sJaT4-0000000FXmg-1mi2 for linux-arm-kernel@lists.infradead.org; Tue, 18 Jun 2024 15:09:56 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id E0252C0008; Tue, 18 Jun 2024 15:09:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1718723384; 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; bh=f94KqMTfRjyJVz2Jo80eGqilFXtXAUqV9bBl+sW1n78=; b=HiQ4hNJIGi4KmoZacpS7F3XDJ0V4U10XkSgc3dQOT/FNjpB1HrMok629SYgeAke8bD8Frq VeAo41WBGLbNniRjgfayTxe4ItXxtNcCLJNp1NJvDy9wqmrZG14Wn7qKEGvQDhSEK0M6cR zaxTKbij6JszKtQHTjvq7T/M7zmDG9axeyz8/oA05UzfHaoeEeKs0sCaLsP5BhTc0faygj 38tgERpIwaN0JadIjMYmF2AD0/9IiXPfb78j7vM228DWrhovd/Fmh2iBbz76rW7NVAe2aN yXVrOzS1Oqp0H+GiMZLWNwgsd6XdPHEn3nl0hGx9IP14YcXNlKOkCPLLx7pC7Q== 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 0/2] fix TISCI protocol URL link Date: Tue, 18 Jun 2024 17:09:31 +0200 Message-ID: <20240618150933.1824185-1-richard.genoud@bootlin.com> X-Mailer: git-send-email 2.43.0 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_080954_996584_73074D88 X-CRM114-Status: UNSURE ( 6.91 ) X-CRM114-Notice: Please train this message. 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 As the http://processors.wiki.ti.com EOL in january 2021, this serie fixes the URL with a new working one. Richard Genoud (2): dt-bindings: ti: fix TISCI protocol URL link firmware: ti_sci: fix TISCI protocol URL link 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 +- drivers/firmware/ti_sci.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-)