[PATCH 2/2] remoteproc: remove the now-redundant kref
From: Ohad Ben-Cohen <hidden>
Date: 2012-07-15 10:11:13
Also in:
linux-omap, lkml
From: Ohad Ben-Cohen <hidden>
Date: 2012-07-15 10:11:13
Also in:
linux-omap, lkml
On Mon, Jul 2, 2012 at 11:52 AM, Ohad Ben-Cohen [off-list ref] wrote:
From 0fbf3004c1a52ae4c0554366409a2bfe401801ef Mon Sep 17 00:00:00 2001 From: Ohad Ben-Cohen <redacted> 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 <redacted> Signed-off-by: Ohad Ben-Cohen <redacted> --- Documentation/remoteproc.txt | 21 ++++++++------------- drivers/remoteproc/omap_remoteproc.c | 5 ++++- drivers/remoteproc/remoteproc_core.c | 25 ++++++++----------------- 3 files changed, 20 insertions(+), 31 deletions(-)
Applied.