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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 E5CF0C49EA2 for ; Thu, 17 Jun 2021 14:54:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D09C3613CA for ; Thu, 17 Jun 2021 14:54:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232274AbhFQO4n (ORCPT ); Thu, 17 Jun 2021 10:56:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41846 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231224AbhFQO4l (ORCPT ); Thu, 17 Jun 2021 10:56:41 -0400 Received: from mail-ej1-x633.google.com (mail-ej1-x633.google.com [IPv6:2a00:1450:4864:20::633]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0F941C06175F for ; Thu, 17 Jun 2021 07:54:32 -0700 (PDT) Received: by mail-ej1-x633.google.com with SMTP id og14so10373954ejc.5 for ; Thu, 17 Jun 2021 07:54:31 -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=kP9FZJ6E9jOuvBEfkZXpWLxsS4aT6M+o/FNvbytEBx4=; b=TAos1Myg6tlEtCXWGma2vcvlxK36hv6B5mhPDSIIXLJYHBezJ9p5/jWLLPjdXyNYV1 FxomDl3fMGV0SvrzgsumjDVbUm/n8EgyOTJHV6KVK5soWZejWDV/gpXg7RtzmUyH5f7i nqIcyVq1AkuAyFzDLbrtLetR1gtiFS/w6kPyk3/YUICArZ6jnEzitOo+uce7OieRAmYu eZw1rgReSSuT7johry48W+XUPoF0o8ODuBNmlXNZD8e6z5wt5ZBH+R+jXKC4mgXfKJA8 dP5pivfJr8M3DePenSPzKXIEjFp22RUrjlGZMMHzmrfMfNqpu0p0h7dTxpinblwIIHRZ ve0A== 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=kP9FZJ6E9jOuvBEfkZXpWLxsS4aT6M+o/FNvbytEBx4=; b=BoaNKvYuRpSqmPc4dK703yG7qYRIYKliL460thHngecEaFyyxzgjcZf4HfUGwCByFN ylO0qELdgc6JP3vOKGIZmSwf3ViKIyALlgAQlGHfSJLX+ojtC96nGrZf5WWYLTdcj5ef GUfJQswW+tfHGRPHtoegxaa4hUw5rCSOZpFY+Wpae1dFZFbfvfniKLitQ3U7p7NcANQD zDuF46YeVTuyb+pwGq7CKcdtjLq7sxTXCnf1InZAeSgFwKPtJ3H2yLpgTThFLjnwuNJ1 /A3UEEZpWfV0n8r6YOtkoGbQk8T9pSbcvNc/bb8yyyC/jgXXxJm8IuKsl0o3wez1TJL4 bl8A== X-Gm-Message-State: AOAM5326Tc/Eg7QhYI7qfl3h23VbXh1cYLvr4KF0TujM+Nh++ZSiBVc9 QakosVj6LKwv/6rpbMvmKvfsT2UaIBRbJVm+GNroIA== X-Google-Smtp-Source: ABdhPJxrtEngye1FPnWP5qJqASxWqbVqz1llqVe9GVdKKRDt8N04M+Sb6HXeXjfsZEZA3AoWNAfc503S+WZNzPFUUYE= X-Received: by 2002:a17:906:5648:: with SMTP id v8mr5645692ejr.421.1623941670599; Thu, 17 Jun 2021 07:54:30 -0700 (PDT) MIME-Version: 1.0 References: <1623924351-22489-1-git-send-email-akhilrajeev@nvidia.com> In-Reply-To: <1623924351-22489-1-git-send-email-akhilrajeev@nvidia.com> From: Linus Walleij Date: Thu, 17 Jun 2021 16:54:18 +0200 Message-ID: Subject: Re: [PATCH] gpio: tegra186: Add ACPI support To: Akhil R , Andy Shevchenko Cc: Bartosz Golaszewski , Thierry Reding , Jonathan Hunter , "open list:GPIO SUBSYSTEM" , linux-tegra , linux-kernel , Mikko Perttunen , Laxman Dewangan , Suresh Mangipudi , Krishna Yarlagadda Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Akhil, thanks for your patch! On Thu, Jun 17, 2021 at 12:05 PM Akhil R wrote: > From: Akhil Rajeev > > Add ACPI module ID to probe the driver from the ACPI based bootloader > firmware. > > Signed-off-by: Akhil Rajeev Please include ACPI GPIO maintainer Andy Shevchenko on subsequent posts, he is looking after ACPI handling in the GPIO subsystem and always provide excellent reviews. (Added on To:) It looks OK to my untrained eye, but I don't know ACPI details and expected behaviours as well as Andy. Yours, Linus Walleij