Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp3508140pxf; Mon, 29 Mar 2021 04:20:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyp7GQsKZkrMIQiSRdJBszYY4xciwqM/5xyaEdea0ukO9EMUplEwoaYKhp8S66hkKImLRMP X-Received: by 2002:a17:906:938f:: with SMTP id l15mr27755404ejx.15.1617016850321; Mon, 29 Mar 2021 04:20:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617016850; cv=none; d=google.com; s=arc-20160816; b=l5dehMKO61y1/uMHbJtMAEGVji7UgPNx+dFTDUNJp+soEXqNN5ugG/73mX9ztg95Zp 8F51anbjMX5c4LeriocKAtf7Bv5VT7WjhkK/NNHrkFTAy5PRzaJOOKfuB/HSKbyNHS9w //z8dZJVsDp0vsM6CsKJ2vJ32mcuiMYJyHnISAQi8Le2pvk9w41R5CI/FEebHZ5yD5ak inaunGXwRok4ge6NATEZlchMbD4aZIGS6R4TCyozt/tIcwLdI35zsw/HSe2fj+TizhxH iUrTQHSyERZ8TpejVAkmPDi9dDJC3MIQJqL22F/rV3aeV88SvBxYy5fgWfbuAxlFnHS3 b2NA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:references:in-reply-to :message-id:date:subject:cc:to:from; bh=vq1FMzSqopXQK6djP+EKcrOWzLAD+ATQYuDVtviaFME=; b=ZlToNEKJIk6wBbNZLfCvleU0NDHUn/ChesLJixl4IKcAj7jbKNLZ1/Zx2ZeJUN33Dk jWNXZIqkeTKYBKFctbaGbvhZ9zzJATax5ypYFZCEH4bMMjFuKUpJNcmwym72o89jwsXc ppmVRn6TZIgjUWbzvbpNEizN+z4hhqDCq67i3XgLXmFVug89uqUWrTsw7ZO+oDlK/w2h I27Za0LK/UsAzXw2hPxqhZlAC1zkh7pePvW+xeNvt/u+SI2KeaFshWaHWmHiqZU7ypMv V4N3IHiiTuL4+JiFctjRG8HSIO3TxuD0A6+VBM6odHXIXVYNtcfrCfmiz8A4kVFKCA0z GpxA== 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 mp1si12841353ejc.457.2021.03.29.04.20.28; Mon, 29 Mar 2021 04:20:50 -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 S232400AbhC2LRp (ORCPT + 99 others); Mon, 29 Mar 2021 07:17:45 -0400 Received: from mail.thorsis.com ([92.198.35.195]:55194 "EHLO mail.thorsis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232053AbhC2LRY (ORCPT ); Mon, 29 Mar 2021 07:17:24 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id CD1AE35AD; Mon, 29 Mar 2021 13:17:22 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.thorsis.com Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Db6Qi0dBYn4c; Mon, 29 Mar 2021 13:17:22 +0200 (CEST) Received: by mail.thorsis.com (Postfix, from userid 109) id A3ABC35D7; Mon, 29 Mar 2021 13:17:22 +0200 (CEST) X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_RECEIVED, NO_RELAYS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 From: Alexander Dahl To: linux-doc@vger.kernel.org, linux-gpio@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Linus Walleij , Bartosz Golaszewski , Jonathan Corbet , Alexander Dahl Subject: [PATCH 3/3] docs: kernel-parameters: Add gpio_mockup_named_lines Date: Mon, 29 Mar 2021 13:16:48 +0200 Message-Id: <20210329111648.7969-4-ada@thorsis.com> In-Reply-To: <20210329111648.7969-1-ada@thorsis.com> References: <20210329111648.7969-1-ada@thorsis.com> Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Missing since introduced in the driver. Fixes: commit 8a68ea00a62e ("gpio: mockup: implement naming the lines") Signed-off-by: Alexander Dahl --- Documentation/admin-guide/kernel-parameters.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 782dc6d9b7fb..4b12f944ca44 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -1464,6 +1464,8 @@ gpio-mockup.gpio_mockup_ranges [HW] Sets the ranges of gpiochip of for this device. Format: ,,,... + gpio-mockup.gpio_mockup_named_lines + [HW] Let the driver know GPIO lines should be named. gpt [EFI] Forces disk with valid GPT signature but invalid Protective MBR to be treated as GPT. If the -- 2.20.1