]> Gentwo Git Trees - linux/.git/commit
Merge patch series "Add DT-based gear and rate limiting support"
authorMartin K. Petersen <martin.petersen@oracle.com>
Thu, 25 Sep 2025 02:28:45 +0000 (22:28 -0400)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 25 Sep 2025 02:28:45 +0000 (22:28 -0400)
commit3bd70aec2614a1a7ed2dfe83af63a10ebb8229ed
tree21dd5b4402781ed546acdeca9e5cc343a35ed1a7
parent79dde5f7dc7c038eec903745dc1550cd4139980e
parent88f4d3aa29c8b1944ad506ac92c948258cbc004b
Merge patch series "Add DT-based gear and rate limiting support"

Ram Kumar Dwivedi <quic_rdwivedi@quicinc.com> says:

This patch series adds support for limiting the maximum high-speed
gear and rate used by the UFS controller via device tree properties.

Some platforms may have signal integrity, clock configuration, or
layout issues that prevent reliable operation at higher gears or
rates.  This is especially critical in automotive and other platforms
where stability is prioritized over peak performance.

The series follows this logical progression:

 1. Document the new DT properties in the common UFS binding

 2. Clean up existing redundant code in the qcom driver

 3. Add platform-level parsing support for the new properties

 4. Integrate the platform support in the qcom driver

This approach makes the functionality available to other UFS host
drivers and provides a cleaner, more maintainable implementation.

Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/ufs/host/ufs-qcom.c