From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ming Lei Subject: Re: [PATCH RFC] scsi: ufs: Disable blk-mq for now Date: Thu, 13 Sep 2018 20:05:00 +0800 Message-ID: <20180913120459.GA4965@ming.t460p> References: <20180913112848.7807-1-adrian.hunter@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180913112848.7807-1-adrian.hunter@intel.com> Sender: linux-kernel-owner@vger.kernel.org To: Adrian Hunter Cc: "Martin K . Petersen" , "James E . J . Bottomley" , Jens Axboe , Christoph Hellwig , Johannes Thumshirn , Bart Van Assche , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, Stanislav Nijnikov , Evan Green , Vinayak Holikatti , Janek Kotas , Vivek Gautam , Asutosh Das , Subhash Jadavani , Sayali Lokhande , Li Wei , Bjorn Andersson , Jaegeuk Kim List-Id: linux-scsi@vger.kernel.org On Thu, Sep 13, 2018 at 02:28:48PM +0300, Adrian Hunter wrote: > blk-mq does not support runtime pm, so disable blk-mq support for now. So could you describe a bit what the issue you are trying to fix? This is host level runtime PM you are trying to address, and if blk-mq runtime isn't enabled, I guess the host won't be runtime suspended at all because some of its descendant are always active. So seems we need to do nothing for preventing the host controller from entering runtime suspend. Thanks, Ming