linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] remoteproc sysfs fixes/improvements
@ 2022-02-16  8:12 Puranjay Mohan
  2022-02-16  8:12 ` [PATCH v5 1/2] remoteproc: Introduce sysfs_read_only flag Puranjay Mohan
  2022-02-16  8:12 ` [PATCH v5 2/2] remoteproc: wkup_m3: Set " Puranjay Mohan
  0 siblings, 2 replies; 9+ messages in thread
From: Puranjay Mohan @ 2022-02-16  8:12 UTC (permalink / raw)
  To: kishon, vigneshr, s-anna, bjorn.andersson, mathieu.poirier,
	linux-remoteproc, linux-kernel, linux-arm-kernel
  Cc: Puranjay Mohan

This is a refresh of the patches from an old series [1].
Patch 1 of that series is not required now as [2] serves its purpose.
Patch 2 has been improved and is being posted here.
Patch 3 is unchanged, it has been rebased and posted.

The features being introduced here will be needed by the recently posted PRU 
remoteproc driver [3] in addition to the existing Wkup M3 remoteproc driver.
Both of these drivers follow a client-driven boot methodology, with the latter
strictly booted by another driver in kernel. The PRU remoteproc driver will be
supporting both in-kernel clients as well as control from userspace orthogonally.
The logic though is applicable and useful to any remoteproc driver not using
'auto-boot' and using an external driver/application to boot the remoteproc.

[1] https://patchwork.kernel.org/project/linux-remoteproc/cover/20201121030156.22857-1-s-anna@ti.com/
[2] https://patchwork.kernel.org/project/linux-remoteproc/patch/20201126210642.897302-4-mathieu.poirier@linaro.org/
[3] https://patchwork.kernel.org/project/linux-remoteproc/cover/20201119140850.12268-1-grzegorz.jaszczyk@linaro.org/

Puranjay Mohan (1):
  remoteproc: Introduce sysfs_read_only flag

Suman Anna (1):
  remoteproc: wkup_m3: Set sysfs_read_only flag

 drivers/remoteproc/remoteproc_sysfs.c | 19 ++++++++++++++++++-
 drivers/remoteproc/wkup_m3_rproc.c    |  1 +
 include/linux/remoteproc.h            |  2 ++
 3 files changed, 21 insertions(+), 1 deletion(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-03-04 16:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-16  8:12 [PATCH v5 0/2] remoteproc sysfs fixes/improvements Puranjay Mohan
2022-02-16  8:12 ` [PATCH v5 1/2] remoteproc: Introduce sysfs_read_only flag Puranjay Mohan
2022-02-16 20:04   ` Bjorn Andersson
2022-02-17  6:14     ` Puranjay Mohan
2022-02-18  5:00   ` Kishon Vijay Abraham I
2022-02-18  5:54     ` Bjorn Andersson
2022-03-03  8:00       ` [EXTERNAL] " Puranjay Mohan
2022-03-04 16:53         ` Mathieu Poirier
2022-02-16  8:12 ` [PATCH v5 2/2] remoteproc: wkup_m3: Set " Puranjay Mohan

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).