From patchwork Tue May 29 18:17:40 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Evan Green X-Patchwork-Id: 10436693 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E1B8A60327 for ; Tue, 29 May 2018 18:20:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D384B2893D for ; Tue, 29 May 2018 18:20:27 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C6EC22896D; Tue, 29 May 2018 18:20:27 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E1F1A28947 for ; Tue, 29 May 2018 18:20:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965985AbeE2STH (ORCPT ); Tue, 29 May 2018 14:19:07 -0400 Received: from mail-pg0-f66.google.com ([74.125.83.66]:38469 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S937038AbeE2SSX (ORCPT ); Tue, 29 May 2018 14:18:23 -0400 Received: by mail-pg0-f66.google.com with SMTP id c9-v6so4113930pgf.5 for ; Tue, 29 May 2018 11:18:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=As0rlYHP29sY+a0bs938x8BoOFNZQGn8grt3JpWZzAs=; b=BIDDclkhBxcAsfgCz/iTbRha8uZURVtSazh2/AAhGasGvqrMatmlRqvmnkbmX6CY+3 jC2nEXmWwlLPfaivBa9PTblOFKMGBmeJRDbpleCpqAygyUrHQ/vkiykcI3ufb5KbhYXb cnOmBK7j60k+RD2A7jnwp1eLyZkc60CHe73wU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=As0rlYHP29sY+a0bs938x8BoOFNZQGn8grt3JpWZzAs=; b=FJqS9gRglYyIH3D4+EmxLvfmGCEqumJ1n4dhMEx7LKEQQxl+vqexxrCegewRTdwsRr vj0oxaJtVmJ/godBSnPn1hF7zoMe/MtGRxYI1Rktp4kdLAI3/4AdB/oP78GMTDBuexKe 4oOS3I5rRJRhWUPRS9I6H983lG1igCvWkTG9rg0dn3Gqv/mOVyNNBv5ppBCNX8f9dlgh s12uXM/yKmjfjKbmnYaih7hP2BdtwvGibbTfoFn3URyiPjT+fW3JcBpC2aMGr1JgKqxC UWShj/3fm8BpER58rUXMk3uaLHReV+3EMLP0FUvtK2o3MxDHqwkmYksRe6IHYzeM01dl mJ7Q== X-Gm-Message-State: ALKqPweKy+sHaXfwDO/jg6txWCTU2z+IOmgTFvrh6CQ96nWrUmdKrkA5 e1MRAfRo7ZAR8SMVRRoou9Iqrg== X-Google-Smtp-Source: AB8JxZoMFwn0IEmMEFb9rOVbsu5oX68FcaGCvBeqKrxi9B4wunJjQTBNlqref7RD4HyhAjNopNFmtw== X-Received: by 2002:a62:991:: with SMTP id 17-v6mr18454305pfj.34.1527617903267; Tue, 29 May 2018 11:18:23 -0700 (PDT) Received: from evgreen2.mtv.corp.google.com ([2620:0:1000:1511:116f:8bf3:133b:f7fd]) by smtp.gmail.com with ESMTPSA id b74-v6sm18255704pfl.138.2018.05.29.11.18.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 29 May 2018 11:18:22 -0700 (PDT) From: Evan Green To: Vinayak Holikatti , "James E.J. Bottomley" , "Martin K. Petersen" , Stanislav Nijnikov , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Cc: Gwendal Grignou , Evan Green Subject: [PATCH 7/7] scsi: ufs: Update config descriptor documentation Date: Tue, 29 May 2018 11:17:40 -0700 Message-Id: <20180529181740.195362-8-evgreen@chromium.org> X-Mailer: git-send-email 2.13.5 In-Reply-To: <20180529181740.195362-1-evgreen@chromium.org> References: <20180529181740.195362-1-evgreen@chromium.org> Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This change updates the sysfs documentation for the UFS config descriptor, now that config descriptor fields are writable. Signed-off-by: Evan Green --- Documentation/ABI/testing/sysfs-driver-ufs | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Documentation/ABI/testing/sysfs-driver-ufs b/Documentation/ABI/testing/sysfs-driver-ufs index da154a0d4b4f..d11b0a91f4b2 100644 --- a/Documentation/ABI/testing/sysfs-driver-ufs +++ b/Documentation/ABI/testing/sysfs-driver-ufs @@ -244,7 +244,6 @@ Description: This file shows whether or not the UFS boot feature is enabled. This is one of the UFS configuration descriptor parameters. More information about the descriptor can be found in the UFS 2.1 specification. - The file is read only. What: /sys/bus/platform/drivers/ufshcd/*/config_descriptor/cfg_descriptor_access_enable Date: May 2018 @@ -254,7 +253,6 @@ Description: This file shows whether or not access will be permitted to the boot sequence. This is one of the UFS configuration descriptor parameters. More information about the descriptor can be found in the UFS 2.1 specification. - The file is read only. What: /sys/bus/platform/drivers/ufshcd/*/config_descriptor/cfg_high_priority_lun Date: May 2018 @@ -263,7 +261,6 @@ Description: This file shows the identifier of the high priority logical unit. This is one of the UFS configuration descriptor parameters. More information about the descriptor can be found in the UFS 2.1 specification. - The file is read only. What: /sys/bus/platform/drivers/ufshcd/*/config_descriptor/cfg_init_active_icc_level Date: May 2018 @@ -272,7 +269,6 @@ Description: This file shows the ICC level in active mode after device initialization or hardware reset. This is one of the UFS configuration descriptor parameters. More information about the descriptor can be found in the UFS 2.1 specification. - The file is read only. What: /sys/bus/platform/drivers/ufshcd/*/config_descriptor/cfg_initial_power_mode Date: May 2018 @@ -281,7 +277,6 @@ Description: This file shows the power mode after device initialization or hardware reset. This is one of the UFS configuration descriptor parameters. More information about the descriptor can be found in the UFS 2.1 specification. - The file is read only. What: /sys/bus/platform/drivers/ufshcd/*/config_descriptor/cfg_number_of_luns Date: May 2018 @@ -290,7 +285,6 @@ Description: This file shows the number of logical units that the device will support. This is one of the UFS configuration descriptor parameters. More information about the descriptor can be found in the UFS 2.1 specification. - The file is read only. What: /sys/bus/platform/drivers/ufshcd/*/config_descriptor/cfg_periodic_rtc_update Date: May 2018 @@ -299,7 +293,6 @@ Description: This file shows the frequency and method of real time clock updates. This is one of the UFS configuration descriptor parameters. More information about the descriptor can be found in the UFS 2.1 specification. - The file is read only. What: /sys/bus/platform/drivers/ufshcd/*/config_descriptor/cfg_secure_removal_type Date: May 2018 @@ -308,7 +301,6 @@ Description: This file shows the secure removal type of the UFS device. This is one of the UFS configuration descriptor parameters. More information about the descriptor can be found in the UFS 2.1 specification. - The file is read only. What: /sys/bus/platform/drivers/ufshcd/*/config_descriptor/cfg_unit Date: May 2018 @@ -327,7 +319,6 @@ Description: This file shows the number of allocation units assigned to the being displayed. This is one of the UFS configuration unit descriptor parameters. More information about the descriptor can be found in the UFS 2.1 specification. - The file is read only. What: /sys/bus/platform/drivers/ufshcd/*/config_descriptor/unit_boot_lun_id Date: May 2018 @@ -338,7 +329,6 @@ Description: This file shows the boot LUN ID for this logical unit, This is one of the UFS configuration unit descriptor parameters. More information about the descriptor can be found in the UFS 2.1 specification. - The file is read only. What: /sys/bus/platform/drivers/ufshcd/*/config_descriptor/unit_context_capabilities Date: May 2018 @@ -348,7 +338,6 @@ Description: This file shows the context capabilities for the logical unit. being displayed. This is one of the UFS configuration unit descriptor parameters. More information about the descriptor can be found in the UFS 2.1 specification. - The file is read only. What: /sys/bus/platform/drivers/ufshcd/*/config_descriptor/unit_data_reliability Date: May 2018 @@ -358,7 +347,6 @@ Description: This file shows the data reliability for the logical unit. being displayed. This is one of the UFS configuration unit descriptor parameters. More information about the descriptor can be found in the UFS 2.1 specification. - The file is read only. What: /sys/bus/platform/drivers/ufshcd/*/config_descriptor/unit_logical_block_size Date: May 2018 @@ -368,7 +356,6 @@ Description: This file shows the logical block size for the logical unit as being displayed. This is one of the UFS configuration unit descriptor parameters. More information about the descriptor can be found in the UFS 2.1 specification. - The file is read only. What: /sys/bus/platform/drivers/ufshcd/*/config_descriptor/unit_lu_enable Date: May 2018 @@ -378,7 +365,6 @@ Description: This file shows whether or not the logical unit is enabled. being displayed. This is one of the UFS configuration unit descriptor parameters. More information about the descriptor can be found in the UFS 2.1 specification. - The file is read only. What: /sys/bus/platform/drivers/ufshcd/*/config_descriptor/unit_lu_write_protect Date: May 2018 @@ -388,7 +374,6 @@ Description: This file shows the write protect status for the logical unit. being displayed. This is one of the UFS configuration unit descriptor parameters. More information about the descriptor can be found in the UFS 2.1 specification. - The file is read only. What: /sys/bus/platform/drivers/ufshcd/*/config_descriptor/unit_memory_type Date: May 2018 @@ -398,7 +383,6 @@ Description: This file shows the memory type for the logical unit. being displayed. This is one of the UFS configuration unit descriptor parameters. More information about the descriptor can be found in the UFS 2.1 specification. - The file is read only. What: /sys/bus/platform/drivers/ufshcd/*/config_descriptor/unit_provisioning_type Date: May 2018 @@ -408,7 +392,6 @@ Description: This file shows the provisioning type information for the being displayed. This is one of the UFS configuration unit descriptor parameters. More information about the descriptor can be found in the UFS 2.1 specification. - The file is read only. What: /sys/bus/platform/drivers/ufshcd/*/interconnect_descriptor/unipro_version