All of lore.kernel.org
 help / color / mirror / Atom feed
From: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
To: Vinod Koul <vkoul@kernel.org>
Cc: martin.petersen@oracle.com, jejb@linux.ibm.com,
	andersson@kernel.org, quic_cang@quicinc.com,
	quic_asutoshd@quicinc.com, linux-arm-msm@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org,
	linux-scsi@vger.kernel.org, dmitry.baryshkov@linaro.org,
	ahalaney@redhat.com, abel.vesa@linaro.org,
	alim.akhtar@samsung.com, avri.altman@wdc.com, bvanassche@acm.org
Subject: Re: [PATCH v5 00/23] ufs: qcom: Add HS-G4 support
Date: Sat, 14 Jan 2023 12:41:24 +0530	[thread overview]
Message-ID: <20230114071124.GA6992@thinkpad> (raw)
In-Reply-To: <Y8BNQZ/CFljuxsSL@matsya>

On Thu, Jan 12, 2023 at 11:41:13PM +0530, Vinod Koul wrote:
> On 22-12-22, 19:39, Manivannan Sadhasivam wrote:
> > Hello,
> > 
> > This series adds HS-G4 support to the Qcom UFS driver and PHY driver.
> > The newer Qcom platforms support configuring the UFS controller and PHY
> > in dual gears (i.e., controller/PHY can be configured to run in two gear
> > speeds). This is accomplished by adding two different PHY init sequences
> > to the PHY driver and the UFS driver requesting the one that's required
> > based on the platform configuration.
> > 
> > Initially the ufs-qcom driver will use the default gear G2 for enumerating
> > the UFS device. Afer enumeration, the max gear supported by both the
> > controller and device would be found out and that will be used thereafter.
> > But for using the max gear after enumeration, the ufs-qcom driver requires
> > the UFS device to be reinitialized. For this purpose, a separate quirk has
> > been introduced in the UFS core along with a callback and those will be used
> > by the ufs-qcom driver.
> 
> The series lgtm. This fails for me to apply though due to other patches
> I have picked up.
> 
> Can you please rebase the phy patches and send those 
> 

Done!

Thanks,
Mani

> -- 
> ~Vinod

-- 
மணிவண்ணன் சதாசிவம்

WARNING: multiple messages have this Message-ID (diff)
From: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
To: Vinod Koul <vkoul@kernel.org>
Cc: martin.petersen@oracle.com, jejb@linux.ibm.com,
	andersson@kernel.org, quic_cang@quicinc.com,
	quic_asutoshd@quicinc.com, linux-arm-msm@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org,
	linux-scsi@vger.kernel.org, dmitry.baryshkov@linaro.org,
	ahalaney@redhat.com, abel.vesa@linaro.org,
	alim.akhtar@samsung.com, avri.altman@wdc.com, bvanassche@acm.org
Subject: Re: [PATCH v5 00/23] ufs: qcom: Add HS-G4 support
Date: Sat, 14 Jan 2023 12:41:24 +0530	[thread overview]
Message-ID: <20230114071124.GA6992@thinkpad> (raw)
In-Reply-To: <Y8BNQZ/CFljuxsSL@matsya>

On Thu, Jan 12, 2023 at 11:41:13PM +0530, Vinod Koul wrote:
> On 22-12-22, 19:39, Manivannan Sadhasivam wrote:
> > Hello,
> > 
> > This series adds HS-G4 support to the Qcom UFS driver and PHY driver.
> > The newer Qcom platforms support configuring the UFS controller and PHY
> > in dual gears (i.e., controller/PHY can be configured to run in two gear
> > speeds). This is accomplished by adding two different PHY init sequences
> > to the PHY driver and the UFS driver requesting the one that's required
> > based on the platform configuration.
> > 
> > Initially the ufs-qcom driver will use the default gear G2 for enumerating
> > the UFS device. Afer enumeration, the max gear supported by both the
> > controller and device would be found out and that will be used thereafter.
> > But for using the max gear after enumeration, the ufs-qcom driver requires
> > the UFS device to be reinitialized. For this purpose, a separate quirk has
> > been introduced in the UFS core along with a callback and those will be used
> > by the ufs-qcom driver.
> 
> The series lgtm. This fails for me to apply though due to other patches
> I have picked up.
> 
> Can you please rebase the phy patches and send those 
> 

Done!

Thanks,
Mani

> -- 
> ~Vinod

-- 
மணிவண்ணன் சதாசிவம்

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

  reply	other threads:[~2023-01-14  7:12 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-22 14:09 [PATCH v5 00/23] ufs: qcom: Add HS-G4 support Manivannan Sadhasivam
2022-12-22 14:09 ` Manivannan Sadhasivam
2022-12-22 14:09 ` [PATCH v5 01/23] phy: qcom-qmp-ufs: Remove _tbl suffix from qmp_phy_init_tbl definitions Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-22 14:09 ` [PATCH v5 02/23] phy: qcom-qmp-ufs: Rename MSM8996 PHY definitions Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-22 14:09 ` [PATCH v5 03/23] phy: qcom-qmp-ufs: Move register settings to qmp_phy_cfg_tbls struct Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-22 14:09 ` [PATCH v5 04/23] phy: qcom-qmp-ufs: Add support for configuring PHY in HS Series B mode Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-22 14:09 ` [PATCH v5 05/23] phy: qcom-qmp-ufs: Add support for configuring PHY in HS G4 mode Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-22 14:09 ` [PATCH v5 06/23] phy: qcom-qmp-ufs: Move HS Rate B register setting to tbls_hs_b Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-22 14:09 ` [PATCH v5 07/23] phy: qcom-qmp-ufs: Add HS G4 mode support to SM8150 SoC Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-22 14:09 ` [PATCH v5 08/23] phy: qcom-qmp-ufs: Add HS G4 mode support to SM8250 SoC Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-22 14:09 ` [PATCH v5 09/23] phy: qcom-qmp-ufs: Avoid setting HS G3 specific registers Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-22 14:09 ` [PATCH v5 10/23] phy: qcom-qmp-ufs: Add HS G4 mode support to SM8350 SoC Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-22 14:09 ` [PATCH v5 11/23] phy: qcom-qmp-ufs: Add HS G4 mode support to SM8450 SoC Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-22 14:09 ` [PATCH v5 12/23] phy: qcom-qmp-ufs: Add HS G4 mode support to SC8280XP SoC Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-22 14:09 ` [PATCH v5 13/23] scsi: ufs: ufs-qcom: Remove un-necessary goto statements Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-22 14:09 ` [PATCH v5 14/23] scsi: ufs: ufs-qcom: Remove un-necessary WARN_ON() Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-22 14:09 ` [PATCH v5 15/23] scsi: ufs: ufs-qcom: Use bitfields where appropriate Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-22 14:09 ` [PATCH v5 16/23] scsi: ufs: ufs-qcom: Use dev_err_probe() for printing probe error Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-22 14:09 ` [PATCH v5 17/23] scsi: ufs: ufs-qcom: Fix the Qcom register name for offset 0xD0 Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-22 14:09 ` [PATCH v5 18/23] scsi: ufs: core: Add reinit_notify() callback Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-31 21:28   ` Bart Van Assche
2022-12-31 21:28     ` Bart Van Assche
2022-12-22 14:09 ` [PATCH v5 19/23] scsi: ufs: core: Add support for reinitializing the UFS device Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-31 21:29   ` Bart Van Assche
2022-12-31 21:29     ` Bart Van Assche
2022-12-22 14:09 ` [PATCH v5 20/23] scsi: ufs: ufs-qcom: Factor out the logic finding the HS Gear Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-22 14:09 ` [PATCH v5 21/23] scsi: ufs: ufs-qcom: Add support for reinitializing the UFS device Manivannan Sadhasivam
2022-12-22 14:09   ` Manivannan Sadhasivam
2022-12-22 14:10 ` [PATCH v5 22/23] scsi: ufs: ufs-qcom: Add support for finding max gear on new platforms Manivannan Sadhasivam
2022-12-22 14:10   ` Manivannan Sadhasivam
2022-12-22 14:10 ` [PATCH v5 23/23] MAINTAINERS: Add myself as the maintainer for Qcom UFS drivers Manivannan Sadhasivam
2022-12-22 14:10   ` Manivannan Sadhasivam
2022-12-30 23:29 ` [PATCH v5 00/23] ufs: qcom: Add HS-G4 support Martin K. Petersen
2022-12-30 23:29   ` Martin K. Petersen
2023-01-02  8:47   ` Manivannan Sadhasivam
2023-01-02  8:47     ` Manivannan Sadhasivam
2023-01-05  2:37     ` Martin K. Petersen
2023-01-05  2:37       ` Martin K. Petersen
2023-01-05 10:00       ` Manivannan Sadhasivam
2023-01-05 10:00         ` Manivannan Sadhasivam
2023-01-06  3:02         ` Martin K. Petersen
2023-01-06  3:02           ` Martin K. Petersen
2023-01-06  8:46           ` Manivannan Sadhasivam
2023-01-06  8:46             ` Manivannan Sadhasivam
2023-01-12 18:11 ` Vinod Koul
2023-01-12 18:11   ` Vinod Koul
2023-01-14  7:11   ` Manivannan Sadhasivam [this message]
2023-01-14  7:11     ` Manivannan Sadhasivam
2023-01-14  3:06 ` (subset) " Martin K. Petersen
2023-01-14  3:06   ` Martin K. Petersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230114071124.GA6992@thinkpad \
    --to=manivannan.sadhasivam@linaro.org \
    --cc=abel.vesa@linaro.org \
    --cc=ahalaney@redhat.com \
    --cc=alim.akhtar@samsung.com \
    --cc=andersson@kernel.org \
    --cc=avri.altman@wdc.com \
    --cc=bvanassche@acm.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=jejb@linux.ibm.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=quic_asutoshd@quicinc.com \
    --cc=quic_cang@quicinc.com \
    --cc=vkoul@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.