[PATCH V3 0/1] scsi: ufs: Add support for Auto-Hibernate Idle Timer

2018-03-20 Thread Adrian Hunter
op of (yet to be applied) patch "scsi: ufs: sysfs: reworking of the rpm_lvl and spm_lvl entries" Adrian Hunter (1): scsi: ufs: Add support for Auto-Hibernate Idle Timer Documentation/ABI/testing/sysfs-driver-ufs | 15 ++ drivers/scsi/ufs/ufs-sysfs.

[PATCH V3 1/1] scsi: ufs: Add support for Auto-Hibernate Idle Timer

2018-03-20 Thread Adrian Hunter
latency. Set a default value of 150 ms. Signed-off-by: Adrian Hunter <adrian.hun...@intel.com> --- Documentation/ABI/testing/sysfs-driver-ufs | 14 ++ drivers/scsi/ufs/ufs-sysfs.c | 76 ++ drivers/scsi/ufs/ufshcd.c

Re: [PATCH V2 1/1] scsi: ufs: Add support for Auto-Hibernate Idle Timer

2018-03-20 Thread Adrian Hunter
On 20/03/18 13:56, Stanislav Nijnikov wrote: > > >> -Original Message----- >> From: Adrian Hunter [mailto:adrian.hun...@intel.com] >> Sent: Monday, March 19, 2018 10:01 AM >> To: Vinayak Holikatti <vinholika...@gmail.com>; Martin K. Petersen >&g

[PATCH V2 1/1] scsi: ufs: Add support for Auto-Hibernate Idle Timer

2018-03-19 Thread Adrian Hunter
latency. Set a default value of 150 ms. Signed-off-by: Adrian Hunter <adrian.hun...@intel.com> --- Documentation/ABI/testing/sysfs-driver-ufs | 15 ++ drivers/scsi/ufs/ufs-sysfs.c | 77 ++ drivers/scsi/ufs/ufshcd.c

[PATCH V2 0/1] scsi: ufs: Add support for Auto-Hibernate Idle Timer

2018-03-19 Thread Adrian Hunter
-hibernate during resume, and otherwise avoids updating the register if the device is runtime suspended. Also a default value of 150ms is set. Changes in V2: Re-based on top of (yet to be applied) patch "scsi: ufs: sysfs: reworking of the rpm_lvl and spm_lvl entries"

Re: [PATCH] scsi: ufs: sysfs: reworking of the rpm_lvl and spm_lvl entries

2018-03-16 Thread Adrian Hunter
ls was added to the ABI file. The on-write behaviour of > these entries wasn't changed. > > Signed-off-by: Stanislav Nijnikov <stanislav.nijni...@wdc.com> Acked-by: Adrian Hunter <adrian.hun...@intel.com> > --- > Documentation/ABI/testing/sysfs-driver-ufs | 67 +++

Re: [PATCH 1/1] scsi: ufs: Add support for Auto-Hibernate Idle Timer

2018-03-05 Thread Adrian Hunter
On 19/02/18 08:35, Adrian Hunter wrote: > On 18/02/18 11:45, Avri Altman wrote: >> >> >>> -Original Message- >>> From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi- >>> ow...@vger.kernel.org] On Behalf Of Adrian Hunter >>> Sent

Re: [PATCH 1/1] scsi: ufs: Add support for Auto-Hibernate Idle Timer

2018-02-18 Thread Adrian Hunter
On 18/02/18 11:45, Avri Altman wrote: > > >> -Original Message- >> From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi- >> ow...@vger.kernel.org] On Behalf Of Adrian Hunter >> Sent: Friday, February 16, 2018 2:01 PM >> To: Vinayak Holikatt

[PATCH 1/1] scsi: ufs: Add support for Auto-Hibernate Idle Timer

2018-02-16 Thread Adrian Hunter
latency. Set a default value of 150 ms. Signed-off-by: Adrian Hunter <adrian.hun...@intel.com> --- Documentation/ABI/testing/sysfs-driver-ufs | 15 ++ drivers/scsi/ufs/ufs-sysfs.c | 77 ++ drivers/scsi/ufs/ufshcd.c

[PATCH 0/1] scsi: ufs: Add support for Auto-Hibernate Idle Timer

2018-02-16 Thread Adrian Hunter
of 150ms is set. Adrian Hunter (1): scsi: ufs: Add support for Auto-Hibernate Idle Timer Documentation/ABI/testing/sysfs-driver-ufs | 15 ++ drivers/scsi/ufs/ufs-sysfs.c | 77 ++ drivers/scsi/ufs/ufshcd.c | 26

Re: [PATCH] Revert "scsi: default to scsi-mq"

2017-08-16 Thread Adrian Hunter
On 14/08/17 18:21, Bart Van Assche wrote: > On Sun, 2017-08-13 at 19:44 +0200, Christoph Hellwig wrote: >> Defaulting to scsi-mq in 4.13-rc has shown various regressions >> on setups that we didn't previously consider. Fixes for them are >> in progress, but too invasive to make it in this cycle.

[PATCH V4 1/2] scsi: ufshcd-pci: Fix PM config

2017-06-06 Thread Adrian Hunter
Put PM functions under correct config options and use standard PM macros to set callbacks. Signed-off-by: Adrian Hunter <adrian.hun...@intel.com> --- drivers/scsi/ufs/ufshcd-pci.c | 22 +- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/drivers/scsi/ufs/

[PATCH V4 2/2] scsi: ufshcd-pci: Add Intel CNL support

2017-06-06 Thread Adrian Hunter
Add PCI id and variant ops for Intel CNL UFS host controller. Signed-off-by: Adrian Hunter <adrian.hun...@intel.com> --- drivers/scsi/ufs/ufshcd-pci.c | 38 ++ 1 file changed, 38 insertions(+) diff --git a/drivers/scsi/ufs/ufshcd-pci.c b/drivers/sc

[PATCH V4 0/2] scsi: ufshcd-pci: Add Intel CNL support

2017-06-06 Thread Adrian Hunter
Change variant name from intel to intel-pci Adrian Hunter (2): scsi: ufshcd-pci: Fix PM config scsi: ufshcd-pci: Add Intel CNL support drivers/scsi/ufs/ufshcd-pci.c | 60 +-- 1 file changed, 47 insertions(+), 13 deletions(-) Regards Adrian

[PATCH V3 2/2] scsi: ufshcd-intel-pci: Add PCI driver for Intel Host controllers

2017-06-06 Thread Adrian Hunter
From: Szymon Mielczarek <szymonx.mielcza...@intel.com> This patch adds a glue pci driver for Intel UFS Host controllers. Signed-off-by: Szymon Mielczarek <szymonx.mielcza...@intel.com> Signed-off-by: Adrian Hunter <adrian.hun...@intel.com> --- Changes in V3: Remove

Re: [PATCH V2 1/2] scsi: ufs: Tidy clocks list head usage

2017-06-06 Thread Adrian Hunter
Oops, sorry, didn't mean to send this one again, since it has been applied.

[PATCH V2 1/2] scsi: ufs: Tidy clocks list head usage

2017-06-06 Thread Adrian Hunter
x.mielcza...@intel.com> Signed-off-by: Adrian Hunter <adrian.hun...@intel.com> --- drivers/scsi/ufs/tc-dwc-g210-pci.c | 2 -- drivers/scsi/ufs/ufshcd-pci.c | 2 -- drivers/scsi/ufs/ufshcd-pltfrm.c | 2 -- drivers/scsi/ufs/ufshcd.c | 12 +++- 4 files changed, 7 insertion

[PATCH V2 2/2] scsi: ufshcd-intel-pci: Add PCI driver for Intel Host controllers

2017-06-06 Thread Adrian Hunter
From: Szymon Mielczarek <szymonx.mielcza...@intel.com> This patch adds a glue pci driver for Intel UFS Host controllers. Signed-off-by: Szymon Mielczarek <szymonx.mielcza...@intel.com> Signed-off-by: Adrian Hunter <adrian.hun...@intel.com> --- Changes in V2: Change

[PATCH 2/2] scsi: ufshcd-intel-pci: Add PCI driver for Intel Host controllers

2017-06-05 Thread Adrian Hunter
From: Szymon Mielczarek <szymonx.mielcza...@intel.com> This patch adds a glue pci driver for Intel UFS Host controllers. Signed-off-by: Szymon Mielczarek <szymonx.mielcza...@intel.com> Signed-off-by: Adrian Hunter <adrian.hun...@intel.com> --- drivers/scsi/ufs/Kconfi

[PATCH 0/2] scsi: ufs: Add PCI driver for Intel Host controllers

2017-06-05 Thread Adrian Hunter
Hi Here is a PCI driver for Intel UFS host controllers, with a small tidy-up precursor patch. Szymon Mielczarek (2): scsi: ufs: Tidy clocks list head usage scsi: ufshcd-intel-pci: Add PCI driver for Intel Host controllers drivers/scsi/ufs/Kconfig| 11 +++

[PATCH 1/2] scsi: ufs: Tidy clocks list head usage

2017-06-05 Thread Adrian Hunter
x.mielcza...@intel.com> Signed-off-by: Adrian Hunter <adrian.hun...@intel.com> --- drivers/scsi/ufs/tc-dwc-g210-pci.c | 2 -- drivers/scsi/ufs/ufshcd-pci.c | 2 -- drivers/scsi/ufs/ufshcd-pltfrm.c | 2 -- drivers/scsi/ufs/ufshcd.c | 12 +++- 4 files changed, 7 insertion

Re: [PATCH 4/4] mtd: nand: nandsim: convert to memalloc_noreclaim_*()

2017-04-06 Thread Adrian Hunter
On 05/04/17 14:39, Vlastimil Babka wrote: > On 04/05/2017 01:36 PM, Richard Weinberger wrote: >> Michal, >> >> Am 05.04.2017 um 13:31 schrieb Michal Hocko: >>> On Wed 05-04-17 09:47:00, Vlastimil Babka wrote: Nandsim has own functions set_memalloc() and clear_memalloc() for robust

Re: [PATCH] block: Fix secure erase

2016-08-16 Thread Adrian Hunter
On 15/08/16 21:14, Christoph Hellwig wrote: > On Mon, Aug 15, 2016 at 11:43:12AM -0500, Shaun Tancheff wrote: >> Hmm ... Since REQ_SECURE implied REQ_DISCARD doesn't this >> mean that we should include REQ_OP_SECURE_ERASE checking >> wherever REQ_OP_DISCARD is being checked now in

Re: [PATCH v4 7/8] mmc: block: register RPMB partition with the RPMB subsystem

2016-06-23 Thread Adrian Hunter
On 02/06/16 00:41, Tomas Winkler wrote: > Register eMMC RPMB partition with the RPMB subsystem and provide > implementation for the RPMB access operations abstracting > actual multi step process. > > V2: resend > V3: commit message fix > V4: Kconfig: use select RPMB to ensure valid configuration