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 BAEA7FA3745 for ; Fri, 28 Oct 2022 13:00:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230175AbiJ1NAz (ORCPT ); Fri, 28 Oct 2022 09:00:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230202AbiJ1NAv (ORCPT ); Fri, 28 Oct 2022 09:00:51 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 00CE998C89; Fri, 28 Oct 2022 06:00:46 -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 A6053B82A02; Fri, 28 Oct 2022 13:00:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 78BA6C433C1; Fri, 28 Oct 2022 13:00:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666962044; bh=ePeMsjxXdLiOOfUUzNUw3FJDyNeX4zvzgeUxZV88UCM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dn+wSexzopWxdmzMsf7LuHWXqxeG0MYEp/zawI/K8pl0nbOdoVRBD27i4Z2ls8RK6 ysPuZIoeq2hcMYpPv8CEX+DMrMSmX1RVwEZjQu2IPyKm3Y6AzOdOMQjlgaafnH/av4 6FhJGopEYEAVFMQwgDynqx9HSlHygir2z0U9hBcqEZbliOjiJFgLlztZ940qDHrbq8 Cc802FXXlEr/QjZJ8+HOMkpJWbtOK71l2CZshSCOKTtQva7jhlf/AA65Otzxd1Rn5Q K++OYCTqh4iWsZ0kLsduLdcVR45mzJCaAiDtufMVkoVExwvxFdbJX+P0P33UqGQvKx s3tkrk0IMjeXA== Date: Fri, 28 Oct 2022 18:30:40 +0530 From: Vinod Koul To: Johan Hovold Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/10] phy: qcom-qmp-ufs: fix sc8280xp binding Message-ID: References: <20221024090041.19574-1-johan+linaro@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221024090041.19574-1-johan+linaro@kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 24-10-22, 11:00, Johan Hovold wrote: > This series fixes the UFS PHY devicetree binding for SC8280XP and adds > support for the new updated binding to the driver. > > The first half of the series clean up the driver in preparation for > supporting SC8280XP and its new binding that drops the legacy child node > and the (incomplete) description of register subregions. Applied, thanks -- ~Vinod