public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove support for legacy UFS
@ 2024-03-26  8:32 Avri Altman
  2024-03-26  8:32 ` [PATCH 1/2] scsi: ufs: Remove support for old UFSHCI versions Avri Altman
  2024-03-26  8:32 ` [PATCH 2/2] scsi: ufs: Remove legacy tuning calls Avri Altman
  0 siblings, 2 replies; 7+ messages in thread
From: Avri Altman @ 2024-03-26  8:32 UTC (permalink / raw)
  To: James E . J . Bottomley, Martin K . Petersen
  Cc: Bart Van Assche, Bean Huo, linux-scsi, linux-kernel, Avri Altman

UFS1.0 and UFS1.1, published in the early 2010s, were more of a proof of
concept rather than a mature functional spec. Toshiba was the only
device manufacturer with the most accomplished phy team to come up with
a small UFS1.0 device. Alas, there were no commercial platforms it can
be paired with. Even UFS2.0 that was published in 2013, didn't really
make it to the market: too moot to take effect. It's not until UFS2.1
that was published in 2016, were a myriad of devices and platforms
flooded the market. Designated to mobile devices, dictates a rapid short
lives for those platforms. Hence, we can safely remove those pre-UFS2.1
pieces of code.

Avri Altman (2):
  scsi: ufs: Remove support for old UFSHCI versions
  scsi: ufs: Remove legacy tuning calls

 drivers/ufs/core/ufshcd.c   | 169 ++++--------------------------------
 drivers/ufs/host/ufs-qcom.c |   3 +-
 include/ufs/ufshci.h        |   7 --
 3 files changed, 16 insertions(+), 163 deletions(-)

-- 
2.42.0


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

end of thread, other threads:[~2024-03-26 18:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-26  8:32 [PATCH 0/2] Remove support for legacy UFS Avri Altman
2024-03-26  8:32 ` [PATCH 1/2] scsi: ufs: Remove support for old UFSHCI versions Avri Altman
2024-03-26 17:20   ` Bart Van Assche
2024-03-26 17:22     ` Christoph Hellwig
2024-03-26 18:09       ` Avri Altman
2024-03-26 18:09     ` Avri Altman
2024-03-26  8:32 ` [PATCH 2/2] scsi: ufs: Remove legacy tuning calls Avri Altman

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