Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp5610169ybl; Tue, 10 Dec 2019 08:41:19 -0800 (PST) X-Google-Smtp-Source: APXvYqwtha5ns8AbXGO0jNCbVsRF24zij53qwE26MGzaRO9rXK+eRoBM7kNe0merNGStA32fUAhn X-Received: by 2002:a05:6808:4cc:: with SMTP id a12mr4838073oie.115.1575996078972; Tue, 10 Dec 2019 08:41:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575996078; cv=none; d=google.com; s=arc-20160816; b=UTMwYMgXzfFbvqxlW4ab04loax5FCzjUsr20yq65pWsnEXgygTcyo6BWtVnlC8bcij MuS5TcJN7G8dRTSq5F7c0nT5onAoa3pqpaJgG7qInLoQ57TPGyghtyXnl2xyDHrEI1UO R2Tc694ktKwB28AK07Yf2kQvqvHoGvPiixHJcgn/Nmc/ZnP5QSuvmr015N+LM6xQe2zX +eMKycI9R7KSitXpSatf5RCJRl/smUOpXIuQTy9FSu6ONm5ey7leE79lXbyFHXAc4Te0 rh/6SB06sMMckWqrVei7q2GvPOpsaebL2blLvOXBocp0xOKwZL5T2caGAJhqLAAfkw7Z 5ygQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :dkim-signature; bh=oHIHumJmVtEPcfAf/Z9Ju7ihtGPsBSI1g15WabA/CLA=; b=gkanEQ/MbotYMVN7ShWMCgZMUe+gy16+gVM06pmzrmUchoCus8/9ChGZXuF1vw5lbh uT7zGIQDxwcrXrjst/ug0LDHGsBPS/fG23gbTzoCH53u4lCI3l8UJiUbUzNP2HW7xp2l 5OYmgzQhmH/STtG3k3YuuDZ/dFopuj//8B0nqWwxMmD6q5auBbjH51DoVamnSep2rF4d obPiTDoxJdD8bnWNkqq4/d/R1+pm0yQk48METEReO8SNciNC89xyS0Fl0ljteErNWy4C +sjt4BbWcvR5cUg+uwKr6izXF1yOnEu0wv8DILZThdZi1PJS9PqDfyuJa7MwpHZ6bxT1 DT6g== ARC-Authentication-Results: i=1; mx.google.com; dkim=fail header.i=@crapouillou.net header.s=mail header.b="IIsAjOb/"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=crapouillou.net Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z13si2329695oti.272.2019.12.10.08.41.06; Tue, 10 Dec 2019 08:41:18 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=fail header.i=@crapouillou.net header.s=mail header.b="IIsAjOb/"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=crapouillou.net Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727666AbfLJQk2 (ORCPT + 99 others); Tue, 10 Dec 2019 11:40:28 -0500 Received: from outils.crapouillou.net ([89.234.176.41]:39864 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727505AbfLJQk2 (ORCPT ); Tue, 10 Dec 2019 11:40:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1575996020; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oHIHumJmVtEPcfAf/Z9Ju7ihtGPsBSI1g15WabA/CLA=; b=IIsAjOb/nO4cGC29QUS3NZv30/UtHHKPfJurqZdAKh5YtqqltZrSbxow5DQX/CDteajlhi VfskX8vL+erSEDtS3ekEqBni2HQeYToO/RKLsmLiUnX2aWFlbPB84oFsN4RKgz8tTqiEgH kkTahYrdUmgUqBMKrbTjx6SwFT7L+Sc= From: Paul Cercueil To: Ohad Ben-Cohen , Bjorn Andersson , Rob Herring , Mark Rutland Cc: od@zcrc.me, linux-remoteproc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Cercueil Subject: [PATCH v4 2/5] remoteproc: Add device-managed variants of rproc_alloc/rproc_add Date: Tue, 10 Dec 2019 17:40:11 +0100 Message-Id: <20191210164014.50739-2-paul@crapouillou.net> In-Reply-To: <20191210164014.50739-1-paul@crapouillou.net> References: <20191210164014.50739-1-paul@crapouillou.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add API functions devm_rproc_alloc() and devm_rproc_add(), which behave like rproc_alloc() and rproc_add() respectively, but register their respective cleanup function to be called on driver detach. Signed-off-by: Paul Cercueil --- Notes: v3: New patch v4: No change drivers/remoteproc/remoteproc_core.c | 67 ++++++++++++++++++++++++++++ include/linux/remoteproc.h | 5 +++ 2 files changed, 72 insertions(+) diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c index 307df98347ba..0a9fc7fdd1c3 100644 --- a/drivers/remoteproc/remoteproc_core.c +++ b/drivers/remoteproc/remoteproc_core.c @@ -1932,6 +1932,33 @@ int rproc_add(struct rproc *rproc) } EXPORT_SYMBOL(rproc_add); +static void devm_rproc_remove(void *rproc) +{ + rproc_del(rproc); +} + +/** + * devm_rproc_add() - resource managed rproc_add() + * @dev: the underlying device + * @rproc: the remote processor handle to register + * + * This function performs like rproc_add() but the registered rproc device will + * automatically be removed on driver detach. + * + * Returns 0 on success and an appropriate error code otherwise. + */ +int devm_rproc_add(struct device *dev, struct rproc *rproc) +{ + int err; + + err = rproc_add(rproc); + if (err) + return err; + + return devm_add_action_or_reset(dev, devm_rproc_remove, rproc); +} +EXPORT_SYMBOL(devm_rproc_add); + /** * rproc_type_release() - release a remote processor instance * @dev: the rproc's device @@ -2149,6 +2176,46 @@ int rproc_del(struct rproc *rproc) } EXPORT_SYMBOL(rproc_del); +static void devm_rproc_free(struct device *dev, void *res) +{ + rproc_free(*(struct rproc **)res); +} + +/** + * devm_rproc_alloc() - resource managed rproc_alloc() + * @dev: the underlying device + * @name: name of this remote processor + * @ops: platform-specific handlers (mainly start/stop) + * @firmware: name of firmware file to load, can be NULL + * @len: length of private data needed by the rproc driver (in bytes) + * + * This function performs like rproc_alloc() but the acuired rproc device will + * automatically be released on driver detach. + * + * On success the new rproc is returned, and on failure, NULL. + */ +struct rproc *devm_rproc_alloc(struct device *dev, const char *name, + const struct rproc_ops *ops, + const char *firmware, int len) +{ + struct rproc **ptr, *rproc; + + ptr = devres_alloc(devm_rproc_free, sizeof(*ptr), GFP_KERNEL); + if (!ptr) + return ERR_PTR(-ENOMEM); + + rproc = rproc_alloc(dev, name, ops, firmware, len); + if (rproc) { + *ptr = rproc; + devres_add(dev, ptr); + } else { + devres_free(ptr); + } + + return rproc; +} +EXPORT_SYMBOL(devm_rproc_alloc); + /** * rproc_add_subdev() - add a subdevice to a remoteproc * @rproc: rproc handle to add the subdevice to diff --git a/include/linux/remoteproc.h b/include/linux/remoteproc.h index 16ad66683ad0..5f201f0c86c3 100644 --- a/include/linux/remoteproc.h +++ b/include/linux/remoteproc.h @@ -595,6 +595,11 @@ int rproc_add(struct rproc *rproc); int rproc_del(struct rproc *rproc); void rproc_free(struct rproc *rproc); +struct rproc *devm_rproc_alloc(struct device *dev, const char *name, + const struct rproc_ops *ops, + const char *firmware, int len); +int devm_rproc_add(struct device *dev, struct rproc *rproc); + void rproc_add_carveout(struct rproc *rproc, struct rproc_mem_entry *mem); struct rproc_mem_entry * -- 2.24.0