Re: [PATCH 1/3] hw/ufs: Support for Zoned UFS

2023-12-11 Thread Jeuk Kim
On 12/8/2023 3:13 PM, Daejun Park wrote: This patch enables zoned ufs support. By setting the LU parameter, each LU can be a host-managed zoned device. This patch manages the zone condition and write pointer of each zone for a zoned LU. It supports the report zones and reset write pointer comman

[PATCH 1/3] hw/ufs: Support for Zoned UFS

2023-12-08 Thread Daejun Park
This patch enables zoned ufs support. By setting the LU parameter, each LU can be a host-managed zoned device. This patch manages the zone condition and write pointer of each zone for a zoned LU. It supports the report zones and reset write pointer commands for Zoned LUs. Signed-off-by: Daejun Pa