From patchwork Wed Dec 11 09:15:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagannadha Sutradharudu Teki X-Patchwork-Id: 299894 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 BA8D52C02FF for ; Wed, 11 Dec 2013 20:15:57 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751470Ab3LKJPp (ORCPT ); Wed, 11 Dec 2013 04:15:45 -0500 Received: from co1ehsobe004.messaging.microsoft.com ([216.32.180.187]:16108 "EHLO co1outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751133Ab3LKJPk (ORCPT ); Wed, 11 Dec 2013 04:15:40 -0500 Received: from mail115-co1-R.bigfish.com (10.243.78.230) by CO1EHSOBE026.bigfish.com (10.243.66.89) with Microsoft SMTP Server id 14.1.225.22; Wed, 11 Dec 2013 09:15:40 +0000 Received: from mail115-co1 (localhost [127.0.0.1]) by mail115-co1-R.bigfish.com (Postfix) with ESMTP id 123674008A2; Wed, 11 Dec 2013 09:15:40 +0000 (UTC) X-Forefront-Antispam-Report: CIP:149.199.60.83; KIP:(null); UIP:(null); IPV:NLI; H:xsj-gw1; RD:unknown-60-83.xilinx.com; EFVD:NLI X-SpamScore: 1 X-BigFish: VPS1(zzzz1f42h2148h208ch1ee6h1de0h1fdah2073h2146h1202h1e76h2189h1d1ah1d2ah1fc6hzz1de098h8275bh1de097hz2fh95h839hd24hf0ah119dh1288h12a5h12a9h12bdh12e5h137ah139eh13b6h1441h14ddh1504h1537h162dh1631h1758h1898h18e1h1946h19b5h1b0ah224fh1d0ch1d2eh1d3fh1dc1h1dfeh1dffh1e1dh1e23h1fe8h1ff5h2218h2216h226dh2327h2336h906i1155h) Received-SPF: pass (mail115-co1: domain of xilinx.com designates 149.199.60.83 as permitted sender) client-ip=149.199.60.83; envelope-from=jagannadha.sutradharudu-teki@xilinx.com; helo=xsj-gw1 ; helo=xsj-gw1 ; Received: from mail115-co1 (localhost.localdomain [127.0.0.1]) by mail115-co1 (MessageSwitch) id 1386753337421013_15602; Wed, 11 Dec 2013 09:15:37 +0000 (UTC) Received: from CO1EHSMHS019.bigfish.com (unknown [10.243.78.250]) by mail115-co1.bigfish.com (Postfix) with ESMTP id 5878DD40047; Wed, 11 Dec 2013 09:15:37 +0000 (UTC) Received: from xsj-gw1 (149.199.60.83) by CO1EHSMHS019.bigfish.com (10.243.66.29) with Microsoft SMTP Server id 14.16.227.3; Wed, 11 Dec 2013 09:15:31 +0000 Received: from unknown-38-66.xilinx.com ([149.199.38.66] helo=xsj-smtp1) by xsj-gw1 with esmtp (Exim 4.63) (envelope-from ) id 1VqftD-0004sT-BT; Wed, 11 Dec 2013 01:15:31 -0800 From: Jagannadha Sutradharudu Teki To: Bjorn Helgaas CC: Rob Landley , , , , Jagannadha Sutradharudu Teki Subject: [PATCH 1/2] Documentation: pci: Minor cleanup Date: Wed, 11 Dec 2013 14:45:18 +0530 X-Mailer: git-send-email 1.8.3 X-RCIS-Action: ALLOW MIME-Version: 1.0 Message-ID: <4148f6b8-824a-4edc-9b71-fab1e210b7d2@CO1EHSMHS019.ehs.local> X-OriginatorOrg: xilinx.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org - Used small letters for file names - Renamed few pcie txt files - Re-arranged file names in 00-INDEX - Removed PCI-DMA-mapping.txt from 00-INDEX Signed-off-by: Jagannadha Sutradharudu Teki --- Documentation/PCI/00-INDEX | 22 +++++++++++----------- .../PCI/{pcieaer-howto.txt => pcie-aer-howto.txt} | 0 .../PCI/{pci-iov-howto.txt => pcie-iov-howto.txt} | 0 .../{PCIEBUS-HOWTO.txt => pcie-portbus-howto.txt} | 0 4 files changed, 11 insertions(+), 11 deletions(-) rename Documentation/PCI/{pcieaer-howto.txt => pcie-aer-howto.txt} (100%) rename Documentation/PCI/{pci-iov-howto.txt => pcie-iov-howto.txt} (100%) rename Documentation/PCI/{PCIEBUS-HOWTO.txt => pcie-portbus-howto.txt} (100%) diff --git a/Documentation/PCI/00-INDEX b/Documentation/PCI/00-INDEX index 812b17f..b8b7721 100644 --- a/Documentation/PCI/00-INDEX +++ b/Documentation/PCI/00-INDEX @@ -1,14 +1,14 @@ 00-INDEX - this file -MSI-HOWTO.txt - - the Message Signaled Interrupts (MSI) Driver Guide HOWTO and FAQ. -PCI-DMA-mapping.txt - - info for PCI drivers using DMA portably across all platforms -PCIEBUS-HOWTO.txt - - a guide describing the PCI Express Port Bus driver -pci-error-recovery.txt - - info on PCI error recovery pci.txt - - info on the PCI subsystem for device driver authors -pcieaer-howto.txt - - the PCI Express Advanced Error Reporting Driver Guide HOWTO + - Info on the PCI subsystem for device driver authors +pci-error-recovery.txt + - Info on PCI error recovery +MSI-HOWTO.txt + - The Message Signaled Interrupts (MSI) Driver Guide HOWTO and FAQ +pcie-portbus-howto.txt + - A guide describing the PCI Express Port Bus driver +pcie-aer-howto.txt + - The PCI Express Advanced Error Reporting Driver Guide HOWTO +pcie-iov-howto.txt + - Info on PCI Express I/O Virtualization diff --git a/Documentation/PCI/pcieaer-howto.txt b/Documentation/PCI/pcie-aer-howto.txt similarity index 100% rename from Documentation/PCI/pcieaer-howto.txt rename to Documentation/PCI/pcie-aer-howto.txt diff --git a/Documentation/PCI/pci-iov-howto.txt b/Documentation/PCI/pcie-iov-howto.txt similarity index 100% rename from Documentation/PCI/pci-iov-howto.txt rename to Documentation/PCI/pcie-iov-howto.txt diff --git a/Documentation/PCI/PCIEBUS-HOWTO.txt b/Documentation/PCI/pcie-portbus-howto.txt similarity index 100% rename from Documentation/PCI/PCIEBUS-HOWTO.txt rename to Documentation/PCI/pcie-portbus-howto.txt