Re: [PATCH V2] scsi: ufs-pci: Add LTR support for Intel controllers

2020-09-21 Thread Martin K. Petersen
On Thu, 27 Aug 2020 10:20:30 +0300, Adrian Hunter wrote: > Intel host controllers support the setting of latency tolerance. > Accordingly, implement the PM QoS ->set_latency_tolerance() callback. The > raw register values are also exposed via debugfs. Applied to 5.10/scsi-queue, thanks! [1/1] sc

Re: [PATCH V2] scsi: ufs-pci: Add LTR support for Intel controllers

2020-09-15 Thread Martin K. Petersen
Adrian, > Intel host controllers support the setting of latency tolerance. > Accordingly, implement the PM QoS ->set_latency_tolerance() callback. The > raw register values are also exposed via debugfs. Applied to 5.10/scsi-staging. Thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH V2] scsi: ufs-pci: Add LTR support for Intel controllers

2020-09-11 Thread Adrian Hunter
On 9/09/20 5:06 pm, Adrian Hunter wrote: > On 2/09/20 12:27 pm, Adrian Hunter wrote: >> On 2/09/20 5:12 am, Martin K. Petersen wrote: >>> >>> Adrian, >>> Intel host controllers support the setting of latency tolerance. Accordingly, implement the PM QoS ->set_latency_tolerance() callback.

Re: [PATCH V2] scsi: ufs-pci: Add LTR support for Intel controllers

2020-09-11 Thread Martin K. Petersen
Adrian, >> Now there seem to be conflicts between 5.10/scsi-queue and v5.9-rc4. >> I am not sure what I can do? > > Now I see it does apply to James' for-next branch. Can it be applied there? > I'll set up a dedicated branch. -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH V2] scsi: ufs-pci: Add LTR support for Intel controllers

2020-09-09 Thread Adrian Hunter
On 2/09/20 12:27 pm, Adrian Hunter wrote: > On 2/09/20 5:12 am, Martin K. Petersen wrote: >> >> Adrian, >> >>> Intel host controllers support the setting of latency tolerance. >>> Accordingly, implement the PM QoS ->set_latency_tolerance() callback. The >>> raw register values are also exposed via

Re: [PATCH V2] scsi: ufs-pci: Add LTR support for Intel controllers

2020-09-02 Thread Adrian Hunter
On 2/09/20 5:12 am, Martin K. Petersen wrote: > > Adrian, > >> Intel host controllers support the setting of latency tolerance. >> Accordingly, implement the PM QoS ->set_latency_tolerance() callback. The >> raw register values are also exposed via debugfs. > > Does not apply to 5.10/scsi-queue.

Re: [PATCH V2] scsi: ufs-pci: Add LTR support for Intel controllers

2020-09-01 Thread Martin K. Petersen
Adrian, > Intel host controllers support the setting of latency tolerance. > Accordingly, implement the PM QoS ->set_latency_tolerance() callback. The > raw register values are also exposed via debugfs. Does not apply to 5.10/scsi-queue. Please rebase. Thanks! -- Martin K. Petersen Oracl

RE: [PATCH V2] scsi: ufs-pci: Add LTR support for Intel controllers

2020-08-27 Thread Avri Altman
> > Intel host controllers support the setting of latency tolerance. > Accordingly, implement the PM QoS ->set_latency_tolerance() callback. The > raw register values are also exposed via debugfs. > > Signed-off-by: Adrian Hunter Reviewed-by: Avri Altman

[PATCH V2] scsi: ufs-pci: Add LTR support for Intel controllers

2020-08-27 Thread Adrian Hunter
Intel host controllers support the setting of latency tolerance. Accordingly, implement the PM QoS ->set_latency_tolerance() callback. The raw register values are also exposed via debugfs. Signed-off-by: Adrian Hunter --- Changes in V2: Put debugfs code altogether drivers/scsi/ufs/u