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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9BF2BC433EF for ; Wed, 25 May 2022 15:26:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240406AbiEYP0G (ORCPT ); Wed, 25 May 2022 11:26:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59828 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241466AbiEYP0C (ORCPT ); Wed, 25 May 2022 11:26:02 -0400 Received: from mail-pf1-x42f.google.com (mail-pf1-x42f.google.com [IPv6:2607:f8b0:4864:20::42f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4136FB0A57 for ; Wed, 25 May 2022 08:26:01 -0700 (PDT) Received: by mail-pf1-x42f.google.com with SMTP id y1so3497867pfr.6 for ; Wed, 25 May 2022 08:26:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=Yhe5331qppP84xsi1X8zty7rzehNpn0wLIMR29IPkso=; b=CtlqkVLfclrXgtQY9eq5OtF/WaWfENYsCPm+euTrRKFGI9id5VujlzxHSaESfCyrgX n0YlP7mUkWvh4zmdmLwSYr7Kj+3PtC8jmbURUFkGz9A8Doa7xoaLzUxaVwVTA8DUEo/I 1e5fRtCNT4zEdJpl8ZTNSdspuq8McOuZxE2gA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Yhe5331qppP84xsi1X8zty7rzehNpn0wLIMR29IPkso=; b=35mrj4NsdJNloTpzvgucgOGgbeiOGX5AWaQeTdW17L8QcE+lvbKjlC3kcMOjTqyWt9 QPMsWxd/Dnl6rmiNG5PfJBEl4xx0RP+czyeN3K3O4HXTTvcGNAnzj+0MjOSnaFYa602a MQ/z/NrLPxzPThFPg5AgFGmKvmmtgmxxjEX9Vg4jOsehPv3PrNTQ5zGEcdPNgJaXhkBi 1734IlvUMbpu91sCEQLpsWn3UAbTA7+H5dkaHUePUqK6BSQDYbJL7U57ss9VOTKuxAKI 0Jx6JxULG6cchXCeJ/l87bF7c7EgNZDfv8N38AhQFlVLOSv5bLmjj+qUeOtVHiWyTGEe yslw== X-Gm-Message-State: AOAM532iMFGOCXTifrgh1O8ZaQDl3LCaIFvHdFFy5vNYtz/LZ9QZAN8J Pr/iWChQIFsMK5vzz3fY26BnKQ== X-Google-Smtp-Source: ABdhPJyzd4RC6tbH7od7x1K/AAvVKfDiKpH7Mt1LIRh/6pinYpf0SidpTMtigLVk5PZwFZGmXJqrPw== X-Received: by 2002:a05:6a00:8cb:b0:510:9ec4:8f85 with SMTP id s11-20020a056a0008cb00b005109ec48f85mr34438802pfu.24.1653492360757; Wed, 25 May 2022 08:26:00 -0700 (PDT) Received: from localhost ([2620:15c:11a:202:4d83:f549:9abd:427]) by smtp.gmail.com with UTF8SMTPSA id p9-20020aa78609000000b0051878e8cc13sm9996124pfn.116.2022.05.25.08.25.59 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 25 May 2022 08:26:00 -0700 (PDT) Date: Wed, 25 May 2022 08:25:59 -0700 From: Matthias Kaehlcke To: Judy Hsiao Cc: Andy Gross , Bjorn Andersson , Rob Herring , Srini Kandagatla , dianders@chromium.org, cychiang@google.com, judyhsiao@google.com, tzungbi@chromium.org, swboyd@chromium.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [v3 1/3] arm64: dts: qcom: sc7280: herobrine: Add pinconf settings for mi2s1 Message-ID: References: <20220525014308.1853576-1-judyhsiao@chromium.org> <20220525014308.1853576-2-judyhsiao@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220525014308.1853576-2-judyhsiao@chromium.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 25, 2022 at 01:43:06AM +0000, Judy Hsiao wrote: > 1. Add drive strength property for mi2s1 on sc7280 based platforms. > 2. Disable the pull-up for mi2s1 lines. > > Signed-off-by: Judy Hsiao You already had my 'Reviewed-by' tag for version 1 and 2, please make sure to include these tags when you post a new version (unless there are significant changes). That way maintainers can see that a patch has been reviewed previously, without having to go through the entire patch history, which they are unlikely to do. And your reviewer don't want to be burdened either with having to send the tags over and over again :) Reviewed-by: Matthias Kaehlcke