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 839FDECAAD1 for ; Thu, 1 Sep 2022 16:04:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234781AbiIAQEW (ORCPT ); Thu, 1 Sep 2022 12:04:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52820 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233806AbiIAQES (ORCPT ); Thu, 1 Sep 2022 12:04:18 -0400 Received: from mail-pg1-x533.google.com (mail-pg1-x533.google.com [IPv6:2607:f8b0:4864:20::533]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DF4288FD5E for ; Thu, 1 Sep 2022 09:04:16 -0700 (PDT) Received: by mail-pg1-x533.google.com with SMTP id q63so16785576pga.9 for ; Thu, 01 Sep 2022 09:04:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc; bh=RDQJd9j02PpeO+3EPY7C48IcXhi9uoKh6VvJ2TfCav8=; b=g9DjNy8TNMKe/ABwxBesrDJThY9V75D1n7Bbs/8tKWBXoKanaaQ1m6zzBtNRAV2DHr hDiLVvSi2JcFW6ySrgprvUHHqdxmcXRISbooh8SYIZcctpFSbR3E+XsJ5GbO8iKll/lq UEs8vXbvIFhbkii85XgluJqzRCg3Z+EETuBCg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=RDQJd9j02PpeO+3EPY7C48IcXhi9uoKh6VvJ2TfCav8=; b=R6ti0Jy2hAw4ctgp3Np7sYKhc+fVR/Bvy+3DbJyvF9lCqUTdcEpqwQcRJ/F81ilh/J 8Tdi2DYozMCN39T92bjFU5P/97RG75PvJn0D4cZD5l4QA2hbL+PsYaKS4PqnYOnLzTXS N3Z08+po/4G7SFmFayP21XCeW+VUFwQYPz4sE8zMkMKaDJValuZdJLtAma67oEX15Qoa QLZNH9z5Bb+JQu3uRcU+ZBRECZd4oG65Fd7S2V33PrkI6HfZLxcJs6DDZUBkyyAWtAKT X5xxFRdv37EKg/K9N4U8vl074EzScmza7W4R/RuC3ypmHXgYKyVMw2W96WgO3eKva1Bn GHvA== X-Gm-Message-State: ACgBeo3dDa4eQEvpxOmzLIzKbfJjP5+ASCLFxh00tBLjp+DKUq50MVGX BPc+SIfXwrlAxIMhMs2O5Fh6BA== X-Google-Smtp-Source: AA6agR68eEfnYD04bZhFsoCtosKppWER481lrGds4DIRviTTJ9jvG4lZzwEduwGrvPvunR+WCVteng== X-Received: by 2002:aa7:8712:0:b0:537:db6d:af66 with SMTP id b18-20020aa78712000000b00537db6daf66mr28963796pfo.55.1662048256465; Thu, 01 Sep 2022 09:04:16 -0700 (PDT) Received: from localhost ([2620:15c:11a:202:34cd:3659:c11f:5d05]) by smtp.gmail.com with UTF8SMTPSA id g1-20020a17090a708100b001fbb0f0b00fsm3520455pjk.35.2022.09.01.09.04.15 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 01 Sep 2022 09:04:16 -0700 (PDT) Date: Thu, 1 Sep 2022 09:04:14 -0700 From: Matthias Kaehlcke To: Rajendra Nayak Cc: andersson@kernel.org, agross@kernel.org, konrad.dybcio@somainline.org, mturquette@baylibre.com, sboyd@kernel.org, johan+linaro@kernel.org, quic_kriskura@quicinc.com, dianders@chromium.org, linux-clk@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] clk: qcom: gcc-sc7180: Update the .pwrsts for usb gdsc Message-ID: References: <20220901101756.28164-1-quic_rjendra@quicinc.com> <20220901101756.28164-2-quic_rjendra@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220901101756.28164-2-quic_rjendra@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 01, 2022 at 03:47:55PM +0530, Rajendra Nayak wrote: > USB on sc7180 cannot support wakeups from low power states > if the GDSC is turned OFF. Update the .pwrsts for usb GDSC so it > only transitions to RET in low power. > > Signed-off-by: Rajendra Nayak Reviewed-by: Matthias Kaehlcke Tested-by: Matthias Kaehlcke