From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH V5 04/13] mmc: core: Turn off CQE before sending commands Date: Sun, 20 Aug 2017 13:32:07 +0200 Message-ID: References: <1502366898-23691-1-git-send-email-adrian.hunter@intel.com> <1502366898-23691-5-git-send-email-adrian.hunter@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from mail-oi0-f43.google.com ([209.85.218.43]:35086 "EHLO mail-oi0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752721AbdHTLcI (ORCPT ); Sun, 20 Aug 2017 07:32:08 -0400 Received: by mail-oi0-f43.google.com with SMTP id e124so132352731oig.2 for ; Sun, 20 Aug 2017 04:32:08 -0700 (PDT) In-Reply-To: <1502366898-23691-5-git-send-email-adrian.hunter@intel.com> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Adrian Hunter Cc: Ulf Hansson , linux-mmc , Bough Chen , Alex Lemberg , Mateusz Nowak , Yuliy Izrailov , Jaehoon Chung , Dong Aisheng , Das Asutosh , Zhangfei Gao , Sahitya Tummala , Harjani Ritesh , Venu Byravarasu , Shawn Lin On Thu, Aug 10, 2017 at 2:08 PM, Adrian Hunter wrote: > CQE needs to be off for the host controller to accept non-CQ commands. Turn > off the CQE before sending commands, and ensure it is off in any reset or > power management paths, or re-tuning. > > Signed-off-by: Adrian Hunter Reviewed-by: Linus Walleij Yours, Linus Walleij