Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754530Ab2EVICk (ORCPT ); Tue, 22 May 2012 04:02:40 -0400 Received: from mail-gh0-f174.google.com ([209.85.160.174]:58932 "EHLO mail-gh0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752921Ab2EVICg (ORCPT ); Tue, 22 May 2012 04:02:36 -0400 MIME-Version: 1.0 X-Originating-IP: [109.186.15.47] In-Reply-To: References: <1330589497-4139-1-git-send-email-ohad@wizery.com> <1330589497-4139-2-git-send-email-ohad@wizery.com> <4F6354E4.8030704@monstr.eu> From: Ohad Ben-Cohen Date: Tue, 22 May 2012 11:02:14 +0300 Message-ID: Subject: Re: [PATCH 1/7] remoteproc: resource table overhaul To: Michal Simek Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Brian Swetland , Iliyan Malchev , Arnd Bergmann , Grant Likely , Rusty Russell , Mark Grosen , John Williams , Loic PALLARDY , Ludovic BARRE , Omar Ramirez Luna , Guzman Lugo Fernando , Anna Suman , Clark Rob , Stephen Boyd , Saravana Kannan , David Brown , Kieran Bingham , Tony Lindgren Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1603 Lines: 43 Hi Michal, On Tue, May 22, 2012 at 8:51 AM, Michal Simek wrote: > Simple enabling RSC_VDEV in rproc_handle_rsc doesn't work. Sure - you'll need to actually plug the vrings allocation code there, too (i.e. this requires some coding, it's not a 1-liner). > BTW: I am using kernel modules and there is no dependency for > virtio_rpmsg_bus in remoteproc module > in sense if you load remoteproc module you also need to load > virtio_rpmsg_bus to get firmware to work. This is expected: remoteproc only provides means for booting and controlling remote processors and it doesn't boot them upfront. To actually boot a remote processor, and do something useful with it, one needs to load a module which utilizes remoteproc's API (e.g. virtio_rpmsg_bus, but YMMV). > ~ # lsmod > ~ # modprobe zynq_remoteproc > zynq_remoteproc: Unknown symbol rproc_register (err 0) > zynq_remoteproc: Unknown symbol rproc_alloc (err 0) > zynq_remoteproc: Unknown symbol rproc_vq_interrupt (err 0) > zynq_remoteproc: Unknown symbol rproc_free (err 0) > zynq_remoteproc: Unknown symbol rproc_unregister (err 0) We don't have these errors - have you tried looking into them ? Btw do you plan on submitting the code for zynq_remoteproc ? > Can you see the same behavior on omap? Except the "Unknown symbol" errors, everything else looks good. Thanks, Ohad. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/