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=-3.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,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 123B7C10F29 for ; Mon, 9 Mar 2020 20:02:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DA6CA20578 for ; Mon, 9 Mar 2020 20:02:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="GQCEV06L" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726770AbgCIUCD (ORCPT ); Mon, 9 Mar 2020 16:02:03 -0400 Received: from mail-ua1-f67.google.com ([209.85.222.67]:42165 "EHLO mail-ua1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726487AbgCIUCD (ORCPT ); Mon, 9 Mar 2020 16:02:03 -0400 Received: by mail-ua1-f67.google.com with SMTP id p2so3794878uao.9; Mon, 09 Mar 2020 13:02:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=pTzxYDH2AxvhcoAC/Na4iwhOdxiHwUzqHjcxqLWpuxk=; b=GQCEV06Lm4xXvCKBt/YE3GSEpfgS9Y+DsuySxrA/FHkBxV8cXIq+RGg2ipv1u4sZYF Y1Niv6stWta6HJWJdBP2pxhMgSPsWIMQzQojVUSke1NPXKNcnAIHPK1BMqY2HAbSuNAI Bx8K+OfFMgeBn4tOLISC5hk2R3KD9lw9FFqN7bkDpzAR4qouBJXawHJxL1La34QCRuId QTnsRHKb70pRnU6u188Q1EVyhKdMnmg9neZn5tKeMF4p8k5vVen3/ke+M6kpszI3zP9V uSdZAvBbvnDqRut4/NG88abbk1/2tEN3dROun3iwv5g37DwLSTZCv+MOrJKrO/jJ6p1i zBKQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=pTzxYDH2AxvhcoAC/Na4iwhOdxiHwUzqHjcxqLWpuxk=; b=X8tuGyxm0Uwra9FSTMjqjs4bJkOOZt/c7E5jbbjxnnM9l6gwkVsrc8md4LOCib9c+i Zr8cBkIbwPkRjII+aC/JX+jduL/oijME/ViyVuYABqdnhexGjBDzfjF43SV3rDXRw10P HbbFQmH4l6jpiLdMKSfvmv6zAG+RFyQPLxha4Vpq7beC+gRGlaYunFxY/8binCn+5AHf NK4/WPrpfX2creLtVNsRZ4FAUV3eDhdLvBsLh4fdGpkgFnAFNFCkHyj6tPjwytcMSbsR E+PlnaRA2D0ZLVUcs2aWCxzsi8EMzl0Fo2XAMg3d2Zi18QOXfxVE2xIZLsaJSZ7jzN8W W4KA== X-Gm-Message-State: ANhLgQ1Mn8smSQ6xuUDmkAE9+5KOWfVMmc6jtNfWDFmYbL93gZ2HrJpV 4doW1Bdu79LdI2cxOmGnghoKpO32sU+zcFhWcwg= X-Google-Smtp-Source: ADFU+vvnyhaBj9HB+Vdqccw7wpInLbX76amumParBY6QdTNcO7OLeuGNAM4hdzC1UyzZYxq4D7RMbq+yXovPRruhtjU= X-Received: by 2002:ab0:471a:: with SMTP id h26mr10219454uac.34.1583784120687; Mon, 09 Mar 2020 13:02:00 -0700 (PDT) MIME-Version: 1.0 References: <1583780521-45702-1-git-send-email-opendmb@gmail.com> In-Reply-To: <1583780521-45702-1-git-send-email-opendmb@gmail.com> From: Gregory Fong Date: Mon, 9 Mar 2020 13:01:34 -0700 Message-ID: Subject: Re: [PATCH V2] gpio: brcmstb: support gpio-line-names property To: Doug Berger Cc: Linus Walleij , Bartosz Golaszewski , Florian Fainelli , bcm-kernel-feedback-list , linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@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 9, 2020 at 12:02 PM Doug Berger wrote: > > The default handling of the gpio-line-names property by the > gpiolib-of implementation does not work with the multiple > gpiochip banks per device structure used by the gpio-brcmstb > driver. > > This commit adds driver level support for the device tree > property so that GPIO lines can be assigned friendly names. > > Signed-off-by: Doug Berger Acked-by: Gregory Fong