Re: [PATCH v2 1/3] rpmb: move rpmb_frame struct and constants to common header
From: Jens Wiklander
Date: Mon Oct 06 2025 - 06:07:36 EST
On Wed, Oct 1, 2025 at 8:08 AM Bean Huo <beanhuo@xxxxxxxx> wrote:
>
> From: Bean Huo <beanhuo@xxxxxxxxxx>
>
> Move struct rpmb_frame and RPMB operation constants from MMC block
> driver to include/linux/rpmb.h for reuse across different RPMB
> implementations (UFS, NVMe, etc.).
>
> Signed-off-by: Bean Huo <beanhuo@xxxxxxxxxx>
> ---
> drivers/mmc/core/block.c | 42 --------------------------------------
> include/linux/rpmb.h | 44 ++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 44 insertions(+), 42 deletions(-)
Acked-by: Jens Wiklander <jens.wiklander@xxxxxxxxxx>
Thanks,
Jens