remoteproc: adopt the driver core's alloc/add/del/put naming
authorOhad Ben-Cohen <ohad@wizery.com>
Wed, 4 Jul 2012 13:25:06 +0000 (16:25 +0300)
committerOhad Ben-Cohen <ohad@wizery.com>
Thu, 5 Jul 2012 21:53:27 +0000 (00:53 +0300)
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>
Cc: Fernando Guzman Lugo <fernando.lugo@ti.com>
Cc: Sjur Brændeland <sjur.brandeland@stericsson.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>

No differences found