All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv7 00/15] remoteproc: updates for omap remoteproc support
@ 2020-02-21 10:19 ` Tero Kristo
  0 siblings, 0 replies; 64+ messages in thread
From: Tero Kristo @ 2020-02-21 10:19 UTC (permalink / raw)
  To: bjorn.andersson, ohad, linux-remoteproc, afd, s-anna
  Cc: linux-kernel, mathieu.poirier, linux-omap

Hi,

Sorry for one more spin... Hopefully this is the final revision of the
series though.

Anyways, this version just contains one bigger change (patch #12),
and then a number of minor cosmetic fixes only (patch #1-#3, #5, #10,
#11, #14), and one new patch (#15).

Patch #12 has the most extensive modifications to warp around the runtime
PM support to the shape Suman wanted it. Rest of the cosmetic changes are
pretty much originated from Suman also (we synced offline that this version
of the series should be fine and contains all the changes he also wanted still
in.) In addition to this, patch #15 was added for switching the omap
remoteproc header to SPDX license identifier.

-Tero


--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

end of thread, other threads:[~2020-03-05 17:51 UTC | newest]

Thread overview: 64+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-21 10:19 [PATCHv7 00/15] remoteproc: updates for omap remoteproc support Tero Kristo
2020-02-21 10:19 ` Tero Kristo
2020-02-21 10:19 ` [PATCHv7 01/15] dt-bindings: remoteproc: Add OMAP remoteproc bindings Tero Kristo
2020-02-21 10:19   ` Tero Kristo
2020-02-21 10:19 ` [PATCHv7 02/15] remoteproc/omap: Add device tree support Tero Kristo
2020-02-21 10:19   ` Tero Kristo
2020-03-03 22:53   ` Mathieu Poirier
2020-02-21 10:19 ` [PATCHv7 03/15] remoteproc/omap: Add a sanity check for DSP boot address alignment Tero Kristo
2020-02-21 10:19   ` Tero Kristo
2020-03-03 22:56   ` Mathieu Poirier
2020-02-21 10:19 ` [PATCHv7 04/15] remoteproc/omap: Add support to parse internal memories from DT Tero Kristo
2020-02-21 10:19   ` Tero Kristo
2020-02-24 14:15   ` Andrew F. Davis
2020-02-24 14:15     ` Andrew F. Davis
2020-02-26  7:48     ` Tero Kristo
2020-02-26  7:48       ` Tero Kristo
2020-03-04 17:32   ` Mathieu Poirier
2020-03-04 19:08     ` Tero Kristo
2020-03-04 19:08       ` Tero Kristo
2020-03-05 16:56       ` Mathieu Poirier
2020-02-21 10:19 ` [PATCHv7 05/15] remoteproc/omap: Add the rproc ops .da_to_va() implementation Tero Kristo
2020-02-21 10:19   ` Tero Kristo
2020-03-04 17:36   ` Mathieu Poirier
2020-02-21 10:19 ` [PATCHv7 06/15] remoteproc/omap: Initialize and assign reserved memory node Tero Kristo
2020-02-21 10:19   ` Tero Kristo
2020-03-04 17:42   ` Mathieu Poirier
2020-02-21 10:19 ` [PATCHv7 07/15] remoteproc/omap: Add support for DRA7xx remote processors Tero Kristo
2020-02-21 10:19   ` Tero Kristo
2020-03-04 17:48   ` Mathieu Poirier
2020-03-05 17:51     ` Suman Anna
2020-03-05 17:51       ` Suman Anna
2020-02-21 10:19 ` [PATCHv7 08/15] remoteproc/omap: Remove the platform_data header Tero Kristo
2020-02-21 10:19   ` Tero Kristo
2020-03-04 17:48   ` Mathieu Poirier
2020-02-21 10:19 ` [PATCHv7 09/15] remoteproc/omap: Check for undefined mailbox messages Tero Kristo
2020-02-21 10:19   ` Tero Kristo
2020-03-04 17:49   ` Mathieu Poirier
2020-02-21 10:19 ` [PATCHv7 10/15] remoteproc/omap: Request a timer(s) for remoteproc usage Tero Kristo
2020-02-21 10:19   ` Tero Kristo
2020-03-04 18:33   ` Mathieu Poirier
2020-02-21 10:19 ` [PATCHv7 11/15] remoteproc/omap: Add support for system suspend/resume Tero Kristo
2020-02-21 10:19   ` Tero Kristo
2020-03-04 20:24   ` Mathieu Poirier
2020-02-21 10:19 ` [PATCHv7 12/15] remoteproc/omap: Add support for runtime auto-suspend/resume Tero Kristo
2020-02-21 10:19   ` Tero Kristo
2020-03-04 21:35   ` Mathieu Poirier
2020-03-05  0:13     ` Suman Anna
2020-03-05  0:13       ` Suman Anna
2020-02-21 10:19 ` [PATCHv7 13/15] remoteproc/omap: Report device exceptions and trigger recovery Tero Kristo
2020-02-21 10:19   ` Tero Kristo
2020-03-04 21:38   ` Mathieu Poirier
2020-02-21 10:19 ` [PATCHv7 14/15] remoteproc/omap: Add watchdog functionality for remote processors Tero Kristo
2020-02-21 10:19   ` Tero Kristo
2020-03-04 22:33   ` Mathieu Poirier
2020-03-05  0:20     ` Suman Anna
2020-03-05  0:20       ` Suman Anna
2020-03-05 17:13       ` Mathieu Poirier
2020-03-05 17:13         ` Mathieu Poirier
2020-02-21 10:19 ` [PATCHv7 15/15] remoteproc/omap: Switch to SPDX license identifiers Tero Kristo
2020-02-21 10:19   ` Tero Kristo
2020-03-04 22:42   ` Mathieu Poirier
2020-03-05  0:24     ` Suman Anna
2020-03-05  0:24       ` Suman Anna
2020-03-05 17:15       ` Mathieu Poirier

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.