Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752194AbbBWJKf (ORCPT ); Mon, 23 Feb 2015 04:10:35 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:53787 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751203AbbBWJKc (ORCPT ); Mon, 23 Feb 2015 04:10:32 -0500 Message-ID: In-Reply-To: <1424678898-3723-1-git-send-email-gbroner@codeaurora.org> References: <1424678898-3723-1-git-send-email-gbroner@codeaurora.org> Date: Mon, 23 Feb 2015 09:10:31 -0000 Subject: Re: [PATCH v3 0/4] Add ioctl and debug utilities to UFS driver From: "Dov Levenglick" To: "Gilad Broner" Cc: james.bottomley@hansenpartnership.com, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, linux-arm-msm@vger.kernel.org, santoshsy@gmail.com, linux-scsi-owner@vger.kernel.org, subhashj@codeaurora.org, ygardi@codeaurora.org, draviv@codeaurora.org, "Gilad Broner" User-Agent: SquirrelMail/1.4.22-4.el6 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Priority: 3 (Normal) Importance: Normal Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2363 Lines: 62 > Changes from V2: > Fixed comment for debugfs change: > Added missing clean up to driver unload path and remove redundant macros. > > Dolev Raviv (1): > scsi: ufs: add ioctl interface for query request > > Gilad Broner (1): > scsi: ufs: add trace events and dump prints for debug > > Lee Susman (1): > scsi: ufs: add debugfs for ufs > > Sujit Reddy Thumma (1): > scsi: ufs: inject errors to verify error handling > > drivers/scsi/ufs/Makefile | 1 + > drivers/scsi/ufs/ufs-debugfs.c | 1042 > ++++++++++++++++++++++++++++++++++++++++ > drivers/scsi/ufs/ufs-debugfs.h | 42 ++ > drivers/scsi/ufs/ufs-qcom.c | 53 ++ > drivers/scsi/ufs/ufs.h | 53 +- > drivers/scsi/ufs/ufshcd.c | 959 > ++++++++++++++++++++++++++++++++++-- > drivers/scsi/ufs/ufshcd.h | 115 +++++ > drivers/scsi/ufs/ufshci.h | 3 + > include/trace/events/ufs.h | 227 +++++++++ > include/uapi/scsi/Kbuild | 1 + > include/uapi/scsi/ufs/Kbuild | 3 + > include/uapi/scsi/ufs/ioctl.h | 57 +++ > include/uapi/scsi/ufs/ufs.h | 66 +++ > lib/Kconfig.debug | 14 + > 14 files changed, 2552 insertions(+), 84 deletions(-) > create mode 100644 drivers/scsi/ufs/ufs-debugfs.c > create mode 100644 drivers/scsi/ufs/ufs-debugfs.h > create mode 100644 include/trace/events/ufs.h > create mode 100644 include/uapi/scsi/ufs/Kbuild > create mode 100644 include/uapi/scsi/ufs/ioctl.h > create mode 100644 include/uapi/scsi/ufs/ufs.h > > -- > Qualcomm Israel, on behalf of Qualcomm Innovation Center, Inc. > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project > > -- > To unsubscribe from this list: send the line "unsubscribe linux-scsi" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Reviewed-by: Dov Levenglick QUALCOMM ISRAEL, on behalf of Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/