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 38716C4321A for ; Fri, 28 Jun 2019 12:30:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0B41D2083B for ; Fri, 28 Jun 2019 12:30:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561725053; bh=RsTLfnQyO6/9Ka9UE4txxpdKZljfOefSmSb7nKSiS0A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=O8rtUZsiZpNub7PJbS8J0WIKTOHB+xAvsKC/VT8l7LHE6f3JOKoGU11PK6+yPQZRo Q2xoecxBUM+Vc18lznoMwjTTj1scFfVELSloF83rQY+ZVn4FHgw+iKv73PH32zF+1x 4muBekXecuvo7KF2sBvWV28gxP5tRZIMNOHWZTS8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727248AbfF1Mav (ORCPT ); Fri, 28 Jun 2019 08:30:51 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:39528 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727090AbfF1Mao (ORCPT ); Fri, 28 Jun 2019 08:30:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Sender:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To: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:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=QMM4exs7jud05s0t69omyAIGb8+3B6KryCpeIhHj/mA=; b=o6ZWTuP6HJ36VTCdvwqZNCY8AK FwOqU6RUn7uRNWKdTCImCLr3Azrv/XKoufsC9HKmJwwpPEB4aYkTILDHtULA4kenSWzr9PhQCdrGi gGKt0Wuy6ondeZHp5RRcP8u2ZxpPB+U9pcNZbfJtQxhvNLaPgmiYVQExmq1SHUiGplXzpI7AdS3gF ngHUQazrNIhwamf5y+FQT4E983TpzFISXlkKS+AFv76wZTjJdXMC6d1Bg0uBwll+mIWoCTB9r81Pc gir0GHRIveCwoTR9Jlt5+KQ+JWCXzdafMGtrmbXCvQa+gL5jocEzRmV1LIPuf0xt8yRJyW+l9/IaE Gj50BO+Q==; Received: from [186.213.242.156] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.92 #3 (Red Hat Linux)) id 1hgq1U-00055i-MT; Fri, 28 Jun 2019 12:30:36 +0000 Received: from mchehab by bombadil.infradead.org with local (Exim 4.92) (envelope-from ) id 1hgq1S-0005TJ-No; Fri, 28 Jun 2019 09:30:34 -0300 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Michal Simek , linux-arm-kernel@lists.infradead.org Subject: [PATCH 30/39] docs: driver-api: add xilinx driver API documentation Date: Fri, 28 Jun 2019 09:30:23 -0300 Message-Id: X-Mailer: git-send-email 2.21.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The current file there (emmi) provides a description of the driver uAPI and kAPI. Signed-off-by: Mauro Carvalho Chehab --- Documentation/driver-api/index.rst | 1 + Documentation/{ => driver-api}/xilinx/eemi.rst | 0 Documentation/{ => driver-api}/xilinx/index.rst | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename Documentation/{ => driver-api}/xilinx/eemi.rst (100%) rename Documentation/{ => driver-api}/xilinx/index.rst (94%) diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index bba01cb95162..0bc5f2e3b98b 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -93,6 +93,7 @@ available subsections can be seen below. sync_file vfio-mediated-device vfio + xilinx/index xillybus zorro diff --git a/Documentation/xilinx/eemi.rst b/Documentation/driver-api/xilinx/eemi.rst similarity index 100% rename from Documentation/xilinx/eemi.rst rename to Documentation/driver-api/xilinx/eemi.rst diff --git a/Documentation/xilinx/index.rst b/Documentation/driver-api/xilinx/index.rst similarity index 94% rename from Documentation/xilinx/index.rst rename to Documentation/driver-api/xilinx/index.rst index 01cc1a0714df..13f7589ed442 100644 --- a/Documentation/xilinx/index.rst +++ b/Documentation/driver-api/xilinx/index.rst @@ -1,4 +1,3 @@ -:orphan: =========== Xilinx FPGA -- 2.21.0