From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7D0A2C3F2D1 for ; Mon, 2 Mar 2020 08:17:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4C6A9246B9 for ; Mon, 2 Mar 2020 08:17:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583137026; bh=YvAjHwKLIU8fwa8sAcXw6vbwjPTX7BjWDutbucnWHrA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=FA2vSf2WojZneraERhSS1/caA75gPY4gb0B7Qf4uo/lUbU51IBAcAk7zV5lclfPNG bZw7BHJtZaDMHbNZa7Y4u9YzyjubB57GFSHSzKKjMXiwU8tUXmOd4YsBUI3ZI8eH8E 2PuelkgB3p6ZeNHyjM7zwye+yflsUA9JXDVw29Ng= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727558AbgCBIRF (ORCPT ); Mon, 2 Mar 2020 03:17:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:57094 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727363AbgCBIQY (ORCPT ); Mon, 2 Mar 2020 03:16:24 -0500 Received: from mail.kernel.org (ip5f5ad4e9.dynamic.kabel-deutschland.de [95.90.212.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C981324700; Mon, 2 Mar 2020 08:16:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583136980; bh=YvAjHwKLIU8fwa8sAcXw6vbwjPTX7BjWDutbucnWHrA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ujPRb9lhai6dBjo+hmh1HOTUOY6vyBc2qkBxAuNf8pUdcTjYJWFwfMxtc5gBHXjGq ZPci3TxxH4k4yZ8ldBYUZRTNP3siO8/XTDJEgRGtvkGVSNLRQefunUDxys+PKD+npv oABLnX7b9ESFQMQCaMe/4SsEdiYt4O0UG5o5s4zU= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1j8gFO-0003zZ-0K; Mon, 02 Mar 2020 09:16:18 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet Subject: [PATCH 37/42] docs: scsi: convert sym53c500_cs.txt to ReST Date: Mon, 2 Mar 2020 09:16:10 +0100 Message-Id: X-Mailer: git-send-email 2.21.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab --- Documentation/scsi/index.rst | 1 + Documentation/scsi/{sym53c500_cs.txt => sym53c500_cs.rst} | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) rename Documentation/scsi/{sym53c500_cs.txt => sym53c500_cs.rst} (89%) diff --git a/Documentation/scsi/index.rst b/Documentation/scsi/index.rst index 0cc2cfca7474..00584fb0588c 100644 --- a/Documentation/scsi/index.rst +++ b/Documentation/scsi/index.rst @@ -41,5 +41,6 @@ Linux SCSI Subsystem sd-parameters smartpqi st + sym53c500_cs scsi_transport_srp/figures diff --git a/Documentation/scsi/sym53c500_cs.txt b/Documentation/scsi/sym53c500_cs.rst similarity index 89% rename from Documentation/scsi/sym53c500_cs.txt rename to Documentation/scsi/sym53c500_cs.rst index 75febcf9298c..55464861bbd5 100644 --- a/Documentation/scsi/sym53c500_cs.txt +++ b/Documentation/scsi/sym53c500_cs.rst @@ -1,3 +1,9 @@ +.. SPDX-License-Identifier: GPL-2.0 + +======================= +The sym53c500_cs Driver +======================= + The sym53c500_cs driver originated as an add-on to David Hinds' pcmcia-cs package, and was written by Tom Corner (tcorner@via.at). A rewrite was long overdue, and the current version addresses the following concerns: @@ -20,4 +26,4 @@ Through the years, there have been a number of downloads of the pcmcia-cs version of this driver, and I guess it worked for those users. It worked for Tom Corner, and it works for me. Your mileage will probably vary. ---Bob Tracy (rct@frus.com) +Bob Tracy (rct@frus.com) -- 2.21.1