Re: [PATCH v8 3/4] tee: add tee_device_set_dev_groups()
From: Sumit Garg
Date: Tue Aug 13 2024 - 07:40:13 EST
Hi Jens,
On Mon, 12 Aug 2024 at 19:01, Jens Wiklander <jens.wiklander@xxxxxxxxxx> wrote:
>
> Add tee_device_set_dev_groups() to TEE drivers to supply driver specific
> attribute groups. The class specific attributes are from now on added
> via the tee_class, which currently only consist of implementation_id.
>
> Signed-off-by: Jens Wiklander <jens.wiklander@xxxxxxxxxx>
> ---
> drivers/misc/rpmb-core.c | 155 +++++++++++++++++++--------------------
These changes don't seem to belong to this patch but rather patch #1.
> drivers/tee/tee_core.c | 19 +++--
> include/linux/rpmb.h | 53 +++++--------
Ditto here.
-Sumit