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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1602AC433EF for ; Tue, 19 Oct 2021 18:06:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EEC956135F for ; Tue, 19 Oct 2021 18:06:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233460AbhJSSJC (ORCPT ); Tue, 19 Oct 2021 14:09:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:41084 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234770AbhJSSJC (ORCPT ); Tue, 19 Oct 2021 14:09:02 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 674B8604AC; Tue, 19 Oct 2021 18:06:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634666809; bh=QRHoFOiTZy8VK0r2DCaWi9nxm3sfvfTDB4HypYQ8wpI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FIX0YVuaUlmTBhAiYoxYlY5KoMGZnwmQNfKdQl5h0rsGmj4Yh1fdGptzM4zbnhAal ulL2npUToEepyrzbf0aNGdrHacL1v/fkl8WlseiQ3gibXbFs70WAtSkN15lepHNPX2 UV2civm+cGfDyGDAyVW1Gm8wqbbEoOfwEgFsvOhidqOWiytrsdvjpM1151QJdZZ6Cp Ut2DS6WjmQSmtYBcKOnHPLknscz0QaMkTppXz3rS9RrNCmHRFwF5B9rLJQrNgoKoy7 b2m95hkXjwW++ibTmKrOTtLoBTZ41FOFqwkfuJ/p/x8wItNlIYpoy9dkGeZsU17fCN yBy2Dg8Kt9kvA== Date: Tue, 19 Oct 2021 23:36:45 +0530 From: Vinod Koul To: Amelie Delaunay Cc: Kishon Vijay Abraham I , Rob Herring , Alexandre Torgue , Maxime Coquelin , linux-phy@lists.infradead.org, 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 v3 0/3] phy: stm32: add phy tuning support Message-ID: References: <20211015161427.220784-1-amelie.delaunay@foss.st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211015161427.220784-1-amelie.delaunay@foss.st.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 15-10-21, 18:14, Amelie Delaunay wrote: > This series brings phy tuning to stm32-usbphyc with new optional > device tree properties. > A prior patch add resume routine, which is used to restore UTMI > switch and phy tuning configuration, as they can be reset if > deep low power state is achieved. Applied, thanks -- ~Vinod