[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c398bc0c-c87c-3260-471d-85f0d10cf917@acm.org>
Date: Thu, 7 May 2020 18:04:54 -0700
From: Bart Van Assche <bvanassche@....org>
To: huobean@...il.com, alim.akhtar@...sung.com, avri.altman@....com,
asutoshd@...eaurora.org, jejb@...ux.ibm.com,
martin.petersen@...cle.com, stanley.chu@...iatek.com,
beanhuo@...ron.com, tomas.winkler@...el.com, cang@...eaurora.org,
rdunlap@...radead.org
Cc: linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
hch@...radead.org
Subject: Re: [RESENT PATCH RFC v3 4/5] scsi: ufs: add unit and geometry
parameters for HPB
On 2020-05-04 07:20, huobean@...il.com wrote:
> From: Bean Huo <beanhuo@...ron.com>
>
> Add HPB related parameters introduced in Unit Descriptor and
> Geometry Descriptor.
>
> Signed-off-by: Bean Huo <beanhuo@...ron.com>
> ---
> drivers/scsi/ufs/ufs.h | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/drivers/scsi/ufs/ufs.h b/drivers/scsi/ufs/ufs.h
> index 1f2d4b4950b8..6210e489d2ce 100644
> --- a/drivers/scsi/ufs/ufs.h
> +++ b/drivers/scsi/ufs/ufs.h
> @@ -219,6 +219,9 @@ enum unit_desc_param {
> UNIT_DESC_PARAM_PHY_MEM_RSRC_CNT = 0x18,
> UNIT_DESC_PARAM_CTX_CAPABILITIES = 0x20,
> UNIT_DESC_PARAM_LARGE_UNIT_SIZE_M1 = 0x22,
> + UNIT_DESC_PARAM_HPB_MAX_ACTIVE_REGIONS = 0x23,
> + UNIT_DESC_PARAM_HPB_PIN_REGION_START_OFFSET = 0x25,
> + UNIT_DESC_PARAM_HPB_NUM_PIN_REGIONS = 0x27,
> };
>
> /* Device descriptor parameters offsets in bytes*/
> @@ -304,6 +307,10 @@ enum geometry_desc_param {
> GEOMETRY_DESC_PARAM_ENM4_MAX_NUM_UNITS = 0x3E,
> GEOMETRY_DESC_PARAM_ENM4_CAP_ADJ_FCTR = 0x42,
> GEOMETRY_DESC_PARAM_OPT_LOG_BLK_SIZE = 0x44,
> + GEOMETRY_DESC_PARAM_HPB_REGION_SIZE = 0x48,
> + GEOMETRY_DESC_PARAM_HPB_NUMBER_LU = 0x49,
> + GEOMETRY_DESC_PARAM_HPB_SUBREGION_SIZE = 0x4A,
> + GEOMETRY_DESC_PARAM_HPB_MAX_ACTIVE_REGIONS = 0x4B,
> };
How about adding the names from the spec as a comment above the new
constants, e.g. as follows?
/* wHPBPinnedRegionStartIdx */
UNIT_DESC_PARAM_HPB_PIN_REGION_START_OFFSET = 0x25,
Thanks,
Bart.
Powered by blists - more mailing lists