Re: [PATCH v3 1/3] ufs: core: Add get_hba_nortt callback for vendor-specific RTT capability
From: Bart Van Assche
Date: Mon Jun 15 2026 - 09:42:15 EST
On 6/14/26 10:57 PM, ed.tsai@xxxxxxxxxxxx wrote:
The number of outstanding RTTs read from host controller capability
register is problematic on some platforms. Add a new vendor callback
get_hba_nortt() to allow platform vendors to override the default RTT
capability value with platform-specific handling.
This patch keeps max_num_rtt field for bisectability and will be removed
in a later patch once all platforms are migrated.
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>