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=-4.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 452F0C433DB for ; Wed, 13 Jan 2021 15:12:40 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CA50523383 for ; Wed, 13 Jan 2021 15:12:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CA50523383 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=DRtwwpv/V0BKX4s/bCl352bDelf33OdF/a9wD5/lTo4=; b=ZXUl/heWXwC0tEnI+TsqWYRIP wA6ME0S4hN3s88cBiCj9Ls5LP5fHb0Cbf6DYP9OoxHIpoU5VKO8OnORnXjnbLd30ELnfSC58AAcTW 2dIJZRHUmGSwpE/7W1Ry/egguvq+bkPoosZYT+Ps78HqP9NR//SWVxjagmcyocJuT49ymR3rntxCO 5kZ2+3+J+Y/m0Uf+0OIrp6+1zaXGaDePHnB791SmxIwVK+f9iGTSJPL29sinZCrnYLy0RamUShFFD jj0DidMlwiAQG5BIAUshGysFR2g9uTLVVsmkDuZ0ImMVV6KLhnNMF3KuQV4MfBvi7rCdyQU8IiGA8 pzjv74mPQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kzhnL-0007Yx-LV; Wed, 13 Jan 2021 15:10:47 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kzhnI-0007Xq-Fr for linux-arm-kernel@lists.infradead.org; Wed, 13 Jan 2021 15:10:45 +0000 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 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-Disposition: inline In-Reply-To: <20210105090525.23164-1-amelie.delaunay@foss.st.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210113_101044_625401_69E139D0 X-CRM114-Status: UNSURE ( 8.14 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Alexandre Torgue , Rob Herring , Maxime Coquelin , Kishon Vijay Abraham I , linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel