public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC, PATCH 0/1] Replay Protected Memory Block (RPMB) driver
@ 2023-07-22  1:40 Shyam Saini
  2023-07-22  1:40 ` [RFC, PATCH 1/1] rpmb: add " Shyam Saini
  0 siblings, 1 reply; 21+ messages in thread
From: Shyam Saini @ 2023-07-22  1:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-mmc, op-tee, linux-scsi, shyamsaini

Hi everyone,

This is yet another attempt to come up with an RPMB API for the kernel.
This patch is based on patch 1 of last submission except few minor changes.
The last discussion of this was in the thread:

  Subject: [PATCH  v2 1/4] rpmb: add Replay Protected Memory Block (RPMB) subsystem
  Date: Tue,  5 Apr 2022 10:37:56 +0100 [thread overview]
  Message-ID: <20220405093759.1126835-2-alex.bennee@linaro.org>

The patch provides a simple RPMB driver. This is a RFC version and this
single driver can't be used by its own. It would require further work to
make use of API's provided by this driver.

Changes since the last posting:
  drop RPMB char driver
  drop virtio rpmb frontend driver
  drop rpmb: add RPBM access tool
  Rename get_write_count to get_write_counter
  Make return type for rpmb_set_key() function explicit

Alex Bennée (1):
  rpmb: add Replay Protected Memory Block (RPMB) driver

 MAINTAINERS           |   7 +
 drivers/Kconfig       |   1 +
 drivers/Makefile      |   2 +
 drivers/rpmb/Kconfig  |  11 ++
 drivers/rpmb/Makefile |   7 +
 drivers/rpmb/core.c   | 439 ++++++++++++++++++++++++++++++++++++++++++
 include/linux/rpmb.h  | 182 +++++++++++++++++
 7 files changed, 649 insertions(+)
 create mode 100644 drivers/rpmb/Kconfig
 create mode 100644 drivers/rpmb/Makefile
 create mode 100644 drivers/rpmb/core.c
 create mode 100644 include/linux/rpmb.h

-- 
2.34.1


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2023-08-24 14:08 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-22  1:40 [RFC, PATCH 0/1] Replay Protected Memory Block (RPMB) driver Shyam Saini
2023-07-22  1:40 ` [RFC, PATCH 1/1] rpmb: add " Shyam Saini
2023-07-22  3:11   ` Randy Dunlap
2023-07-26 20:10     ` Shyam Saini
2023-08-07 15:00   ` Ulf Hansson
2023-08-16 23:31     ` Shyam Saini
2023-08-21  9:49       ` Jerome Forissier
2023-08-21 10:03         ` Sumit Garg
2023-08-21 11:18           ` Jens Wiklander
2023-08-21 11:54             ` Sumit Garg
2023-08-21 11:55             ` Ilias Apalodimas
2023-08-21 12:17               ` Sumit Garg
2023-08-22 19:07                 ` Shyam Saini
2023-08-23  8:04                   ` Linus Walleij
2023-08-24 14:07                     ` Sumit Garg
2023-08-21 12:35             ` Jerome Forissier
2023-08-22 18:59           ` Shyam Saini
2023-08-24 14:01             ` Sumit Garg
2023-08-22 18:47         ` Shyam Saini
2023-08-07 21:02   ` Bart Van Assche
2023-08-22 18:43     ` Shyam Saini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox