Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp3793726imm; Mon, 18 Jun 2018 04:17:29 -0700 (PDT) X-Google-Smtp-Source: ADUXVKI7vmyMrIk1Wxh9CsrD3+bOH06Pg36LYAMRMnw+mBd4YgCJsgodzxljloEsWrDApHGlpB+2 X-Received: by 2002:a17:902:778e:: with SMTP id o14-v6mr13490248pll.214.1529320649026; Mon, 18 Jun 2018 04:17:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529320648; cv=none; d=google.com; s=arc-20160816; b=leBaS0cJSE07TYNHSPw0chSrWxEHnEGWbyprUrYa8Y8G+2zH4TwDZBDcV0rJDWznRT 379KbM6qlM7+sFGvW+zCyhkFzeMgWNb8zmxoWhLDwesxMK+u+sOEUIQjNJquC6X4eB9c V4LyUCziMMuFqTFNN890gbjDL4n8D7Fg1lJpyURqM6zx7k//whWvTnDZisD3p9x9nRWc NzrR5o1oTLo5ODvkcTfyoeNIHKKRpFCDo5Crru/679aqWHTIwt8QdD8D3snx+WA3C+Pj TZogMnFliOLAwDKVhrBvUcqDwWdY1JPVfju4SGbvAwCBrH23NuFIvguoeQfR1fEj2aa8 diow== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=CbkGIk6tDk8vZ6VQZcY0eU08szmH9pHGQG+eAE/aFV8=; b=dOKFGrPoYNLFGVVRxMXPk7zoQNsCH0pxtdpx0qU8F9dOmb6brlLLRBovVO2WPIq5Mw Q2sMJvp8rd3squLdjDkDROgCOj/C+HPekMY3YRs8r3BLfCizmbr5vlfRx9pYTMST5iG4 MTFbluIOi3oaI5Kyu0rYobLpGv9j2kpDfWEGF2lLEqN8IYy9AHjx8yKTnwhX9Z73RHUL P2Fo/O6ci6sCu/LImIR+k2AXuFRfKLi9VGhyKh3hTtOM6BYoNL95AKnksjXTmj43fO9o gq3NbikTr+0zhBPcGOCvEC3OLcLO6A0tiMFCpdu4x8xnX/IJ/4aPhQZyY9hYhrT3WEyU 6weQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y35-v6si12120316pga.319.2018.06.18.04.17.15; Mon, 18 Jun 2018 04:17:28 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934454AbeFRIQd (ORCPT + 99 others); Mon, 18 Jun 2018 04:16:33 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53034 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934284AbeFRIQZ (ORCPT ); Mon, 18 Jun 2018 04:16:25 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 83DD9C77; Mon, 18 Jun 2018 08:16:24 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Matheus Castello , Rob Herring , Sasha Levin Subject: [PATCH 4.16 019/279] dt-bindings: pinctrl: sunxi: Fix reference to driver Date: Mon, 18 Jun 2018 10:10:04 +0200 Message-Id: <20180618080609.601773145@linuxfoundation.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180618080608.851973560@linuxfoundation.org> References: <20180618080608.851973560@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 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 4.16-stable review patch. If anyone has any objections, please let me know. ------------------ From: Matheus Castello [ Upstream commit b614e905a0bc8fc5d4fa72665ac26ae00c874a4e ] Bindings describe hardware, not drivers. Use reference to hardware Allwinner A1X Pin Controller instead driver. Signed-off-by: Matheus Castello Signed-off-by: Rob Herring Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt @@ -55,9 +55,9 @@ pins it needs, and how they should be co configuration, drive strength and pullups. If one of these options is not set, its actual value will be unspecified. -This driver supports the generic pin multiplexing and configuration -bindings. For details on each properties, you can refer to -./pinctrl-bindings.txt. +Allwinner A1X Pin Controller supports the generic pin multiplexing and +configuration bindings. For details on each properties, you can refer to + ./pinctrl-bindings.txt. Required sub-node properties: - pins