From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian Hunter Subject: Re: [PATCH V1 00/18] mmc: Add Command Queue support Date: Thu, 9 Mar 2017 10:52:52 +0200 Message-ID: References: <1488791473-24981-1-git-send-email-adrian.hunter@intel.com> <60109e5e-b1de-dc47-f6ce-d921d2a459ca@samsung.com> <9d57e64f-2c58-dc2b-8e23-9ae69fba8300@intel.com> <9ca26b16-ffda-dc95-5a5c-958817e23f58@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from mga04.intel.com ([192.55.52.120]:58311 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753457AbdCIJXe (ORCPT ); Thu, 9 Mar 2017 04:23:34 -0500 In-Reply-To: <9ca26b16-ffda-dc95-5a5c-958817e23f58@samsung.com> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Jaehoon Chung , Ulf Hansson Cc: linux-mmc , Alex Lemberg , Mateusz Nowak , Yuliy Izrailov , Dong Aisheng , Das Asutosh , Zhangfei Gao , Dorfman Konstantin , David Griego , Sahitya Tummala , Harjani Ritesh , Venu Byravarasu , Linus Walleij On 08/03/17 15:27, Jaehoon Chung wrote: > On 03/08/2017 05:08 PM, Adrian Hunter wrote: >> On 08/03/17 07:18, Jaehoon Chung wrote: >>> Hi Adrian, >>> >>> On 03/06/2017 06:10 PM, Adrian Hunter wrote: >>>> Hi >>>> >>>> Here are the hardware command queue patches without the software command >>>> queue patches or sdhci patches. >>> >>> I don't see your patches fully yet, but after applied your patches, dwmmc host doesn't work. >>> So I'm finding what happen in dwmmc controller. >>> After finding problem, i will share it. >>> Well,.. maybe i missed something... >> >> Thanks for trying these patches. >> >> With no host controller yet using CQE, there isn't much changing in this >> patch set, but bisecting should reveal the first bad commit. > > https://patchwork.kernel.org/patch/9605315/ > > It seems that this patch has a problem...Tomorrow i will check in more detail. > Because I saw the different error logs.. > Sometime occurred the NULL pointer dereference or I/O error.. > It looks like that patch is dependent on one of the software command queue patches that I dropped.