Re: [PATCH] remoteproc: block premature rproc booting

From: Ohad Ben-Cohen
Date: Wed Jun 06 2012 - 01:45:31 EST


On Wed, Jun 6, 2012 at 6:25 AM, Stephen Boyd <sboyd@xxxxxxxxxxxxxx> wrote:
> What if I don't want to boot the device at kernel start-up? Do I have to
> make it a module then?

Currently, yeah.

But we can change stuff if needed.

We took that design decision because it was simple and we didn't have
any reason not to do it, but I'm thinking we can let the users decide
about this using runtime pm (e.g. calling pm_runtime_get_sync with an
rpmsg device, which will then be propagated all the way up to the
remoteproc device and power it up).
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/