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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,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 541FFC433B4 for ; Wed, 14 Apr 2021 22:19:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2E72B611AD for ; Wed, 14 Apr 2021 22:19:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231699AbhDNWTu (ORCPT ); Wed, 14 Apr 2021 18:19:50 -0400 Received: from mail-oi1-f169.google.com ([209.85.167.169]:44772 "EHLO mail-oi1-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229911AbhDNWTu (ORCPT ); Wed, 14 Apr 2021 18:19:50 -0400 Received: by mail-oi1-f169.google.com with SMTP id e66so6935522oif.11; Wed, 14 Apr 2021 15:19:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=shhxLQuTrS6CU0G16xzkxHsbk3trBrwF7tum2COVf1Q=; b=ECOjp2jCDFesyp9HbcmutF6IqPnktJvmu8XagCT1tUf0+RFlRGUcjTzG8xo3RIdy/X GvqZpCeRK3ejOKFSA8iraEUkp7BggRyg1Fs+6JCOyxEouNDBQ5iVxwuidxne/IPLYCVY tPSso4g5G8ScE9t3d0BsbTaJ2O6QKnp5UuJyGeiB522KwloX8oY7Yl3X7IXeX9G4MVZq Ty7uH3qJuguiKM3hnqw6fOwoDYYa3WiW5s/9iauKBsbSNsSC+s+Ui1KOimVU/KARfFpH oGhV4mPkG0P41Xv+/qHUkna9iqbB+1VmytjtX4OB7Cko71N5qU7p3ohYf9BsbM1YMp04 9z8g== X-Gm-Message-State: AOAM532kDPkxYIYk9bui7bc9ljpcuLb2rt310K59qdTmwReVa6HLfT8M ZnPaf80wtYQ4b2qMQ67Byg== X-Google-Smtp-Source: ABdhPJx6GppsvAcMfhCc/TcWFOcFYEwW+XxDXo6r8z6IJFxygHtL17xNAfoh1RHqI7F2eLpl2oyvAw== X-Received: by 2002:aca:b787:: with SMTP id h129mr372861oif.58.1618438768152; Wed, 14 Apr 2021 15:19:28 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id i4sm195366oik.21.2021.04.14.15.19.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Apr 2021 15:19:27 -0700 (PDT) Received: (nullmailer pid 69085 invoked by uid 1000); Wed, 14 Apr 2021 22:19:26 -0000 Date: Wed, 14 Apr 2021 17:19:26 -0500 From: Rob Herring To: Hsin-Yi Wang Cc: linux-i2c@vger.kernel.org, Arnd Bergmann , Greg Kroah-Hartman , Matthias Brugger , Marek Szyprowski , linux-arm-kernel@lists.infradead.org, Rob Herring , intel-gfx@lists.freedesktop.org, devicetree@vger.kernel.org, Bartosz Golaszewski , Qii Wang , linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, Bibby Hsieh , Mark Brown , Wolfram Sang Subject: Re: [Intel-gfx] [PATCH v19 2/6] dt-binding: i2c: mt65xx: add vbus-supply property Message-ID: <20210414221926.GA69036@robh.at.kernel.org> References: <20210414172916.2689361-1-hsinyi@chromium.org> <20210414172916.2689361-3-hsinyi@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210414172916.2689361-3-hsinyi@chromium.org> Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On Thu, 15 Apr 2021 01:29:12 +0800, Hsin-Yi Wang wrote: > Add vbus-supply property for mt65xx. The regulator can be passed into > core and turned off during suspend/sleep to reduce power consumption. > > Signed-off-by: Hsin-Yi Wang > --- > Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring