From patchwork Fri Jul 7 00:43:23 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Norris X-Patchwork-Id: 785312 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3x3bSm3SwYz9s7C for ; Fri, 7 Jul 2017 10:43:36 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="j2cy+SzS"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753115AbdGGAne (ORCPT ); Thu, 6 Jul 2017 20:43:34 -0400 Received: from mail-pf0-f182.google.com ([209.85.192.182]:34865 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753105AbdGGAnc (ORCPT ); Thu, 6 Jul 2017 20:43:32 -0400 Received: by mail-pf0-f182.google.com with SMTP id c73so8726868pfk.2 for ; Thu, 06 Jul 2017 17:43:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id; bh=U2ne8u/yD+x3BTk10tjcPRZtdk9IKw26iInKeWqnff8=; b=j2cy+SzSBSvw1dXM9URJwijjZiMhc3BAN/ASH/dnN4MrUfMQ5qHdiHxVuIEbceN2Dn qLRK3kTMFhaW7OP/3ZP/nccxyG4XNLAZwdJUDqvSnXpvnOD/KzN4hb/VJT15LcBjh5Tz D9lKMGY2bQ9+UkXlmdI5CZCs/t79VE4UYwIAQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=U2ne8u/yD+x3BTk10tjcPRZtdk9IKw26iInKeWqnff8=; b=kQqBoJoIPXG7v+oMleeNEcv5iIVmz93M2jIYkp1qNSi+uW1mBCHA1pSXmKYCNSkMDz DQw61pVGrlhMwN0LJvSy4dgZwcebMYqpEg3OjdimIXFI6DcNK6cCDWYp0+a5Lf3jAA0K QSCKcJ/KePHhYHAoxTfRtIsMPIQHNotTqfQSOaRxNL0zaQXaxCghzQ3jNdpdZ1Il8ehh 8i8coX1Au4ZDVMjbnyKiZ6wZgBtGLzpm1scw6nh73ypHiFA0feSBGQ1BktCWEIuhoPQU zADlmRCe4HLGI8DT5SONfIXe/ASggJUKO5ZwAMk/zna3xPmGNHJ+cqcLJv2P0eKYmG67 BY/Q== X-Gm-Message-State: AIVw112U4l1L/HaptMMsocCGtofjkWxwSY+EMG56J8D0iifpVlxQ5lGg dQLG1KS919aCTs49 X-Received: by 10.99.121.13 with SMTP id u13mr28735583pgc.147.1499388212162; Thu, 06 Jul 2017 17:43:32 -0700 (PDT) Received: from ban.mtv.corp.google.com ([172.22.64.120]) by smtp.gmail.com with ESMTPSA id 85sm2945127pfr.90.2017.07.06.17.43.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 06 Jul 2017 17:43:31 -0700 (PDT) From: Brian Norris To: Bjorn Helgaas Cc: , linux-pci@vger.kernel.org, , Rob Herring , Brian Norris Subject: [PATCH] Documentation/devicetree: fix dead links to PCI/OF specs Date: Thu, 6 Jul 2017 17:43:23 -0700 Message-Id: <20170707004323.22550-1-briannorris@chromium.org> X-Mailer: git-send-email 2.13.2.725.g09c95d1e9-goog Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org www.firmware.org doesn't resolve for me. I found these equivalent URLs by taking the redirects from the previous (openfirmware.org) URLs, as seen before commit f517256a6867 ("Documentation/devicetree: Update PCI Device Tree bindings") updated them. Signed-off-by: Brian Norris --- This is my best attempt at a resolution. I'm not sure what firmware.org is or if its owner is even legit. It does seem like openfirmware.info is a proper successor to openfirmware.org, and it's registered to a coreboot dev. Documentation/devicetree/bindings/pci/pci.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/pci/pci.txt b/Documentation/devicetree/bindings/pci/pci.txt index 50f9e2ca5b13..13a73b423233 100644 --- a/Documentation/devicetree/bindings/pci/pci.txt +++ b/Documentation/devicetree/bindings/pci/pci.txt @@ -1,12 +1,12 @@ PCI bus bridges have standardized Device Tree bindings: PCI Bus Binding to: IEEE Std 1275-1994 -http://www.firmware.org/1275/bindings/pci/pci2_1.pdf +https://www.openfirmware.info/data/docs/bus.pci.pdf And for the interrupt mapping part: Open Firmware Recommended Practice: Interrupt Mapping -http://www.firmware.org/1275/practice/imap/imap0_9d.pdf +https://www.openfirmware.info/data/docs/rec.intmap.d09.pdf Additionally to the properties specified in the above standards a host bridge driver implementation may support the following properties: