public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add Microchip IPC remoteproc support
@ 2026-01-26 12:06 Valentina Fernandez
  2026-01-26 12:06 ` [PATCH v3 1/2] dt-bindings: remoteproc: add Microchip IPC remoteproc Valentina Fernandez
  2026-01-26 12:06 ` [PATCH v3 2/2] remoteproc: add support for Microchip IPC remoteproc platform driver Valentina Fernandez
  0 siblings, 2 replies; 6+ messages in thread
From: Valentina Fernandez @ 2026-01-26 12:06 UTC (permalink / raw)
  To: andersson, mathieu.poirier, robh, krzk+dt, conor+dt,
	valentina.fernandezalanis
  Cc: linux-remoteproc, devicetree, linux-kernel

Hello all,

This series adds support for the Microchip Inter-Processor
Communication (IPC) remoteproc platform driver.

Microchip RISC-V SoCs typically contain one or more clusters. Clusters
can operate in Asymmetric Multi-Processing (AMP) mode, where individual
cores or groups of cores run as independent software contexts.

The configuration is flexible, as the set of cores or clusters that can
be controlled as remote processors may vary, and memory regions used
for firmware as well as mailbox assignments depend on the system
design.

Communication with remote cores or clusters is abstracted using ecalls
to the platform's Supervisor Binary Interface (SBI) firmware, through
which the state of remote cores or clusters are controlled.

Changes in v3:
- dt-bindings:
  - Improve commit message and property descriptions as per feedback.
  - Add cpu property and update memory region descriptions.
  - Implement conditional to handle required properties
  - Implement conditionals on vring memory regions

- mchp_remoteproc driver:
  - Drop "ipc_sbi" from Makefile and rename driver file
    to mchp_remoteproc.c
  - Add support for using remote cluster CPU ID for life
    cycle management via SBI interface
  - Improve documentation for early and late boot use cases
  - Improve resource table mapping and error handling
- Link to v2: https://lore.kernel.org/r/20251121142157.3582463-1-valentina.fernandezalanis@microchip.com/

Changes in v2:
 - simplify memory region handling with memory-region-names
 - rename compatible to "microchip,ipc-sbi-remoteproc"
 - rephrase dt binding commit  subject, message and description property
 - drop microchip,auto-boot and microchip,skip-ready-wait properties
 - fix memory-region constraints and add memory-region-names
 - fix binding example and add examples for all use cases
 - Link to v1: https://lore.kernel.org/r/20240912170025.455167-6-valentina.fernandezalanis@microchip.com/

Thanks,
Valentina

Valentina Fernandez (2):
  dt-bindings: remoteproc: add Microchip IPC remoteproc
  remoteproc: add support for Microchip IPC remoteproc platform driver

 .../microchip,ipc-sbi-remoteproc.yaml         | 131 ++++
 drivers/remoteproc/Kconfig                    |  12 +
 drivers/remoteproc/Makefile                   |   1 +
 drivers/remoteproc/mchp_remoteproc.c          | 613 ++++++++++++++++++
 4 files changed, 757 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/remoteproc/microchip,ipc-sbi-remoteproc.yaml
 create mode 100644 drivers/remoteproc/mchp_remoteproc.c

-- 
2.34.1


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

end of thread, other threads:[~2026-01-29 17:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-26 12:06 [PATCH v3 0/2] Add Microchip IPC remoteproc support Valentina Fernandez
2026-01-26 12:06 ` [PATCH v3 1/2] dt-bindings: remoteproc: add Microchip IPC remoteproc Valentina Fernandez
2026-01-29 17:32   ` Rob Herring
2026-01-26 12:06 ` [PATCH v3 2/2] remoteproc: add support for Microchip IPC remoteproc platform driver Valentina Fernandez
2026-01-27 14:26   ` kernel test robot
2026-01-27 16:51   ` kernel test robot

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