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=-5.6 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,USER_AGENT_SANE_1 autolearn=ham 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 F1B2EC32792 for ; Mon, 30 Sep 2019 22:47:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C023B2168B for ; Mon, 30 Sep 2019 22:47:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569883643; bh=JuHgaZ3ed/vghF/I3C6OZAV/C572xMQh98BnvKB7Xao=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Bl8Vp0XPYnnEwFXaPjYyRonR4QCgrZthI+TGquIcfo1X2RJLKmaC2a/3vDSehiBMV 4rWFVThq2nLz8M0cBZYxdyrNQDD+6GbWOuZ9q7yXJogWiYzHrsprnPw8GhmumnQ/Ak 0cDTs6+SnQRn1/xoGEBgkK9Y/CmLmXFs6IjlfHKc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729459AbfI3WrW (ORCPT ); Mon, 30 Sep 2019 18:47:22 -0400 Received: from mail-oi1-f193.google.com ([209.85.167.193]:33504 "EHLO mail-oi1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726350AbfI3WrW (ORCPT ); Mon, 30 Sep 2019 18:47:22 -0400 Received: by mail-oi1-f193.google.com with SMTP id e18so12691934oii.0; Mon, 30 Sep 2019 15:47:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=6QfYHOqCFke/B9nmo9C0f+3JabbnkVFCdcopO1uSlDs=; b=DYK56En7e5kLkrgtfoZ5vbqs4hyxBnngTMLvOQtwBAwFggVtB3tCpqkc/IDKB3ea+j iP8UnQSmrn7kgfp3aJS588IyJ1OW+t21wsvJIiB1JTYJo+4jnpQb8byjb5wYmgmD68Nd XCl5GTJIzPVSKgcu0nPkvnbQ92GA3p3V62caYrtmQ0bClrSJ7vfnK04036joQb2eQmoW XKerP11G6x6hIcjNI2vy7+tj71sj0JtSwFHYl8JGD1XyfYrq/o/n84G2SrcRePS7dHFN +gDZXzRShyEZCqUVm+KrjkySrQ//cmEHXUMZzvdrc8FSItinVWGCyJZYcrxKX4UXfKRp VasA== X-Gm-Message-State: APjAAAW8CkZv4ivKOz4nuCgjS+xNL3VXIne1Y/3LDR0Yyo8mPfQ19hLh LGhK5tqt3KrX70PKOsI3Eg== X-Google-Smtp-Source: APXvYqz+3Izxqt7xvoQxGYq/m9r3fsWqTy00V2Zd2TZoeuaEbOZjGQBkBMnNbE31sjBCAiNnJfXlUw== X-Received: by 2002:aca:c505:: with SMTP id v5mr1228689oif.79.1569883641379; Mon, 30 Sep 2019 15:47:21 -0700 (PDT) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id u130sm4705832oib.56.2019.09.30.15.47.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Sep 2019 15:47:20 -0700 (PDT) Date: Mon, 30 Sep 2019 17:47:20 -0500 From: Rob Herring To: Qianggui Song Cc: Linus Walleij , linux-gpio@vger.kernel.org, Qianggui Song , Mark Rutland , Hanjie Lin , Jianxin Pan , Neil Armstrong , Martin Blumenstingl , Kevin Hilman , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Carlo Caione , linux-amlogic@lists.infradead.org, Xingyu Chen , Jerome Brunet Subject: Re: [PATCH 1/3] pinctrl: add compatible for Amlogic Meson A1 pin controller Message-ID: <20190930224720.GA27280@bogus> References: <1568700442-18540-1-git-send-email-qianggui.song@amlogic.com> <1568700442-18540-2-git-send-email-qianggui.song@amlogic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1568700442-18540-2-git-send-email-qianggui.song@amlogic.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 17 Sep 2019 14:07:20 +0800, Qianggui Song wrote: > Add new compatible name for Amlogic's Meson-A1 pin controller > add a dt-binding header file which document the detail pin names. > > Signed-off-by: Qianggui Song > Signed-off-by: Xingyu Chen > Signed-off-by: Jianxin Pan > --- > .../devicetree/bindings/pinctrl/meson,pinctrl.txt | 1 + > include/dt-bindings/gpio/meson-a1-gpio.h | 73 ++++++++++++++++++++++ > 2 files changed, 74 insertions(+) > create mode 100644 include/dt-bindings/gpio/meson-a1-gpio.h > Reviewed-by: Rob Herring