[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231201151417.65500-1-manivannan.sadhasivam@linaro.org>
Date: Fri, 1 Dec 2023 20:44:04 +0530
From: Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>
To: martin.petersen@...cle.com, jejb@...ux.ibm.com
Cc: andersson@...nel.org, konrad.dybcio@...aro.org,
linux-arm-msm@...r.kernel.org, linux-scsi@...r.kernel.org,
linux-kernel@...r.kernel.org, quic_cang@...cinc.com,
Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>
Subject: [PATCH 00/13] scsi: ufs: qcom: Minor code cleanups
Hello,
This series has some minor code cleanups to the Qcom UFS driver. No functional
change.
Tested on: RB5 development board based on Qcom SM8250 SoC.
- Mani
Manivannan Sadhasivam (13):
scsi: ufs: qcom: Use clk_bulk APIs for managing lane clocks
scsi: ufs: qcom: Fix the return value of ufs_qcom_ice_program_key()
scsi: ufs: qcom: Fix the return value when
platform_get_resource_byname() fails
scsi: ufs: qcom: Remove superfluous variable assignments
scsi: ufs: qcom: Remove the warning message when core_reset is not
available
scsi: ufs: qcom: Export ufshcd_{enable/disable}_irq helpers and make
use of them
scsi: ufs: qcom: Fail ufs_qcom_power_up_sequence() when core_reset
fails
scsi: ufs: qcom: Check the return value of
ufs_qcom_power_up_sequence()
scsi: ufs: qcom: Remove redundant error print for devm_kzalloc()
failure
scsi: ufs: qcom: Use dev_err_probe() to simplify error handling of
devm_gpiod_get_optional()
scsi: ufs: qcom: Remove unused ufs_qcom_hosts struct array
scsi: ufs: qcom: Sort includes alphabetically
scsi: ufs: qcom: Initialize cycles_in_1us variable in
ufs_qcom_set_core_clk_ctrl()
drivers/ufs/core/ufshcd.c | 6 +-
drivers/ufs/host/ufs-qcom.c | 165 ++++++++----------------------------
drivers/ufs/host/ufs-qcom.h | 6 +-
include/ufs/ufshcd.h | 2 +
4 files changed, 43 insertions(+), 136 deletions(-)
--
2.25.1
Powered by blists - more mailing lists