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 A6AB1C6FA90 for ; Tue, 20 Sep 2022 05:59:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230350AbiITF7B (ORCPT ); Tue, 20 Sep 2022 01:59:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54878 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230260AbiITF67 (ORCPT ); Tue, 20 Sep 2022 01:58:59 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ED82ACCE; Mon, 19 Sep 2022 22:58:58 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 9EAE5B824B3; Tue, 20 Sep 2022 05:58:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B9F7C433C1; Tue, 20 Sep 2022 05:58:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663653536; bh=l68gYqIECVHbcJW8Ghg4eOhz0XMjBPdI8w2LylAoy+g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XSmmjCBorN8pQSjiyCHVPLIggWZGW8w3F+d8IETIEvmuIrOViAkDTGMG/brTpCYGV g8Y7TbYs1rS34nP8SprVIsw+lecXlvdpuq38HblpPzAfu7kL7AcZb5roQ/FI72hmfO m/sl+vXrq8DIErYU5v1tLK61vf7M7zUSYh5Tilx8VkF7PSnSieiPHqlI2AovefcJok FoZOL66EAV4odwFF5u2hDf5TrncJM+XYsQOwDa+JT2vLElSAe+pzE5L3j4TGwLJgy6 bJV73zHaOqM13TwNisYxGjiHzV7wCDX4V4nw/S7EVJawt3Cz1IE9uSAl6aPW8sejgV os95SqVb0ykNA== Date: Tue, 20 Sep 2022 11:28:52 +0530 From: Vinod Koul To: Johan Hovold Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Kishon Vijay Abraham I , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/16] phy: qcom-qmp: further clean ups Message-ID: References: <20220907110728.19092-1-johan+linaro@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220907110728.19092-1-johan+linaro@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 07-09-22, 13:07, Johan Hovold wrote: > This series clean up the QMP PHY drivers somewhat after the recent > driver split. > > Included are also some fixes for runtime PM not being disabled on driver > unbind. Applied, thanks -- ~Vinod