u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] remoteproc: uclass cleanup
@ 2023-02-20  6:13 Samuel Holland
  2023-02-20  6:13 ` [PATCH 1/3] remoteproc: Move rproc_cfg_arr out of the uclass header Samuel Holland
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Samuel Holland @ 2023-02-20  6:13 UTC (permalink / raw)
  To: u-boot; +Cc: Samuel Holland

This series cleans up some misplaced and dead code that I ran in to
while writing a new remoteproc driver for the Bouffalo Lab BL808.


Samuel Holland (3):
  remoteproc: Move rproc_cfg_arr out of the uclass header
  remoteproc: Remove unused mem_type platform data
  remoteproc: Remove legacy probing method

 cmd/remoteproc.c                              | 12 +-------
 .../driver-model/remoteproc-framework.rst     | 30 -------------------
 drivers/remoteproc/ipu_rproc.c                |  4 ++-
 drivers/remoteproc/rproc-uclass.c             | 25 +---------------
 drivers/remoteproc/sandbox_testproc.c         | 11 -------
 include/remoteproc.h                          | 18 -----------
 6 files changed, 5 insertions(+), 95 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-03-30 19:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-20  6:13 [PATCH 0/3] remoteproc: uclass cleanup Samuel Holland
2023-02-20  6:13 ` [PATCH 1/3] remoteproc: Move rproc_cfg_arr out of the uclass header Samuel Holland
2023-02-21 19:35   ` Simon Glass
2023-02-20  6:13 ` [PATCH 2/3] remoteproc: Remove unused mem_type platform data Samuel Holland
2023-02-20 16:21   ` Simon Glass
2023-02-20 16:54   ` Tom Rini
2023-02-20  6:13 ` [PATCH 3/3] remoteproc: Remove legacy probing method Samuel Holland
2023-02-21 19:35   ` Simon Glass
2023-03-30 19:09   ` Tom Rini

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