lkml.org 
[lkml]   [2021]   [Feb]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 8/9] scsi: ufshpb: Add support for host control mode
    Date
    Support devices that report they are using host control mode.

    Signed-off-by: Avri Altman <avri.altman@wdc.com>
    ---
    drivers/scsi/ufs/ufshpb.c | 6 ------
    1 file changed, 6 deletions(-)

    diff --git a/drivers/scsi/ufs/ufshpb.c b/drivers/scsi/ufs/ufshpb.c
    index c61fda95e35a..cec6f641a103 100644
    --- a/drivers/scsi/ufs/ufshpb.c
    +++ b/drivers/scsi/ufs/ufshpb.c
    @@ -2050,12 +2050,6 @@ void ufshpb_get_dev_info(struct ufs_hba *hba, u8 *desc_buf)
    int version;

    hpb_dev_info->control_mode = desc_buf[DEVICE_DESC_PARAM_HPB_CONTROL];
    - if (hpb_dev_info->control_mode == HPB_HOST_CONTROL) {
    - dev_err(hba->dev, "%s: host control mode is not supported.\n",
    - __func__);
    - hpb_dev_info->hpb_disabled = true;
    - return;
    - }

    version = get_unaligned_be16(desc_buf + DEVICE_DESC_PARAM_HPB_VER);
    if (version != HPB_SUPPORT_VERSION) {
    --
    2.25.1
    \
     
     \ /
      Last update: 2021-02-02 09:37    [W:4.624 / U:0.124 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site