All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/4] Simplify and optimize the UFS driver
@ 2019-11-21 22:08 Bart Van Assche
  2019-11-21 22:08 ` [PATCH v6 1/4] ufs: Serialize error handling and command submission Bart Van Assche
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Bart Van Assche @ 2019-11-21 22:08 UTC (permalink / raw)
  To: Martin K . Petersen, James E . J . Bottomley
  Cc: Bean Huo, Avri Altman, Asutosh Das, Vignesh Raghavendra, Can Guo,
	linux-scsi, Bart Van Assche

Hello Martin,

This patch series that simplifies and optimizes the UFS driver. Please consider
this patch series for kernel v5.5.

Thanks,

Bart.

Changes compared to v5:
- Reworked patch 4/4 such that it only modifies the clock scaling code and
  no other code. Added more comments in the code and improved the patch
  description.
- Rebased this patch series on top of the 5.5/scsi-queue branch.

Changes compared to v4:
- Reverted back to scsi_block_requests() / scsi_unblock_requests() for the
  UFS error handler.
- Added a new patch that serializes error handling and command submission.
- Fixed a blk_mq_init_queue() return value check.

Changes compared to v3:
- Left out "scsi" from the name of the functions that suspend and resume
  command processing.

Changes compared to v2:
- Use a separate tag set for TMF tags.

Changes compared to v1:
- Use the block layer tag infrastructure for managing TMF tags.

Bart Van Assche (4):
  ufs: Serialize error handling and command submission
  ufs: Avoid busy-waiting by eliminating tag conflicts
  ufs: Use blk_{get,put}_request() to allocate and free TMFs
  ufs: Simplify the clock scaling mechanism implementation

Bart Van Assche (4):
  ufs: Serialize error handling and command submission
  ufs: Avoid busy-waiting by eliminating tag conflicts
  ufs: Use blk_{get,put}_request() to allocate and free TMFs
  ufs: Simplify the clock scaling mechanism implementation

 drivers/scsi/ufs/ufshcd.c | 386 +++++++++++++++++---------------------
 drivers/scsi/ufs/ufshcd.h |  19 +-
 2 files changed, 182 insertions(+), 223 deletions(-)


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

end of thread, other threads:[~2019-12-03 16:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-21 22:08 [PATCH v6 0/4] Simplify and optimize the UFS driver Bart Van Assche
2019-11-21 22:08 ` [PATCH v6 1/4] ufs: Serialize error handling and command submission Bart Van Assche
2019-11-21 22:08 ` [PATCH v6 2/4] ufs: Avoid busy-waiting by eliminating tag conflicts Bart Van Assche
2019-11-26 11:51   ` Hannes Reinecke
2019-11-27  2:53     ` Bart Van Assche
2019-11-21 22:08 ` [PATCH v6 3/4] ufs: Use blk_{get,put}_request() to allocate and free TMFs Bart Van Assche
2019-11-21 22:08 ` [PATCH v6 4/4] ufs: Simplify the clock scaling mechanism implementation Bart Van Assche
2019-11-25  7:38   ` cang
     [not found]   ` <0101016ea17f117f-41755175-dc9e-4454-bda6-3653b9aa31ff-000000@us-west-2.amazonses.com>
2019-11-26  1:05     ` Bart Van Assche
2019-11-26  5:00       ` Douglas Gilbert
2019-11-26  5:16         ` Bart Van Assche
2019-11-26 10:09           ` Douglas Gilbert
2019-12-02  5:39       ` cang
     [not found]       ` <0101016ec51ebc59-20291ae8-1b14-4e71-a9a4-2ecbb9733b0a-000000@us-west-2.amazonses.com>
2019-12-03 16:16         ` Bart Van Assche

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.