All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] scsi: ufs: minor cleanups
@ 2022-05-06 10:31 Krzysztof Kozlowski
  2022-05-06 10:31 ` [PATCH v2 1/3] scsi: core: fix white-spaces Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-06 10:31 UTC (permalink / raw)
  To: James E.J. Bottomley, Martin K. Petersen, Alim Akhtar,
	Avri Altman, Doug Gilbert, linux-scsi, linux-kernel
  Cc: Krzysztof Kozlowski

Hi,

Changes since v1
================
1. Drop patch 1 (needs further work).
2. Rebase on current linux-next (including Bart Van Assche's work).

v1: https://lore.kernel.org/all/20220408103027.311624-1-krzysztof.kozlowski@linaro.org/

Best regards,
Krzysztof

Krzysztof Kozlowski (3):
  scsi: core: fix white-spaces
  scsi: ufs: ufshcd-pltfrm: constify pointed data
  scsi: ufs: ufshcd: constify pointed data

 drivers/scsi/scsi_debug.c         |  2 +-
 drivers/scsi/scsi_priv.h          |  4 +--
 drivers/scsi/scsi_proc.c          | 14 ++++-----
 drivers/scsi/scsi_scan.c          | 10 +++----
 drivers/scsi/scsi_sysfs.c         |  4 +--
 drivers/scsi/scsi_transport_spi.c | 49 +++++++++++++++----------------
 drivers/scsi/scsicam.c            |  6 ++--
 drivers/scsi/ufs/ufshcd-pltfrm.c  | 10 +++----
 drivers/scsi/ufs/ufshcd-pltfrm.h  |  4 +--
 drivers/scsi/ufs/ufshcd-priv.h    |  6 ++--
 drivers/scsi/ufs/ufshcd.c         | 42 +++++++++++++-------------
 drivers/scsi/ufs/ufshcd.h         |  6 ++--
 include/scsi/scsi_cmnd.h          |  2 +-
 include/scsi/scsi_device.h        | 10 +++----
 include/scsi/scsi_host.h          | 13 ++++----
 include/scsi/scsi_ioctl.h         |  2 +-
 include/scsi/scsi_transport.h     |  2 +-
 include/scsi/scsi_transport_spi.h |  2 +-
 include/scsi/scsicam.h            |  2 +-
 include/scsi/sg.h                 |  2 +-
 20 files changed, 96 insertions(+), 96 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2022-05-06 10:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-06 10:31 [PATCH v2 0/3] scsi: ufs: minor cleanups Krzysztof Kozlowski
2022-05-06 10:31 ` [PATCH v2 1/3] scsi: core: fix white-spaces Krzysztof Kozlowski
2022-05-06 10:31 ` [PATCH v2 2/3] scsi: ufs: ufshcd-pltfrm: constify pointed data Krzysztof Kozlowski
2022-05-06 10:31 ` [PATCH v2 3/3] scsi: ufs: ufshcd: " Krzysztof Kozlowski

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.