All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] remoteproc/mediatek: support L1TCM for MT8192 SCP
@ 2021-01-27  8:31 ` Tzung-Bi Shih
  0 siblings, 0 replies; 11+ messages in thread
From: Tzung-Bi Shih @ 2021-01-27  8:31 UTC (permalink / raw)
  To: ohad, bjorn.andersson, robh+dt
  Cc: linux-remoteproc, matthias.bgg, linux-mediatek, mathieu.poirier,
	devicetree, tzungbi

The series applies after [1].

The series supports L1TCM which is a high performance memory region in
MT8192 SCP.

The 1st patch replaces platform_get_resource_byname() and
devm_ioremap_resource() pairs per [2] suggested.

The 2nd patch enables MPU for all memory regions.  The patch was
independent but merged to this series per [3] suggested.

The 3rd patch adds a new reg-name "l1tcm" for L1TCM.

The 4th patch supports L1TCM in the firmware loader.  Note that MT8192
SCP is still under development.  The patch breaks early MT8192 SCP
firmware which should only break our own development environment.

Changes from v2[4]:
- Rebases the series to [1].

Changes from v1[5]:
- Adds 2 patches at beginning of the series.

[1]: https://patchwork.kernel.org/project/linux-remoteproc/list/?series=422635
[2]: https://patchwork.kernel.org/project/linux-remoteproc/patch/20201214050521.845396-3-tzungbi@google.com/#23879113
[3]: https://patchwork.kernel.org/project/linux-remoteproc/patch/20210107023020.3224002-1-tzungbi@google.com/#23879623
[4]: https://patchwork.kernel.org/project/linux-remoteproc/list/?series=411065
[5]: https://patchwork.kernel.org/project/linux-remoteproc/list/?series=401287

Tzung-Bi Shih (4):
  remoteproc/mediatek: use devm_platform_ioremap_resource_byname
  remoteproc/mediatek: enable MPU for all memory regions in MT8192 SCP
  dt-bindings: remoteproc: mediatek: add L1TCM memory region
  remoteproc/mediatek: support L1TCM

 .../bindings/remoteproc/mtk,scp.txt           |  8 +--
 drivers/remoteproc/mtk_common.h               |  6 ++
 drivers/remoteproc/mtk_scp.c                  | 62 +++++++++++++++++--
 3 files changed, 68 insertions(+), 8 deletions(-)

-- 
2.30.0.280.ga3ce27912f-goog


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

end of thread, other threads:[~2021-02-09 17:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-27  8:31 [PATCH v3 0/4] remoteproc/mediatek: support L1TCM for MT8192 SCP Tzung-Bi Shih
2021-01-27  8:31 ` Tzung-Bi Shih
2021-01-27  8:31 ` [PATCH v3 1/4] remoteproc/mediatek: use devm_platform_ioremap_resource_byname Tzung-Bi Shih
2021-01-27  8:31   ` Tzung-Bi Shih
2021-01-27  8:31 ` [PATCH v3 2/4] remoteproc/mediatek: enable MPU for all memory regions in MT8192 SCP Tzung-Bi Shih
2021-01-27  8:31   ` Tzung-Bi Shih
2021-01-27  8:31 ` [PATCH v3 3/4] dt-bindings: remoteproc: mediatek: add L1TCM memory region Tzung-Bi Shih
2021-01-27  8:31   ` Tzung-Bi Shih
2021-01-27  8:31 ` [PATCH v3 4/4] remoteproc/mediatek: support L1TCM Tzung-Bi Shih
2021-01-27  8:31   ` Tzung-Bi Shih
2021-02-09 17:40 ` [PATCH v3 0/4] remoteproc/mediatek: support L1TCM for MT8192 SCP patchwork-bot+linux-remoteproc

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.