public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] scsi: ufs: renesas: Refactor code for other UFS controller
@ 2024-07-08 12:09 Yoshihiro Shimoda
  2024-07-08 12:09 ` [PATCH 1/5] scsi: ufs: renesas: Refactor init " Yoshihiro Shimoda
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Yoshihiro Shimoda @ 2024-07-08 12:09 UTC (permalink / raw)
  To: James.Bottomley, martin.petersen
  Cc: linux-scsi, linux-renesas-soc, Yoshihiro Shimoda

The current UFS controller of R-Car S4-8 ES 1.0 only requires statical values
for initializing it. However, other UFS controller (R-Car S4-8 ES 1.2) will
require dynamic values like eFuse values. So, refactor the code for it.
For now, readling eFuse values function which Geert-san made is under
review [1]. So, this patch series refactors is the code only.

[1]
https://lore.kernel.org/all/cover.1716974502.git.geert+renesas@glider.be/

Yoshihiro Shimoda (5):
  scsi: ufs: renesas: Refactor init code for other UFS controller
  scsi: ufs: renesas: Remove a static local variable
  scsi: ufs: renesas: Use udelay() directly
  scsi: ufs: renesas: Refactoring specific PHY settings of 0x10a[df]
  scsi: ufs: renesas: Add reusable functions

 drivers/ufs/host/ufs-renesas.c | 523 +++++++++++++++++----------------
 1 file changed, 265 insertions(+), 258 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2024-07-08 23:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-08 12:09 [PATCH 0/5] scsi: ufs: renesas: Refactor code for other UFS controller Yoshihiro Shimoda
2024-07-08 12:09 ` [PATCH 1/5] scsi: ufs: renesas: Refactor init " Yoshihiro Shimoda
2024-07-08 17:04   ` Bart Van Assche
2024-07-08 23:44     ` Yoshihiro Shimoda
2024-07-08 12:09 ` [PATCH 2/5] scsi: ufs: renesas: Remove a static local variable Yoshihiro Shimoda
2024-07-08 12:09 ` [PATCH 3/5] scsi: ufs: renesas: Use udelay() directly Yoshihiro Shimoda
2024-07-08 12:09 ` [PATCH 4/5] scsi: ufs: renesas: Refactoring specific PHY settings of 0x10a[df] Yoshihiro Shimoda
2024-07-08 12:09 ` [PATCH 5/5] scsi: ufs: renesas: Add reusable functions Yoshihiro Shimoda

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