From: Stephen Boyd <sboyd@codeaurora.org>
To: Ohad Ben-Cohen <ohad@wizery.com>
Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
"Russell King" <linux@arm.linux.org.uk>,
"Fernando Guzman Lugo" <fernando.lugo@ti.com>,
"Sjur Brændeland" <sjur.brandeland@stericsson.com>
Subject: Re: [PATCH] remoteproc: adopt the driver core's alloc/add/del/put naming
Date: Wed, 04 Jul 2012 19:50:47 -0700 [thread overview]
Message-ID: <4FF50107.8030406@codeaurora.org> (raw)
In-Reply-To: <1341409019-32166-1-git-send-email-ohad@wizery.com>
On 7/4/2012 6:36 AM, Ohad Ben-Cohen wrote:
> To make remoteproc's API more intuitive for developers, we adopt
> the driver core's naming, i.e. alloc -> add -> del -> put. We'll also
> add register/unregister when their first user shows up.
>
> Otherwise - there's no functional change here.
>
> Suggested by Russell King <linux@arm.linux.org.uk>.
>
> Cc: Russell King <linux@arm.linux.org.uk>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
> Cc: Fernando Guzman Lugo <fernando.lugo@ti.com>
> Cc: Sjur Brændeland <sjur.brandeland@stericsson.com>
> Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
> ---
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] remoteproc: adopt the driver core's alloc/add/del/put naming
Date: Wed, 04 Jul 2012 19:50:47 -0700 [thread overview]
Message-ID: <4FF50107.8030406@codeaurora.org> (raw)
In-Reply-To: <1341409019-32166-1-git-send-email-ohad@wizery.com>
On 7/4/2012 6:36 AM, Ohad Ben-Cohen wrote:
> To make remoteproc's API more intuitive for developers, we adopt
> the driver core's naming, i.e. alloc -> add -> del -> put. We'll also
> add register/unregister when their first user shows up.
>
> Otherwise - there's no functional change here.
>
> Suggested by Russell King <linux@arm.linux.org.uk>.
>
> Cc: Russell King <linux@arm.linux.org.uk>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
> Cc: Fernando Guzman Lugo <fernando.lugo@ti.com>
> Cc: Sjur Br?ndeland <sjur.brandeland@stericsson.com>
> Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
> ---
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd@codeaurora.org>
To: Ohad Ben-Cohen <ohad@wizery.com>
Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
"Russell King" <linux@arm.linux.org.uk>,
"Fernando Guzman Lugo" <fernando.lugo@ti.com>,
"Sjur Brændeland" <sjur.brandeland@stericsson.com>
Subject: Re: [PATCH] remoteproc: adopt the driver core's alloc/add/del/put naming
Date: Wed, 04 Jul 2012 19:50:47 -0700 [thread overview]
Message-ID: <4FF50107.8030406@codeaurora.org> (raw)
In-Reply-To: <1341409019-32166-1-git-send-email-ohad@wizery.com>
On 7/4/2012 6:36 AM, Ohad Ben-Cohen wrote:
> To make remoteproc's API more intuitive for developers, we adopt
> the driver core's naming, i.e. alloc -> add -> del -> put. We'll also
> add register/unregister when their first user shows up.
>
> Otherwise - there's no functional change here.
>
> Suggested by Russell King <linux@arm.linux.org.uk>.
>
> Cc: Russell King <linux@arm.linux.org.uk>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
> Cc: Fernando Guzman Lugo <fernando.lugo@ti.com>
> Cc: Sjur Brændeland <sjur.brandeland@stericsson.com>
> Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
> ---
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
next prev parent reply other threads:[~2012-07-05 2:50 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-04 13:36 [PATCH] remoteproc: adopt the driver core's alloc/add/del/put naming Ohad Ben-Cohen
2012-07-04 13:36 ` Ohad Ben-Cohen
2012-07-04 13:36 ` Ohad Ben-Cohen
2012-07-04 23:50 ` Linus Walleij
2012-07-04 23:50 ` Linus Walleij
2012-07-04 23:50 ` Linus Walleij
2012-07-05 2:50 ` Stephen Boyd [this message]
2012-07-05 2:50 ` Stephen Boyd
2012-07-05 2:50 ` Stephen Boyd
2012-07-15 10:14 ` Ohad Ben-Cohen
2012-07-15 10:14 ` Ohad Ben-Cohen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FF50107.8030406@codeaurora.org \
--to=sboyd@codeaurora.org \
--cc=fernando.lugo@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=ohad@wizery.com \
--cc=sjur.brandeland@stericsson.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.