From 04a9016e82193cfbe2f9111b4c59de5628fbbe3b Mon Sep 17 00:00:00 2001 From: Ohad Ben-Cohen Date: Mon, 13 Feb 2012 04:03:31 +0200 Subject: [PATCH] remoteproc: remoteproc_rpmsg -> remoteproc_virtio 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 Cc: Brian Swetland Cc: Iliyan Malchev Cc: Arnd Bergmann Cc: Grant Likely Cc: Rusty Russell Cc: Mark Grosen Cc: John Williams Cc: Michal Simek Cc: Loic PALLARDY Cc: Ludovic BARRE Cc: Omar Ramirez Luna Cc: Guzman Lugo Fernando Cc: Anna Suman Cc: Clark Rob Cc: Stephen Boyd Cc: Saravana Kannan Cc: David Brown Cc: Kieran Bingham Cc: Tony Lindgren --- drivers/remoteproc/Makefile | 2 +- drivers/remoteproc/{remoteproc_rpmsg.c => remoteproc_virtio.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4