Re: [PATCH v2 5/6] remoteproc/MIPS: Add a remoteproc driver for MIPS

2016-10-05 Thread Matt Redfearn
Hi Bjorn, Thanks for the review and comments, much appreciated :-) On 03/10/16 23:16, Bjorn Andersson wrote: On Tue 20 Sep 01:47 PDT 2016, Matt Redfearn wrote: Add a remoteproc driver to steal, load the firmware, and boot an offline MIPS core, turning it into a coprocessor. This driver prov

Re: [PATCH v2 5/6] remoteproc/MIPS: Add a remoteproc driver for MIPS

2016-10-03 Thread Bjorn Andersson
On Tue 20 Sep 01:47 PDT 2016, Matt Redfearn wrote: > Add a remoteproc driver to steal, load the firmware, and boot an offline > MIPS core, turning it into a coprocessor. > > This driver provides a sysfs to allow arbitrary firmware to be loaded > onto a core, which may expose virtio devices. Copro

Re: [PATCH v2 5/6] remoteproc/MIPS: Add a remoteproc driver for MIPS

2016-10-03 Thread Matt Redfearn
Hi Bjorn / Ohad, Please could you give some feedback on this patch? Thanks, Matt On 20/09/16 09:47, Matt Redfearn wrote: Add a remoteproc driver to steal, load the firmware, and boot an offline MIPS core, turning it into a coprocessor. This driver provides a sysfs to allow arbitrary firmwar

Re: [PATCH v2 5/6] remoteproc/MIPS: Add a remoteproc driver for MIPS

2016-09-20 Thread Matt Redfearn
Hi Thomas, On 20/09/16 10:47, Thomas Gleixner wrote: On Tue, 20 Sep 2016, Matt Redfearn wrote: +/* Intercept CPU hotplug events for syfs purposes */ +static int mips_rproc_callback(struct notifier_block *nfb, unsigned long action, + void *hcpu) +{ Please convert

Re: [PATCH v2 5/6] remoteproc/MIPS: Add a remoteproc driver for MIPS

2016-09-20 Thread Thomas Gleixner
On Tue, 20 Sep 2016, Matt Redfearn wrote: > +/* Intercept CPU hotplug events for syfs purposes */ > +static int mips_rproc_callback(struct notifier_block *nfb, unsigned long > action, > +void *hcpu) > +{ Please convert to cpu hotplug state machine. > + unsigned in