[PATCH 0/4] Re-use device management code fragments

Avri Altman posted 4 patches 1 year, 11 months ago
There is a newer version of this series
drivers/ufs/core/ufshcd.c | 200 ++++++++++++++++----------------------
1 file changed, 83 insertions(+), 117 deletions(-)
[PATCH 0/4] Re-use device management code fragments
Posted by Avri Altman 1 year, 11 months ago
Device management commands are constructed for query commands that are
being issued by the driver, but also for raw device management commands
originated by the bsg module, and recently, by the advanced rpmb
handler. Thus, the same code fragments, e.g. locking, composing the
command, composing the upiu etc., appear over and over. Remove those
duplications.  Theoretically, there should be no functional change.

Avri Altman (4):
  scsi: ufs: Re-use device management locking code
  scsi: ufs: Re-use exec_dev_cmd
  scsi: ufs: Re-use compose_dev_cmd
  scsi: ufs: Re-use compose_devman_upiu

 drivers/ufs/core/ufshcd.c | 200 ++++++++++++++++----------------------
 1 file changed, 83 insertions(+), 117 deletions(-)

-- 
2.42.0