Re: [PATCH] scsi: ufs-pci: Add support for Intel LKF

2021-03-18 Thread Martin K. Petersen
On Fri, 12 Mar 2021 10:06:20 +0200, Adrian Hunter wrote: > Add PCI ID and callbacks to support Intel LKF. > > This includes the ability to use an ACPI device-specific method (DSM) to > perform a UFS device reset. Applied to 5.13/scsi-queue, thanks! [1/1] scsi: ufs-pci: Add support for Intel

Re: [PATCH] scsi: ufs-pci: Add support for Intel LKF

2021-03-16 Thread Martin K. Petersen
Adrian, > Add PCI ID and callbacks to support Intel LKF. Applied to 5.13/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

[PATCH] scsi: ufs-pci: Add support for Intel LKF

2021-03-12 Thread Adrian Hunter
Add PCI ID and callbacks to support Intel LKF. This includes the ability to use an ACPI device-specific method (DSM) to perform a UFS device reset. Signed-off-by: Adrian Hunter --- drivers/scsi/ufs/ufshcd-pci.c | 169 ++ 1 file changed, 169 insertions(+) diff