From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 793D9200CD; Wed, 31 Jul 2024 11:22:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722424930; cv=none; b=qmt5ynWkvzEcQHPrMWYCR2YxnMp8ZfXnk5c11wDbN+dXmLd+iZ7ivrjqOdtUWcmhxzPJ1Pmu89at0M+06A28CY3waLVHkFtxkAQXQPcpQlDhdDuo+zhfHL4zDWR4gTz28p1xhd1aB34Z9X514OIlHVXdkBu3j2ij9nVuc2XwugA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722424930; c=relaxed/simple; bh=xbgfOjLhPYfLbq78ap/CMyh0N7StP6L/XfWRjUrx004=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ATDRBPbMaBRCqXLQva3Wvf48RwveuY3XUcEI4WZG1LgNHWNEZU0jNMEuXRNDTEe9N0+xUVGMWEY1GRNJJArXMETl7opIF+poLXxe041xfC8UBRqinlX6v/2sk+n3Qm7Hx7HjWAaCDYgh2ORNIQVdJ1kvH5rmVUGksssfOf7MsaE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oiPKhL3I; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oiPKhL3I" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 93D7EC116B1; Wed, 31 Jul 2024 11:22:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1722424930; bh=xbgfOjLhPYfLbq78ap/CMyh0N7StP6L/XfWRjUrx004=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oiPKhL3IDqChY4nwh2IQJcdCfhEAqv+9+F7wDbqfmkIuQrwPC7qUI3LyV0+5tXRFZ 8im6sHvv7qklWeKR/hWo1pw1CoSsntS5FuJTmT5O2njdSEEiKfNx402DIYC8uwUKur e5xYlpswlKk8Af7NhNiaraz3Ud7F0rFfcwgVQ9NGTgtQOwQZL+DOPq3f8TF7NodwMw /zA8vstkE8BE9qgyviGmAABBsRDssKj6B+CaQAhItymLpgg/EEfE+ZQbSAkHTDlbb2 5mCSwsa4zk8HR+XxHoy+Xi6P7WZRDat8yDTMhQCvDo3KJkhTR6hZB8+C5hrQgK001U tYyNTf1W5u0Nw== Date: Wed, 31 Jul 2024 16:52:05 +0530 From: Vinod Koul To: Johan Hovold Cc: Abel Vesa , Kishon Vijay Abraham I , Johan Hovold , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, Qiang Yu Subject: Re: [PATCH] phy: qcom: qmp-pcie: Configure all tables on port B PHY Message-ID: References: <20240726-phy-qcom-qmp-pcie-write-all-tbls-second-port-v1-1-751b9ee01184@linaro.org> Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On 26-07-24, 16:42, Johan Hovold wrote: > One more nit: subject prefix should be just > > phy: qcom-qmp-pcie: I dont this so, phy: qcom: subdriver is better and used more widely than this -- ~Vinod