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=-6.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 3AE12C433E6 for ; Wed, 13 Jan 2021 15:11:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 042762339F for ; Wed, 13 Jan 2021 15:11:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725846AbhAMPLY (ORCPT ); Wed, 13 Jan 2021 10:11:24 -0500 Received: from mail.kernel.org ([198.145.29.99]:57500 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725747AbhAMPLY (ORCPT ); Wed, 13 Jan 2021 10:11:24 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 55B202337F; Wed, 13 Jan 2021 15:10:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610550643; bh=49EcqNO3BNtm9SgsIEaZe12aoA3Tw/mLHvfiTqlGjXs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=etqN7VUMPx4jO+i41MW0+eU5VpDprOhFXusdoR3MrJsnkCxH44Ykn5OVU/hNixV1t 6tSGJHAr1b9EM2+pHqwoTwfU0EYLBs3Nr5mKxxLHYb0wxJ28NbipKKpNBlpbO6gDTG c9BzrY1Yu1dkyPAYNcuYGfM32vU7+qsZGGMNEY4rqWjMSkuKhnO95L4D8EBv6SMiLp UNsHwmQLCx5khdJa2JKCwoGwl24SOuawSqLssT9UZcoarrxRkMq5QDPDZebC0BSVOj OzDqjVtcuencdVxTrQksJSrw+hcUcOhgKCKI9bWzCQ+BuXd2bv+rg6WP6x5J474dqC 0Mx6ns/MHqLkg== Date: Wed, 13 Jan 2021 20:40:33 +0530 From: Vinod Koul To: Amelie Delaunay Cc: Kishon Vijay Abraham I , Rob Herring , Alexandre Torgue , Maxime Coquelin , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com Subject: Re: [PATCH v2 0/6] STM32 USBPHYC PLL management rework Message-ID: <20210113151033.GU2771@vkoul-mobl> References: <20210105090525.23164-1-amelie.delaunay@foss.st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210105090525.23164-1-amelie.delaunay@foss.st.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 05-01-21, 10:05, Amelie Delaunay wrote: > STM32 USBPHYC controls the USB PLL. PLL requires to be powered with 1v1 and 1v8 > supplies. To ensure a good behavior of the PLL, during boot, runtime and > suspend/resume sequences, this series reworks its management to fix regulators > issues and improve PLL status reliability. Applied, thanks -- ~Vinod