From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751134AbdAQBJt (ORCPT ); Mon, 16 Jan 2017 20:09:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39136 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750846AbdAQBJq (ORCPT ); Mon, 16 Jan 2017 20:09:46 -0500 Date: Mon, 16 Jan 2017 17:09:41 -0800 From: Jeremy McNicoll To: Ritesh Harjani Cc: ulf.hansson@linaro.org, adrian.hunter@intel.com, linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, shawn.lin@rock-chips.com, stummala@codeaurora.org, georgi.djakov@linaro.org, linux-arm-msm@vger.kernel.org, pramod.gurav@linaro.org, jeremymc@redhat.com, venkatg@codeaurora.org, asutoshd@codeaurora.org, subhashj@codeaurora.org Subject: Re: [RFC PATCH 0/3] mmc: sdhci: sdhci-msm: Add more debug logs Message-ID: <20170117010940.GB25703@mini-rhel.redhat.com> References: <1483097531-9991-1-git-send-email-riteshh@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1483097531-9991-1-git-send-email-riteshh@codeaurora.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Tue, 17 Jan 2017 01:09:44 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 30, 2016 at 05:02:08PM +0530, Ritesh Harjani wrote: > Below is a small set of patches which provide useful info for > debugging issues. > > Patch 1 :- This provide callback mechanism for platform drivers > to dump their necessary register info at the time of sdhci_dumpregs. > > Patch 2 :- This implements this callback (->platform_dumpregs) > for sdhci-msm. > > Patch 3 :- Adds more logs for data errors to aid debugging. > > Ritesh Harjani (1): > mmc: sdhci: Add more debug info in case of data error > > Sahitya Tummala (2): > mmc: sdhci: Add platform_dumpregs callback support to sdhci_ops. > mmc: sdhci-msm: Implement platform_dumpregs callback in sdhci-msm > > drivers/mmc/host/sdhci-msm.c | 34 ++++++++++++++++++++++++++++++++++ > drivers/mmc/host/sdhci.c | 24 ++++++++++++++++++++++-- > drivers/mmc/host/sdhci.h | 1 + > 3 files changed, 57 insertions(+), 2 deletions(-) > This series was part of my SDHCI enablement on my Nexus 5X and everything still seems to work ok. Tested-by: Jeremy McNicoll > -- > The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, > a Linux Foundation Collaborative Project. >