All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Dov Levenglick" <dovl@codeaurora.org>
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 <gbroner@codeaurora.org>
Subject: Re: [PATCH v3 0/4] Add ioctl and debug utilities to UFS driver
Date: Mon, 23 Feb 2015 09:10:31 -0000	[thread overview]
Message-ID: <f6cac2ecf8933042ac82cbff3fb0e143.squirrel@www.codeaurora.org> (raw)
In-Reply-To: <1424678898-3723-1-git-send-email-gbroner@codeaurora.org>

> 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 <dovl@codeaurora.org>

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

WARNING: multiple messages have this Message-ID (diff)
From: "Dov Levenglick" <dovl@codeaurora.org>
To: "Gilad Broner" <gbroner@codeaurora.org>
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" <gbroner@codeaurora.org>
Subject: Re: [PATCH v3 0/4] Add ioctl and debug utilities to UFS driver
Date: Mon, 23 Feb 2015 09:10:31 -0000	[thread overview]
Message-ID: <f6cac2ecf8933042ac82cbff3fb0e143.squirrel@www.codeaurora.org> (raw)
In-Reply-To: <1424678898-3723-1-git-send-email-gbroner@codeaurora.org>

> 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 <dovl@codeaurora.org>

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


  parent reply	other threads:[~2015-02-23  9:10 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-23  8:08 [PATCH v3 0/4] Add ioctl and debug utilities to UFS driver Gilad Broner
2015-02-23  8:08 ` [PATCH v3 1/4] scsi: ufs: add ioctl interface for query request Gilad Broner
2015-02-23  8:08   ` Gilad Broner
2015-02-23  9:16   ` Dov Levenglick
2015-02-23  8:08 ` [PATCH v3 2/4] scsi: ufs: add debugfs for ufs Gilad Broner
2015-02-23  9:15   ` Dov Levenglick
2015-02-23  9:15     ` Dov Levenglick
2015-02-24 15:10   ` Akinobu Mita
2015-03-01  8:29     ` Gilad Broner
2015-02-23  8:08 ` [PATCH v3 3/4] scsi: ufs: add trace events and dump prints for debug Gilad Broner
2015-02-23  9:15   ` Dov Levenglick
2015-02-23  9:15     ` Dov Levenglick
2015-02-23 11:51     ` Steven Rostedt
2015-02-23 17:12   ` Steven Rostedt
2015-03-01  8:33     ` Gilad Broner
2015-02-23  8:08 ` [PATCH v3 4/4] scsi: ufs: inject errors to verify error handling Gilad Broner
2015-02-23  9:10   ` Dov Levenglick
2015-02-23  9:10 ` Dov Levenglick [this message]
2015-02-23  9:10   ` [PATCH v3 0/4] Add ioctl and debug utilities to UFS driver Dov Levenglick

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f6cac2ecf8933042ac82cbff3fb0e143.squirrel@www.codeaurora.org \
    --to=dovl@codeaurora.org \
    --cc=draviv@codeaurora.org \
    --cc=gbroner@codeaurora.org \
    --cc=james.bottomley@hansenpartnership.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi-owner@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=santoshsy@gmail.com \
    --cc=subhashj@codeaurora.org \
    --cc=ygardi@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.