From patchwork Sun Mar 9 17:00:44 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Salter X-Patchwork-Id: 25948 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-ob0-f199.google.com (mail-ob0-f199.google.com [209.85.214.199]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id D50DC206A6 for ; Sun, 9 Mar 2014 17:01:09 +0000 (UTC) Received: by mail-ob0-f199.google.com with SMTP id wo20sf24235814obc.2 for ; Sun, 09 Mar 2014 10:01:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :list-post:list-help:list-archive:list-unsubscribe; bh=hoTXo7Zh2btRLBBX7RJa75u6glMH+vrjjDVvGsJtOtk=; b=Jv8NcYr1d41YeiV4uEmmrnMtWp+zjNuf6jkId0sL2w+K4DVtc2nsjCooMe1zPZgUR0 se5TdRDGjqbdjJjdomhz6xoRYRMudnfoMzdfL3VuCOJ7CqcUfi5+Sfd4Gka1NqkVhPZV S3s+LwoEL390fAU6YjWSPlrPTPrFO4zjm2Oi9HCVBqC22095YBFI0OIr1g3o8Ju/adtN +87ow+HEXReOYWUlgRk6tchTMxBdGqUstSVanrwEercvZ94ltPrgZayWkvwe7+dhchuA wYLqdvP+/b5O6WqcJHzrWQd2/t2A6ZdDYFByhu5yFDGSbmApXA9ipwSMwcKbiv01Pz8K JYUg== X-Gm-Message-State: ALoCoQnKEBpMppffdDHP9gKXvpiPf2IdCsqAs+hpRWjnI8G/J3nzjmBV+MusKvYH3foiUSofp/6h X-Received: by 10.43.69.210 with SMTP id yd18mr11429182icb.10.1394384469380; Sun, 09 Mar 2014 10:01:09 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.140.50.177 with SMTP id s46ls1751650qga.24.gmail; Sun, 09 Mar 2014 10:01:09 -0700 (PDT) X-Received: by 10.220.12.140 with SMTP id x12mr18905086vcx.19.1394384469259; Sun, 09 Mar 2014 10:01:09 -0700 (PDT) Received: from mail-ve0-f176.google.com (mail-ve0-f176.google.com [209.85.128.176]) by mx.google.com with ESMTPS id i3si3958771vcp.52.2014.03.09.10.01.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 09 Mar 2014 10:01:09 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.128.176 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.128.176; Received: by mail-ve0-f176.google.com with SMTP id cz12so6107093veb.35 for ; Sun, 09 Mar 2014 10:01:09 -0700 (PDT) X-Received: by 10.58.200.229 with SMTP id jv5mr19057227vec.15.1394384469093; Sun, 09 Mar 2014 10:01:09 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.220.78.9 with SMTP id i9csp68976vck; Sun, 9 Mar 2014 10:01:08 -0700 (PDT) X-Received: by 10.14.205.3 with SMTP id i3mr30212492eeo.23.1394384467117; Sun, 09 Mar 2014 10:01:07 -0700 (PDT) Received: from mx1.redhat.com (mx1.redhat.com. [209.132.183.28]) by mx.google.com with ESMTP id e3si29103290eeo.156.2014.03.09.10.01.05 for ; Sun, 09 Mar 2014 10:01:06 -0700 (PDT) Received-SPF: pass (google.com: domain of msalter@redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s29H13Rj015189 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 9 Mar 2014 13:01:03 -0400 Received: from deneb.redhat.com (ovpn-113-45.phx2.redhat.com [10.3.113.45]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s29H0rcE030039; Sun, 9 Mar 2014 13:01:01 -0400 From: Mark Salter To: Rob Landley Cc: Mark Salter , linux-doc@vger.kernel.org, Andrew Morton , linux-kernel@vger.kernel.org, patches@linaro.org Subject: [PATCH v6 6/6] doc/kernel-parameters.txt: add early_ioremap_debug Date: Sun, 9 Mar 2014 13:00:44 -0400 Message-Id: <1394384444-23182-7-git-send-email-msalter@redhat.com> In-Reply-To: <1394384444-23182-1-git-send-email-msalter@redhat.com> References: <1394384444-23182-1-git-send-email-msalter@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: msalter@redhat.com X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.128.176 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Add description of early_ioremap_debug kernel parameter. Signed-off-by: Mark Salter --- Documentation/kernel-parameters.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 7116fda..de1d10e 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -870,6 +870,11 @@ bytes respectively. Such letter suffixes can also be entirely omitted. Enable debug messages at boot time. See Documentation/dynamic-debug-howto.txt for details. + early_ioremap_debug [KNL] + Enable debug messages in early_ioremap support. This + is useful for tracking down temporary early mappings + which are not unmapped. + earlycon= [KNL] Output early console device and options. uart[8250],io,[,options] uart[8250],mmio,[,options]