All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] scsi: ufs: cleanup UFS driver
@ 2020-06-05 20:05 Bean Huo
  2020-06-05 20:05 ` [PATCH v3 1/2] scsi: ufs: Add SPDX GPL-2.0 to replace GPL v2 boilerplate Bean Huo
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Bean Huo @ 2020-06-05 20:05 UTC (permalink / raw)
  To: alim.akhtar, avri.altman, asutoshd, jejb, martin.petersen,
	stanley.chu, beanhuo, bvanassche, tomas.winkler, cang, ebiggers
  Cc: linux-scsi, linux-kernel

From: Bean Huo <beanhuo@micron.com>

Cleanup, no functional change

Changelog:

v2 -v3:
    1. Change SPDX-License-Identifier: GPL-2.0 to
       SPDX-License-Identifier: GPL-2.0-or-later (Eric Biggers)
v1 - v2:
    1. Split patch (Tomas Winkler)

Bean Huo (2):
  scsi: ufs: Add SPDX GPL-2.0 to replace GPL v2 boilerplate
  scsi: ufs: remove wrapper function ufshcd_setup_clocks()

 drivers/scsi/ufs/ufs.h           | 27 +-------------
 drivers/scsi/ufs/ufshcd-pci.c    | 25 +------------
 drivers/scsi/ufs/ufshcd-pltfrm.c | 27 +-------------
 drivers/scsi/ufs/ufshcd.c        | 62 +++++++-------------------------
 drivers/scsi/ufs/ufshcd.h        | 27 +-------------
 drivers/scsi/ufs/ufshci.h        | 27 +-------------
 6 files changed, 18 insertions(+), 177 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-06-16  4:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-05 20:05 [PATCH v3 0/2] scsi: ufs: cleanup UFS driver Bean Huo
2020-06-05 20:05 ` [PATCH v3 1/2] scsi: ufs: Add SPDX GPL-2.0 to replace GPL v2 boilerplate Bean Huo
2020-06-06 23:20   ` Winkler, Tomas
2020-06-10  9:30     ` Bean Huo
2020-06-10 10:33       ` Winkler, Tomas
2020-06-11 15:52   ` Alim Akhtar
2020-06-05 20:05 ` [PATCH v3 2/2] scsi: ufs: remove wrapper function ufshcd_setup_clocks() Bean Huo
2020-06-06 23:28   ` Winkler, Tomas
2020-06-11 16:00     ` Alim Akhtar
2020-06-16  3:59 ` [PATCH v3 0/2] scsi: ufs: cleanup UFS driver Martin K. Petersen

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.