At this point remoteproc can only register a single VIRTIO_ID_RPMSG virtio device. This limitation is going away soon: remoteproc is getting support for registering any number of virtio devices and of any type (as published by the firmware of the remote processor). Rename remoteproc_rpmsg.c to remoteproc_virtio.c in preparation of this generalization work. Signed-off-by: Ohad Ben-Cohen <ohad@xxxxxxxxxx> Cc: Brian Swetland <swetland@xxxxxxxxxx> Cc: Iliyan Malchev <malchev@xxxxxxxxxx> Cc: Arnd Bergmann <arnd@xxxxxxxx> Cc: Grant Likely <grant.likely@xxxxxxxxxxxx> Cc: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Cc: Mark Grosen <mgrosen@xxxxxx> Cc: John Williams <john.williams@xxxxxxxxxxxxx> Cc: Michal Simek <monstr@xxxxxxxxx> Cc: Loic PALLARDY <loic.pallardy@xxxxxxxxxxxxxx> Cc: Ludovic BARRE <ludovic.barre@xxxxxxxxxxxxxx> Cc: Omar Ramirez Luna <omar.luna@xxxxxxxxxx> Cc: Guzman Lugo Fernando <fernando.lugo@xxxxxx> Cc: Anna Suman <s-anna@xxxxxx> Cc: Clark Rob <rob@xxxxxx> Cc: Stephen Boyd <sboyd@xxxxxxxxxxxxxx> Cc: Saravana Kannan <skannan@xxxxxxxxxxxxxx> Cc: David Brown <davidb@xxxxxxxxxxxxxx> Cc: Kieran Bingham <kieranbingham@xxxxxxxxx> Cc: Tony Lindgren <tony@xxxxxxxxxxx> --- drivers/remoteproc/Makefile | 2 +- .../{remoteproc_rpmsg.c => remoteproc_virtio.c} | 0 2 files changed, 1 insertions(+), 1 deletions(-) rename drivers/remoteproc/{remoteproc_rpmsg.c => remoteproc_virtio.c} (100%) diff --git a/drivers/remoteproc/Makefile b/drivers/remoteproc/Makefile index df0897f..5445d9b 100644 --- a/drivers/remoteproc/Makefile +++ b/drivers/remoteproc/Makefile @@ -5,5 +5,5 @@ obj-$(CONFIG_REMOTEPROC) += remoteproc.o remoteproc-y := remoteproc_core.o remoteproc-y += remoteproc_debugfs.o -remoteproc-y += remoteproc_rpmsg.o +remoteproc-y += remoteproc_virtio.o obj-$(CONFIG_OMAP_REMOTEPROC) += omap_remoteproc.o diff --git a/drivers/remoteproc/remoteproc_rpmsg.c b/drivers/remoteproc/remoteproc_virtio.c similarity index 100% rename from drivers/remoteproc/remoteproc_rpmsg.c rename to drivers/remoteproc/remoteproc_virtio.c -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html