linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] remoteproc: Fixes for memoy carveout management
@ 2019-01-10 13:49 Loic Pallardy
  2019-01-10 13:49 ` [PATCH v2 1/7] remoteproc: correct rproc_mem_entry_init() comments Loic Pallardy
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Loic Pallardy @ 2019-01-10 13:49 UTC (permalink / raw)
  To: bjorn.andersson, ohad
  Cc: linux-remoteproc, linux-kernel, arnaud.pouliquen,
	benjamin.gaignard, s-anna, Loic Pallardy

These patches fix the comments sent on remoteproc mailing
list after acceptation of memory carveout patch series [1].

In few words, series corrects:
- memory carveout allocation for rproc without iommu
- rproc_da_to_va and trace buffer access to take into account
  late carveout allocation
- resource table cast by adding warning messages

Regards,
Loic

[1] https://lkml.org/lkml/2018/7/27/612

---
Changes from v1:
- Modify way to notify resource table cast issue
- Complete trace buffer patch


Loic Pallardy (7):
  remoteproc: correct rproc_mem_entry_init() comments
  remoteproc: fix rproc_da_to_va in case of unallocated carveout
  remoteproc: fix rproc_alloc_carveout() bad variable cast
  remoteproc: add warning on resource table cast
  remoteproc: fix rproc_alloc_carveout() for rproc with iommu domain
  remoteproc: fix trace buffer va initialization
  remoteproc: fix rproc_check_carveout_da() returned error and comments

 drivers/remoteproc/remoteproc_core.c     | 108 ++++++++++++++++++-------------
 drivers/remoteproc/remoteproc_debugfs.c  |  21 ++++--
 drivers/remoteproc/remoteproc_internal.h |   9 ++-
 3 files changed, 89 insertions(+), 49 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-02-01 15:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-10 13:49 [PATCH v2 0/7] remoteproc: Fixes for memoy carveout management Loic Pallardy
2019-01-10 13:49 ` [PATCH v2 1/7] remoteproc: correct rproc_mem_entry_init() comments Loic Pallardy
2019-01-10 13:49 ` [PATCH v2 2/7] remoteproc: fix rproc_da_to_va in case of unallocated carveout Loic Pallardy
2019-01-10 13:49 ` [PATCH v2 3/7] remoteproc: fix rproc_alloc_carveout() bad variable cast Loic Pallardy
2019-01-10 13:49 ` [PATCH v2 4/7] remoteproc: add warning on resource table cast Loic Pallardy
2019-01-10 13:49 ` [PATCH v2 5/7] remoteproc: fix rproc_alloc_carveout() for rproc with iommu domain Loic Pallardy
2019-01-10 13:49 ` [PATCH v2 6/7] remoteproc: fix trace buffer va initialization Loic Pallardy
2019-01-10 13:49 ` [PATCH v2 7/7] remoteproc: fix rproc_check_carveout_da() returned error and comments Loic Pallardy
2019-02-01 15:59 ` [PATCH v2 0/7] remoteproc: Fixes for memoy carveout management Loic PALLARDY

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