Message ID | 20240109124015.31359-1-peter.wang@mediatek.com (mailing list archive) |
---|---|
Headers | show |
Series | scsi: allow host change auto suspend timer | expand |
> This patch allow MediaTek platform driver change auto suspend timer.
Applied to 6.9/scsi-staging, thanks!
On Tue, 09 Jan 2024 20:40:13 +0800, peter.wang@mediatek.com wrote: > This patch allow MediaTek platform driver change auto suspend timer. > > Peter Wang (2): > scsi: core: move auto suspend timer to Scsi_Host > ufs: host: mediatek: change default auto suspend timer > > drivers/scsi/sd.c | 2 +- > drivers/ufs/core/ufshcd.c | 9 +++++++-- > drivers/ufs/host/ufs-mediatek.c | 4 ++++ > drivers/ufs/host/ufs-mediatek.h | 3 +++ > include/scsi/scsi_host.h | 6 +++--- > 5 files changed, 18 insertions(+), 6 deletions(-) > > [...] Applied to 6.9/scsi-queue, thanks! [1/2] scsi: core: move auto suspend timer to Scsi_Host https://git.kernel.org/mkp/scsi/c/4380e64a94e1 [2/2] ufs: host: mediatek: change default auto suspend timer https://git.kernel.org/mkp/scsi/c/332973850054
From: Peter Wang <peter.wang@mediatek.com> This patch allow MediaTek platform driver change auto suspend timer. Peter Wang (2): scsi: core: move auto suspend timer to Scsi_Host ufs: host: mediatek: change default auto suspend timer drivers/scsi/sd.c | 2 +- drivers/ufs/core/ufshcd.c | 9 +++++++-- drivers/ufs/host/ufs-mediatek.c | 4 ++++ drivers/ufs/host/ufs-mediatek.h | 3 +++ include/scsi/scsi_host.h | 6 +++--- 5 files changed, 18 insertions(+), 6 deletions(-)