From patchwork Sat Apr 20 13:55:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 2467961 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id 6EA9EDF2A1 for ; Sat, 20 Apr 2013 13:56:22 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UTYGj-00063D-Lv; Sat, 20 Apr 2013 13:55:57 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UTYGX-0006Pt-Nn; Sat, 20 Apr 2013 13:55:45 +0000 Received: from mail-la0-x231.google.com ([2a00:1450:4010:c03::231]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UTYGT-0006PB-RM for linux-arm-kernel@lists.infradead.org; Sat, 20 Apr 2013 13:55:43 +0000 Received: by mail-la0-f49.google.com with SMTP id ei20so406337lab.36 for ; Sat, 20 Apr 2013 06:55:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=vKCf+W6MhLe9nUBHdbnwoDhn0YliOMaRBqXRDOi/SW8=; b=otcSJrqclhU6zfMDU4oGSqjcE3HhzOngIKr2Iqr1DSAr86u97tylRBTtxsaVVWlNLY RsXeXJN2cSb3nYf9eWUIIRnaps+Q4gzKxzmmwnSncvS/xc0Kd+Fu5wxS1NJsNktFq+rH 0kF12ZKp+mLSXo0EjhqNCtNxehvG7MXWxXJmSxLeZJ732wKk3nryne6wK0WWv+uOs4JP 5OSvX/4+ayPt0JFKtCRejZUOTjfSCsXTYmalaYjT7MFySGeFMXTgdg8wQajlEOk+uMOm hBFAUVo7pnQ3viPrcFIo/kKrPTOysIKCOvCyBsHLV3gaHugWpOTq9G9nn6LBVegQg1/0 DucQ== X-Received: by 10.112.19.7 with SMTP id a7mr10055624lbe.0.1366466136810; Sat, 20 Apr 2013 06:55:36 -0700 (PDT) Received: from localhost.localdomain (c83-249-208-67.bredband.comhem.se. [83.249.208.67]) by mx.google.com with ESMTPS id rn10sm7444425lbb.16.2013.04.20.06.55.34 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 20 Apr 2013 06:55:35 -0700 (PDT) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org Subject: [RESEND PATCH 01/12] Documentation/devicetree: add a small note on PCI Date: Sat, 20 Apr 2013 15:55:33 +0200 Message-Id: <1366466133-15369-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.8.1.4 X-Gm-Message-State: ALoCoQkp7DclI/wpgXzZRtI5LsC3YSRsngIWL3UoHdiLQCAQXJXdXztrpUayIMT6+nws7RjSGLAn X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130420_095542_140223_D22E8FD0 X-CRM114-Status: UNSURE ( 7.72 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Linus Walleij X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Throw in a file with references to the IEEE binding documents. Acked-by: Arnd Bergmann Signed-off-by: Linus Walleij --- Documentation/devicetree/bindings/pci/pci.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Documentation/devicetree/bindings/pci/pci.txt diff --git a/Documentation/devicetree/bindings/pci/pci.txt b/Documentation/devicetree/bindings/pci/pci.txt new file mode 100644 index 0000000..41aeed3 --- /dev/null +++ b/Documentation/devicetree/bindings/pci/pci.txt @@ -0,0 +1,9 @@ +PCI bus bridges have standardized Device Tree bindings: + +PCI Bus Binding to: IEEE Std 1275-1994 +http://www.openfirmware.org/ofwg/bindings/pci/pci2_1.pdf + +And for the interrupt mapping part: + +Open Firmware Recommended Practice: Interrupt Mapping +http://www.openfirmware.org/1275/practice/imap/imap0_9d.pdf