devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/6] Add SCMI transport descriptors
@ 2024-07-30 14:47 Cristian Marussi
  2024-07-30 14:47 ` [PATCH v1 1/6] firmware: arm_scmi: Remove const from " Cristian Marussi
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Cristian Marussi @ 2024-07-30 14:47 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel, arm-scmi, devicetree
  Cc: sudeep.holla, james.quinlan, f.fainelli, vincent.guittot,
	etienne.carriere, peng.fan, michal.simek, quic_sibis, quic_nkela,
	dan.carpenter, souvik.chakravarty, robh, krzk+dt,
	Cristian Marussi

Hi,

this small series is an extended version of this recent, already reviewed,
series [1] posted by Peng to add a new arm,scmi property to describe some
platform-specific SCMI timeout constraints.

On top of that, this adds 2 more properties to describe a couple more
platform-specific transport characteristics.

To minimize conflicts, the whole series is based on top of another recent
series, which represents a rework of the core SCMI stack to split SCMI
transports as standalone drivers. [2]

Thanks,
Cristian

[1]: https://lore.kernel.org/linux-arm-kernel/20240709140957.3171255-1-peng.fan@oss.nxp.com/
[2]: https://lore.kernel.org/linux-arm-kernel/20240730133318.1573765-1-cristian.marussi@arm.com/T/#t

---

Cristian Marussi (5):
  firmware: arm_scmi: Remove const from transport descriptors
  firmware: arm_scmi: Use max-rx-timeout-ms from devicetree
  dt-bindings: firmware: arm,scmi: Introduce more transport properties
  firmware: arm_scmi: Use max_msg and max_msg_size from devicetree
  firmware: arm_scmi: Relocate atomic_threshold to scmi_desc

Peng Fan (1):
  dt-bindings: firmware: arm,scmi: Introduce property max-rx-timeout-ms

 .../bindings/firmware/arm,scmi.yaml           | 22 +++++++++
 drivers/firmware/arm_scmi/common.h            |  9 +++-
 drivers/firmware/arm_scmi/driver.c            | 46 ++++++++++++-------
 .../arm_scmi/scmi_transport_mailbox.c         |  2 +-
 .../firmware/arm_scmi/scmi_transport_optee.c  |  2 +-
 .../firmware/arm_scmi/scmi_transport_smc.c    |  2 +-
 .../firmware/arm_scmi/scmi_transport_virtio.c |  2 +-
 7 files changed, 64 insertions(+), 21 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-09-16 14:14 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-30 14:47 [PATCH v1 0/6] Add SCMI transport descriptors Cristian Marussi
2024-07-30 14:47 ` [PATCH v1 1/6] firmware: arm_scmi: Remove const from " Cristian Marussi
2024-07-30 14:47 ` [PATCH v1 2/6] dt-bindings: firmware: arm,scmi: Introduce property max-rx-timeout-ms Cristian Marussi
2024-07-30 14:47 ` [PATCH v1 3/6] firmware: arm_scmi: Use max-rx-timeout-ms from devicetree Cristian Marussi
2024-09-12 21:05   ` Florian Fainelli
2024-09-16  9:54     ` Cristian Marussi
2024-07-30 14:47 ` [PATCH v1 4/6] dt-bindings: firmware: arm,scmi: Introduce more transport properties Cristian Marussi
2024-07-30 14:47 ` [PATCH v1 5/6] firmware: arm_scmi: Use max_msg and max_msg_size from devicetree Cristian Marussi
2024-08-20 14:48   ` Sudeep Holla
2024-09-12 19:22     ` Nikunj Kela
2024-09-16 14:14       ` Cristian Marussi
2024-07-30 14:47 ` [PATCH v1 6/6] firmware: arm_scmi: Relocate atomic_threshold to scmi_desc Cristian Marussi
2024-07-31 13:13 ` [PATCH v1 0/6] Add SCMI transport descriptors Peng Fan
2024-07-31 13:58   ` Cristian Marussi
2024-08-01 19:17 ` Nikunj Kela
2024-08-01 19:23   ` Cristian Marussi
2024-08-01 19:44     ` Nikunj Kela
2024-08-20 14:39 ` Sudeep Holla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).