mbox series

[0/2] Simplify the auto-hibernation configuration code

Message ID 20231214192416.3638077-1-bvanassche@acm.org (mailing list archive)
Headers show
Series Simplify the auto-hibernation configuration code | expand

Message

Bart Van Assche Dec. 14, 2023, 7:23 p.m. UTC
Hi Martin,

The two patches in this series simplify the code for configuring
auto-hibernation. Please consider these two patches for the next merge
window.

Thanks,

Bart.

Bart Van Assche (2):
  scsi: ufs: Rename ufshcd_auto_hibern8_enable() and make it static
  scsi: ufs: Simplify ufshcd_auto_hibern8_update()

 drivers/ufs/core/ufshcd.c | 40 +++++++++++++++------------------------
 include/ufs/ufshcd.h      |  1 -
 2 files changed, 15 insertions(+), 26 deletions(-)

Comments

Martin K. Petersen Dec. 19, 2023, 1:51 a.m. UTC | #1
Bart,

> The two patches in this series simplify the code for configuring
> auto-hibernation. Please consider these two patches for the next merge
> window.

Applied to 6.8/scsi-staging, thanks!