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 4937BC32793 for ; Wed, 18 Jan 2023 17:25:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229843AbjARRZZ (ORCPT ); Wed, 18 Jan 2023 12:25:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54326 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229567AbjARRZY (ORCPT ); Wed, 18 Jan 2023 12:25:24 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0BDFDB741 for ; Wed, 18 Jan 2023 09:25:24 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 927B66192D for ; Wed, 18 Jan 2023 17:25:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1CF57C433D2; Wed, 18 Jan 2023 17:25:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674062723; bh=UIp2ALbIFR0Kr3XIHCm3swFVg6WKF4rhWXfWgkuD9RI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JZPZ4++CcKb4VyCvUMPQLY8pXtPk3mDtvwFZsuwlqizjNh24ZTtheR7+kGG08iozK qIcRcLenFxaIH8w1hBj4e0Gcho7ebM7p7GJP70eGRecTmSrz6KHTbMfB0qJHUmnc2w Lm0lRc35ZneGAJRZP3YSpfs9rdjZBgsaSZwTLssWdr9pBa7b8iTlRFNm1e4P+Bxm7W W6uY7v/G9TuwGelIYWczxxt4NCtof59qnf6ev/4snIlbBI51IzbsF5cgcMvVE9fHfp uILAEgwi8r+ImvBBCy28Q3FmKNr+yEQc52XHK0aaLExUMHZ2ZTKtyrxVrrAQmuZGqD 4+pcJmQJ/RZfA== Date: Wed, 18 Jan 2023 22:55:18 +0530 From: Vinod Koul To: Dmitry Baryshkov Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Kishon Vijay Abraham I , Philipp Zabel , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org Subject: Re: [PATCH 1/2] phy: qcom-qmp-combo: remove QPHY_PCS_LFPS_RXTERM_IRQ_STATUS reg Message-ID: References: <20230113212102.421491-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230113212102.421491-1-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 13-01-23, 23:21, Dmitry Baryshkov wrote: > The QPHY_PCS_LFPS_RXTERM_IRQ_STATUS register is not used, remove it from > register layout. Applied both, thanks -- ~Vinod