public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9] scsi: ufs: add ioctl interface for query request
@ 2015-05-19 10:02 Gilad Broner
  2015-05-19 10:02 ` Gilad Broner
  0 siblings, 1 reply; 2+ messages in thread
From: Gilad Broner @ 2015-05-19 10:02 UTC (permalink / raw)
  To: James.Bottomley
  Cc: linux-kernel, linux-scsi, linux-arm-msm, linux-scsi-owner,
	subhashj, ygardi, draviv, Gilad Broner

This patch was originally patch 1/3 in a patch series titled "Add ioctl and debug utilities to UFS driver".
As it has no dependency with the debug utilities it is separated from the series, and now stands on its own.

Dolev Raviv (1):
  scsi: ufs: add ioctl interface for query request

 drivers/scsi/ufs/ufs.h        |  53 +++--------
 drivers/scsi/ufs/ufshcd.c     | 205 +++++++++++++++++++++++++++++++++++++++++-
 include/scsi/scsi.h           |   1 +
 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 ++++++++++++++
 7 files changed, 342 insertions(+), 44 deletions(-)
 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-19 10:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-19 10:02 [PATCH v9] scsi: ufs: add ioctl interface for query request Gilad Broner
2015-05-19 10:02 ` Gilad Broner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox