On Mon, Jul 2, 2012 at 11:52 AM, Ohad Ben-Cohen <ohad@xxxxxxxxxx> wrote: > From 0fbf3004c1a52ae4c0554366409a2bfe401801ef Mon Sep 17 00:00:00 2001 > From: Ohad Ben-Cohen <ohad@xxxxxxxxxx> > Date: Mon, 2 Jul 2012 11:41:16 +0300 > Subject: [PATCH] remoteproc: simplify unregister/free interfaces > > Simplify the unregister/free interfaces, and make them easier > to understand and use, by moving to a symmetric and consistent > alloc() -> register() -> unregister() -> free() flow. > > To create and register an rproc instance, one needed to invoke > rproc_alloc() followed by rproc_register(). > > To unregister and free an rproc instance, one now needs to invoke > rproc_unregister() followed by rproc_free(). > > Cc: Stephen Boyd <sboyd@xxxxxxxxxxxxxx> > Signed-off-by: Ohad Ben-Cohen <ohad@xxxxxxxxxx> > --- > Documentation/remoteproc.txt | 21 ++++++++------------- > drivers/remoteproc/omap_remoteproc.c | 5 ++++- > drivers/remoteproc/remoteproc_core.c | 25 ++++++++----------------- > 3 files changed, 20 insertions(+), 31 deletions(-) Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html