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.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 ADCFFC4363D for ; Wed, 7 Oct 2020 09:19:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1D2DA2176B for ; Wed, 7 Oct 2020 09:19:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="tvUxN56N" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726899AbgJGJTn (ORCPT ); Wed, 7 Oct 2020 05:19:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40222 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726131AbgJGJTm (ORCPT ); Wed, 7 Oct 2020 05:19:42 -0400 Received: from mail-lf1-x141.google.com (mail-lf1-x141.google.com [IPv6:2a00:1450:4864:20::141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 861A9C061755 for ; Wed, 7 Oct 2020 02:19:42 -0700 (PDT) Received: by mail-lf1-x141.google.com with SMTP id z19so1473563lfr.4 for ; Wed, 07 Oct 2020 02:19:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=HearCtm5CzMBeIR1tHWuaWK0TC9md3N7NC53VUCWgV0=; b=tvUxN56NHfUl5/2EqKur2+5/omgmNucchkaRxEodbK6bpaQJjNKooi1cKy6/DPqoti xQS1dAoFvYB8aBcz/kzDREA4vnTD2B01zVEpGBDcgI7/SDexYB04zwEAE44CFU3WS/UZ wsS7dGd3b1XMPekBf3XdUa5uLsR2Z/oUydBoVU7VC1rz4bSrNdJw7fIBAUC4lTEbJoGF 6hAXcK4Lexczm/fx6zvkHbZ3l8JNoh15PmmSDQ4PQ/PP+Xq47/BeSDLSDjGfSVnfr3SM hoqML1sRnpG9hSYIGye/ASCyZzynNZZwxVq6swk549j+//v5kRBeuC1SPPNeVv0v7HyG HstQ== 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=HearCtm5CzMBeIR1tHWuaWK0TC9md3N7NC53VUCWgV0=; b=kcR1FB74/xznmHR7nIRJ766lPUOnC+YpLgahMRSwHridVEaWytKDMgw8wj8zHfz7OY izd9hL4jwrEwJZvF3U+FA/zXu4NtLj0W9vmXxOKAAB+2EGIStPTJyPJZg5a5UMs2aIDT BBczCd9z06oFbvE6/KoslVgDDDUbHIEqvPpI08z0WVQXHYrsaH6hxuhXV+7QeEje/tRq y6F/BwPp1HYCkVwsYzfYWXJ2/0sA1pQ+KA2l/eu/qIV4aJ1VEFug4TLTjn66zNeN5yVT ppxdyLP6Qmo8epxWambOgwLOt77tCVIRW++qvOfyV1SOWJlaBpYcrFUZpVty2qaW7K1h CU0w== X-Gm-Message-State: AOAM531l0peMs+EkCvJUQEWGNKu7NnymVQUTwX2ducpl30K4EX3mPSnG 3jQDVSv7ZuL4gVbuXtasvb7WYE3ebr0zw4rOutzG5A== X-Google-Smtp-Source: ABdhPJzztxuaghX7mt6AZbNjuI6U2enA74cptLuZ2N1KOPduaNmzcuFfhw0yARzqithV/Y+z1T9IEU7p48uS5wXZCmM= X-Received: by 2002:ac2:42d8:: with SMTP id n24mr594980lfl.502.1602062380977; Wed, 07 Oct 2020 02:19:40 -0700 (PDT) MIME-Version: 1.0 References: <20201004162908.3216898-1-martin.blumenstingl@googlemail.com> <20201004162908.3216898-3-martin.blumenstingl@googlemail.com> In-Reply-To: <20201004162908.3216898-3-martin.blumenstingl@googlemail.com> From: Linus Walleij Date: Wed, 7 Oct 2020 11:19:30 +0200 Message-ID: Subject: Re: [RFC PATCH 2/3] dt-bindings: gpio: Add binding documentation for Etron EJ168/EJ188/EJ198 To: Martin Blumenstingl Cc: linux-pci , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "open list:GPIO SUBSYSTEM" , Rob Herring , Bartosz Golaszewski , "linux-kernel@vger.kernel.org" , Bjorn Helgaas Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sun, Oct 4, 2020 at 8:00 PM Martin Blumenstingl wrote: > +properties: > + compatible: > + enum: > + - pci1b6f,7023 > + - pci1b6f,7052 I think it is better to let the PCI driver for the whole hardware in drivers/usb/host/xhci-pci.c probe from the PCI configuration space numbers, and then add a gpio_chip to xhci-pci.c. Thanks! Linus Walleij