All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/2] scsi: ufs: hibern8 fixes
@ 2019-11-19  7:04 sheebab
  2019-11-19  7:04 ` [PATCH RESEND 1/2] scsi: ufs: Enable hibern8 interrupt only during manual hibern8 in Cadence UFS sheebab
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: sheebab @ 2019-11-19  7:04 UTC (permalink / raw)
  To: alim.akhtar, avri.altman, pedrom.sousa, jejb, martin.petersen,
	stanley.chu, beanhuo, yuehaibing, linux-scsi, linux-kernel,
	vigneshr, linux-block
  Cc: rafalc, mparab, sheebab

Hi,

Resending this patch to include mailing list and miss out patches.

This patch set contains following patches
for Cadence UFS controller driver.

1. 0001-scsi-ufs-Enable-hibern8-interrupt-only-during-manual.patch
   This patch is to fix false interrupt assertion during auto hibernation.
   In this patch, hibern8 interrupt is Disabled during initialization
   and later the interrupt is Enabled/Disabled during manual hibern8
   Entry/Exit.
2. 0002-scsi-ufs-Update-L4-attributes-on-manual-hibern8-exit.patch
   This patch is to update L4 attributes during manual hibern8 exit.
   As per JESD220C spec, L4 attributes will be reset to their reset value 
   during DME_HIBERNATION_EXIT. This patch will take backup of the L4 
   parameters before DME_HIBERNATION_ENTER and restores the L4 parameters
   after DME_HIBERNATION_EXIT
   

Thanks,
Sheeba B

sheebab (2):
  scsi: ufs: Enable hibern8 interrupt only during manual hibern8 in
    Cadence UFS.
  scsi: ufs: Update L4 attributes on manual hibern8 exit in Cadence UFS.

 drivers/scsi/ufs/cdns-pltfrm.c | 172 +++++++++++++++++++++++++++++++++--
 1 file changed, 167 insertions(+), 5 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-11-28 13:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-19  7:04 [PATCH RESEND 0/2] scsi: ufs: hibern8 fixes sheebab
2019-11-19  7:04 ` [PATCH RESEND 1/2] scsi: ufs: Enable hibern8 interrupt only during manual hibern8 in Cadence UFS sheebab
2019-11-19  7:04 ` [PATCH RESEND 2/2] scsi: ufs: Update L4 attributes on manual hibern8 exit " sheebab
2019-11-20 16:20   ` Alim Akhtar
2019-11-21 10:56     ` Vignesh Raghavendra
2019-11-27  3:42       ` Alim Akhtar
2019-11-27  4:15         ` Vignesh Raghavendra
2019-11-27 15:18         ` Avri Altman
2019-11-28 13:59   ` Alim Akhtar
2019-11-22 11:44 ` [PATCH RESEND 0/2] scsi: ufs: hibern8 fixes Vignesh Raghavendra

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.