mbox series

[0/2] Fix the UFS driver hibernation code

Message ID 20240821182923.145631-1-bvanassche@acm.org (mailing list archive)
Headers show
Series Fix the UFS driver hibernation code | expand

Message

Bart Van Assche Aug. 21, 2024, 6:29 p.m. UTC
Hi Martin,

While testing the UFS driver we noticed that the UFS host controller does not
always enter hibernation when it should enter hibernation. This patch series
fixes this. Please consider this patch series for the next merge window.

Thanks,

Bart.

Bart Van Assche (2):
  scsi: ufs: core: Make ufshcd_uic_cmd_compl() easier to read
  scsi: ufs: core: Fix the code for entering hibernation

 drivers/ufs/core/ufshcd.c | 37 +++++++++++++------------------------
 include/ufs/ufshcd.h      |  7 ++++---
 2 files changed, 17 insertions(+), 27 deletions(-)