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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no 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 8085DC3F2D7 for ; Wed, 4 Mar 2020 18:25:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5012A21775 for ; Wed, 4 Mar 2020 18:25:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583346342; bh=YbxSKTj+LYP9ob1/gIRYSwkiErAazg4kjCl0Ex3B0LE=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=Axlv6snnNsLweSMSJo+mOZt79gYGvYN3tPQEkBcXUGt6qYDym+BRoQcEzQNrISIjk bZIAu4XsxGSFCqy1QnJArO0GwXpntGE9oLNcrt3xrm4Ed6GHOcj4q6OlHgoJU60+Np 3yFrrmnfOfA0RN7Nw836JFFoNNUVagT3lLGC279M= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388181AbgCDSZl (ORCPT ); Wed, 4 Mar 2020 13:25:41 -0500 Received: from mail.kernel.org ([198.145.29.99]:55220 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728168AbgCDSZl (ORCPT ); Wed, 4 Mar 2020 13:25:41 -0500 Received: from mail-qt1-f179.google.com (mail-qt1-f179.google.com [209.85.160.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5EC822166E; Wed, 4 Mar 2020 18:25:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583346340; bh=YbxSKTj+LYP9ob1/gIRYSwkiErAazg4kjCl0Ex3B0LE=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=PVZv48kmmWr7ZkljfCQwnXQ0tlHKmi6HnRX122KFBjjZ+IyRyTU7qhRvV26Dvk/pM KkmsYWYbI+6uPUKxyj9Ax1OtdLu3inphUPfSvxloMv/ywt2kqjno13Db+PkqWdOeo8 ITN70bObTvRwqI/1hAc8kPZBXCitxnt8mcOUzXAA= Received: by mail-qt1-f179.google.com with SMTP id r6so2102567qtt.9; Wed, 04 Mar 2020 10:25:40 -0800 (PST) X-Gm-Message-State: ANhLgQ2JS2x4nRwupxhBMgDlkpesDTF1GgPMA77BzDi9ZP3cnRwfXRcX 7vn2F21EYwDQMfqo3sDlOSnn7ED4n0t+jMrOkw== X-Google-Smtp-Source: ADFU+vvSKC5FiWZMLwOH/etNBdGnVzaAeXHbZ2Rkz1S9aEp4YeqS83ONsARP9M3LH/0+8SclIoKFCdXkwGzuX7Q/W90= X-Received: by 2002:ac8:124d:: with SMTP id g13mr3696997qtj.224.1583346339495; Wed, 04 Mar 2020 10:25:39 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Rob Herring Date: Wed, 4 Mar 2020 12:25:28 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 04/12] docs: dt: convert booting-without-of.txt to ReST format To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , "linux-kernel@vger.kernel.org" , Jonathan Corbet , Harry Wei , Alex Shi , devicetree@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 2, 2020 at 1:59 AM Mauro Carvalho Chehab wrote: > > - Add a SPDX header; > - Use copyright symbol; > - Adjust document title; > - Adjust document and section titles; > - Some whitespace fixes and new line breaks; > - Mark literal blocks as such; > - Add table markups; > - Add it to devicetree/index.rst. Let's skip this doc. It's been on my todo to remove it. It's pretty stale and 15 years old. Much of this document is now covered by what's in the DT spec. There's a few pieces that aren't which we need to find new homes for. > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/arm/booting.rst | 2 +- > ...-without-of.txt => booting-without-of.rst} | 299 ++++++++++-------- > Documentation/devicetree/index.rst | 1 + > Documentation/translations/zh_CN/arm/Booting | 2 +- > 4 files changed, 169 insertions(+), 135 deletions(-) > rename Documentation/devicetree/{booting-without-of.txt => booting-without-of.rst} (90%)