Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 75DE5C4332F for ; Fri, 12 Nov 2021 14:18:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 56E2060C4A for ; Fri, 12 Nov 2021 14:18:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235151AbhKLOUw (ORCPT ); Fri, 12 Nov 2021 09:20:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38560 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235096AbhKLOUv (ORCPT ); Fri, 12 Nov 2021 09:20:51 -0500 Received: from mail-yb1-xb2a.google.com (mail-yb1-xb2a.google.com [IPv6:2607:f8b0:4864:20::b2a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF095C061766; Fri, 12 Nov 2021 06:18:00 -0800 (PST) Received: by mail-yb1-xb2a.google.com with SMTP id y3so24063170ybf.2; Fri, 12 Nov 2021 06:18:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=8GW8Ktwdvz3yOVsUiwE1qEeSmqgP7liHkg9/rj0kpmg=; b=YljvRFEWNYsZBhp4XWpLm9WojDm+QblDf+TsfWcNb7zE6zGpVSqylrYt7R+tP5crWy IsEC5PnPyrnWeoHbSpjygv84V80qw4JhYiQ82SLu10FDFbPcTLdnhZv165j3Atiidbhx FCxCnOzYhgpNPg+W/Fa0Oa4KAXqm+6aihkrHcUx4/puxcb/ukt6OetRs+wMiNuJSNl0K ywjqvlsb7OAMQW6C/YhJUKSyA1hKcuqezV82orV2T9B51fzXWH2DLdelD5tOJ3cAqaVR 8eNoEr3L5i1ll6mBsWGv6N3oYdgEcA/swg7K/DmoItBAWdRpmQ+FH40HSWzCTDAHr4o9 +YyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=8GW8Ktwdvz3yOVsUiwE1qEeSmqgP7liHkg9/rj0kpmg=; b=j4UrTCLWPM4+PfKirvL91np4+is89QVKEGQXckMigOPEUZE9bi3gn183AgIqQLePdA BapXo7xuF4MhOUjlAAhE4Bah4V3i2KvzdASqLrj70NiYX8rvyWAJts+WR7pFDHWgL3mU eqBvqX07+fbjxJ5qL6q0aRzo4EP1JQNRIQA4JGAtboYVgqx292gMWHA50AsEM8FjZaEr 5IjtA3jEoXOmswKvAY/plr0+ShImq1r7kYIx/xuo0DBgnhVlu3OVK5Hqh5/u/GQf+3T3 WA2NshPusGLYQaa9weD7EgZdAOMhH4UWCXqe5lAWGBgx83stbZlE1Opjw9XhtpFaBmEw zN4g== X-Gm-Message-State: AOAM533EHvtcBl5MivwQlSmV4Wrs++8RkJ5worYXqsrOh6/NiT5LDf89 wUCjtPVSLEcoDwoEGQJFwDeKpHYH6nRaAUpVWmE= X-Google-Smtp-Source: ABdhPJy8zWIEN6Xk5IvLbBpN7EDSIpRpKemxsQnUf6/ud1TWix6coMoFlaXbmk5G55NxGjOzsu6pimxsP6zLHJbjsx8= X-Received: by 2002:a25:c792:: with SMTP id w140mr16519436ybe.131.1636726680056; Fri, 12 Nov 2021 06:18:00 -0800 (PST) MIME-Version: 1.0 References: <20211110224622.16022-1-prabhakar.mahadev-lad.rj@bp.renesas.com> In-Reply-To: From: "Lad, Prabhakar" Date: Fri, 12 Nov 2021 14:17:34 +0000 Message-ID: Subject: Re: [PATCH v3 0/6] RZ/G2L: pinctrl: Support to get/set drive-strength and output-impedance-ohms To: Geert Uytterhoeven Cc: Lad Prabhakar , Linus Walleij , Rob Herring , Linux-Renesas , "open list:GPIO SUBSYSTEM" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux Kernel Mailing List , Biju Das Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Geert, On Fri, Nov 12, 2021 at 2:09 PM Geert Uytterhoeven wrote: > > Hi Prabhakar, > > On Wed, Nov 10, 2021 at 11:46 PM Lad Prabhakar > wrote: > > This patch series add support to get/set drive-strength and > > output-impedance for RZ/G2L SoC. Along with some macro renames > > and code cleanup. > > > > Cheers, > > Prabhakar > > > > Changes for v3: > > * Fixed review comments pointed by Geert. > > > > Changes for v2: > > * Fixed review comments pointed by Geert, split up patch 4 from series [1] > > > > Note: This patch series is dependent on first two patches of series [1] > > > > [1] https://patchwork.kernel.org/project/linux-renesas-soc/cover/ > > 20211027134509.5036-1-prabhakar.mahadev-lad.rj@bp.renesas.com/ > > Thank you, will queue in renesas-pinctrl-for-v5.17 with the dependencies. > Thank you for the review and acceptance. Cheers, Prabhakar > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds