Skip to content
  • Ohad Ben-Cohen's avatar
    remoteproc: remoteproc_rpmsg -> remoteproc_virtio · 04a9016e
    Ohad Ben-Cohen authored
    
    
    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: default avatarOhad Ben-Cohen <ohad@wizery.com>
    Cc: Brian Swetland <swetland@google.com>
    Cc: Iliyan Malchev <malchev@google.com>
    Cc: Arnd Bergmann <arnd@arndb.de>
    Cc: Grant Likely <grant.likely@secretlab.ca>
    Cc: Rusty Russell <rusty@rustcorp.com.au>
    Cc: Mark Grosen <mgrosen@ti.com>
    Cc: John Williams <john.williams@petalogix.com>
    Cc: Michal Simek <monstr@monstr.eu>
    Cc: Loic PALLARDY <loic.pallardy@stericsson.com>
    Cc: Ludovic BARRE <ludovic.barre@stericsson.com>
    Cc: Omar Ramirez Luna <omar.luna@linaro.org>
    Cc: Guzman Lugo Fernando <fernando.lugo@ti.com>
    Cc: Anna Suman <s-anna@ti.com>
    Cc: Clark Rob <rob@ti.com>
    Cc: Stephen Boyd <sboyd@codeaurora.org>
    Cc: Saravana Kannan <skannan@codeaurora.org>
    Cc: David Brown <davidb@codeaurora.org>
    Cc: Kieran Bingham <kieranbingham@gmail.com>
    Cc: Tony Lindgren <tony@atomide.com>
    04a9016e