All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Query the RSU SPT table offset to determine RSU page size
@ 2023-07-16  7:04 kah.jing.lee
  2023-07-16  7:04 ` [PATCH v2 1/2] firmware: stratix10-svc: Generic Mailbox Command kah.jing.lee
  2023-07-16  7:05 ` [PATCH v2 2/2] firmware: stratix10-rsu: query spt addresses kah.jing.lee
  0 siblings, 2 replies; 6+ messages in thread
From: kah.jing.lee @ 2023-07-16  7:04 UTC (permalink / raw)
  To: dinguyen; +Cc: linux-kernel, radu.bacrau, tien.sung.ang, Kah Jing Lee

From: Kah Jing Lee <kah.jing.lee@intel.com>

Hi,
This patchset is to add the generic mailbox command in the svc driver
to enable the rsu driver to query spt address.
SPT0 address - lower range & SPT1 address - upper range address will be
queried in order to determine the page size of RSU, whether it is
32kB or 64kB that is supported.

Thanks,
KJ

changelog v2:
-Update the comment on svc COMMAND_MBOX_SEND_CMD
-Update the rsu mailbox cmd ret_val to use already defined ret

Radu Bacrau (1):
  firmware: stratix10-rsu: query spt addresses

Teh Wen Ping (1):
  firmware: stratix10-svc: Generic Mailbox Command

 drivers/firmware/stratix10-rsu.c              | 100 +++++++++++++++++-
 drivers/firmware/stratix10-svc.c              |  18 ++++
 include/linux/firmware/intel/stratix10-smc.h  |  25 +++++
 .../firmware/intel/stratix10-svc-client.h     |   5 +
 4 files changed, 147 insertions(+), 1 deletion(-)


base-commit: 5133c9e51de41bfa902153888e11add3342ede18
-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/2] Query the RSU SPT table offset to determine RSU page size
@ 2023-07-07  8:01 kah.jing.lee
  0 siblings, 0 replies; 6+ messages in thread
From: kah.jing.lee @ 2023-07-07  8:01 UTC (permalink / raw)
  To: dinguyen; +Cc: linux-kernel, radu.bacrau, tien.sung.ang, Kah Jing Lee

From: Kah Jing Lee <kah.jing.lee@intel.com>

Hi,
This patchset is to add the generic mailbox command in the svc driver
to enable the rsu driver to query spt address.
SPT0 address - lower range & SPT1 address - upper range address will be
queried in order to determine the page size of RSU, whether it is
32kB or 64kB that is supported.

Thanks,
KJ

Radu Bacrau (1):
  firmware: stratix10-rsu: query spt addresses

Teh Wen Ping (1):
  firmware: stratix10-svc: Generic Mailbox Command

 drivers/firmware/stratix10-rsu.c              | 100 +++++++++++++++++-
 drivers/firmware/stratix10-svc.c              |  18 ++++
 include/linux/firmware/intel/stratix10-smc.h  |  25 +++++
 .../firmware/intel/stratix10-svc-client.h     |   5 +
 4 files changed, 147 insertions(+), 1 deletion(-)


base-commit: 5133c9e51de41bfa902153888e11add3342ede18
-- 
2.25.1


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

end of thread, other threads:[~2023-07-17  1:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-16  7:04 [PATCH 0/2] Query the RSU SPT table offset to determine RSU page size kah.jing.lee
2023-07-16  7:04 ` [PATCH v2 1/2] firmware: stratix10-svc: Generic Mailbox Command kah.jing.lee
2023-07-16  7:05 ` [PATCH v2 2/2] firmware: stratix10-rsu: query spt addresses kah.jing.lee
2023-07-16  9:11   ` Dinh Nguyen
2023-07-17  1:43     ` Lee, Kah Jing
  -- strict thread matches above, loose matches on Subject: below --
2023-07-07  8:01 [PATCH 0/2] Query the RSU SPT table offset to determine RSU page size kah.jing.lee

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.