Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp687385ybk; Fri, 15 May 2020 10:55:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwROzeW3T69SK3fLaT7+surK88LaF6MEYGAzjmp84ifoqTPTdv/UsdUnmPWGBnYpMYdR9yB X-Received: by 2002:a17:906:7717:: with SMTP id q23mr4061272ejm.38.1589565311884; Fri, 15 May 2020 10:55:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589565311; cv=none; d=google.com; s=arc-20160816; b=09QDNVIsnMuuT9r8QL/mQQFWTDg5aIwArBVitBZ5rNY0iul4dWg992tHkB4kYsT1wy DNw6p9X6/eA/jOx9PZTDN3mx2WuBWfdL5gcBIkBE7HDGVjb6HzEJTkm4IynNZHem8BrD 9X8YpYvFD3wbd6LHsygrxBpm/v9uFgzQGsYZDzIZqJqApEjr5zOz19NKb9+7EDE1ESxI pjc832xwlo6HJJlE99Z6wkQDaS+8hVLszrzP/qxoz/nlIjdY4UckNYAN3l18XLvOgREm DZSxQ8ehVyJkwR411gXKqncZLeVmfa7tFq1VZNEyK9NMQGebHdK3bpbCjXp2AdVXffeu cjJA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=Qsjlpi1st78SlLnHEBx21bUXOWndy1XbeQsipjzGlEE=; b=DYOk9jHt4oy/Cw96xLdbqHSrOlPjj2LBJL0n8ji4w/A63y5Jxb+DJ31wCPUKW0vmv7 4fH5LMBbS2MUghw2tx65pQCQaSouEmJDCeiILjiURd/P2PJ4Xl9aE2s6HLMOZ6f0B1Ds 2CRnl7hIn9inrt6B4/580b+B3CSN1LIujspFmC2hM/MlcTARU1/+5LgvJWpf3e9et1U0 wY730zbJImOBzmxQCNRDNsCn9CxEXmZsx7g4QhSAS7m+7VSNy4JPUxGYri0l4B0HwtkN ZIXb8C3k/RrkfdKOgTiVup6km5GsVHByfPfC5BjSfSB53eYWYSXPWOZbinTKa9+E1N6q f9zw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y1si1582504edm.362.2020.05.15.10.54.49; Fri, 15 May 2020 10:55:11 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726266AbgEORxX (ORCPT + 99 others); Fri, 15 May 2020 13:53:23 -0400 Received: from ms.lwn.net ([45.79.88.28]:53558 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726144AbgEORxX (ORCPT ); Fri, 15 May 2020 13:53:23 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 0071E736; Fri, 15 May 2020 17:53:22 +0000 (UTC) Date: Fri, 15 May 2020 11:53:21 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , linux-kernel@vger.kernel.org, Daniel Jordan , Masahiro Yamada , Mike Rapoport Subject: Re: [PATCH 02/14] docs: add bus-virt-phys-mapping.txt to core-api Message-ID: <20200515115321.6e00ba57@lwn.net> In-Reply-To: References: Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 1 May 2020 17:37:46 +0200 Mauro Carvalho Chehab wrote: > This describes an old interface used prior the new DMA-API > interfaces. Add it to the core-api guide, just after the > DMA stuff. > > Signed-off-by: Mauro Carvalho Chehab > --- > .../bus-virt-phys-mapping.rst} | 0 > Documentation/core-api/index.rst | 1 + > 2 files changed, 1 insertion(+) > rename Documentation/{bus-virt-phys-mapping.txt => core-api/bus-virt-phys-mapping.rst} (100%) For this one, I think we should maybe just delete the file. It contains a warning from *20 years ago* saying not to use it, and talks about functions like isa_readl() that haven't existed i the kernel for some time. Is there any reason to keep dragging it around? jon