From: Dave Gerlach <d-gerlach@ti.com>
To: Ohad Ben-Cohen <ohad@wizery.com>
Cc: linux-arm <linux-arm-kernel@lists.infradead.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
Suman Anna <s-anna@ti.com>, Tony Lindgren <tony@atomide.com>
Subject: Re: [PATCH v5 1/4] remoteproc: introduce rproc_get_by_phandle API
Date: Thu, 18 Jun 2015 11:01:21 -0500 [thread overview]
Message-ID: <5582EB51.8010406@ti.com> (raw)
In-Reply-To: <CAK=Wgbb1e6O574Bpicy4Y623vtiigauT22H-zk+JXGCz070i5g@mail.gmail.com>
Ohad,
On 06/18/2015 04:04 AM, Ohad Ben-Cohen wrote:
> Hi Dave,
>
> On Wed, Jun 17, 2015 at 9:46 PM, Dave Gerlach <d-gerlach@ti.com> wrote:
>> Allow users of remoteproc the ability to get a handle to an rproc by
>> passing a phandle supplied in the user's device tree node. This is
>> useful in situations that require manual booting of the rproc.
>>
>> This patch uses the code removed by commit 40e575b1d0b3 ("remoteproc:
>> remove the get_by_name/put API") for the ref counting but is modified
>> to use a simple list and locking mechanism and has rproc_get_by_name
>> replaced with an rproc_get_by_phandle API.
>>
>> Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
>> Signed-off-by: Suman Anna <s-anna@ti.com>
>> ---
>> v4->v5: Fixed build error from of_find_node_by_phandle when !CONFIG_OF
>> based on offline discussion.
>
> We can't rebase our for-next branch, so I've applied a
> similar fix in a separate patch.
>
> Please check our for-next branch to make sure things still work for you.
>
Oh sorry about. Pulled your for-next, tried it out, everything looks good to me,
thanks!
Regards,
Dave
> Thanks,
> Ohad.
>
WARNING: multiple messages have this Message-ID (diff)
From: d-gerlach@ti.com (Dave Gerlach)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 1/4] remoteproc: introduce rproc_get_by_phandle API
Date: Thu, 18 Jun 2015 11:01:21 -0500 [thread overview]
Message-ID: <5582EB51.8010406@ti.com> (raw)
In-Reply-To: <CAK=Wgbb1e6O574Bpicy4Y623vtiigauT22H-zk+JXGCz070i5g@mail.gmail.com>
Ohad,
On 06/18/2015 04:04 AM, Ohad Ben-Cohen wrote:
> Hi Dave,
>
> On Wed, Jun 17, 2015 at 9:46 PM, Dave Gerlach <d-gerlach@ti.com> wrote:
>> Allow users of remoteproc the ability to get a handle to an rproc by
>> passing a phandle supplied in the user's device tree node. This is
>> useful in situations that require manual booting of the rproc.
>>
>> This patch uses the code removed by commit 40e575b1d0b3 ("remoteproc:
>> remove the get_by_name/put API") for the ref counting but is modified
>> to use a simple list and locking mechanism and has rproc_get_by_name
>> replaced with an rproc_get_by_phandle API.
>>
>> Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
>> Signed-off-by: Suman Anna <s-anna@ti.com>
>> ---
>> v4->v5: Fixed build error from of_find_node_by_phandle when !CONFIG_OF
>> based on offline discussion.
>
> We can't rebase our for-next branch, so I've applied a
> similar fix in a separate patch.
>
> Please check our for-next branch to make sure things still work for you.
>
Oh sorry about. Pulled your for-next, tried it out, everything looks good to me,
thanks!
Regards,
Dave
> Thanks,
> Ohad.
>
next prev parent reply other threads:[~2015-06-18 16:01 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-22 20:45 [PATCH v4 0/4] remoteproc: Introduce wkup_m3_rproc driver Dave Gerlach
2015-05-22 20:45 ` Dave Gerlach
2015-05-22 20:45 ` Dave Gerlach
2015-05-22 20:45 ` [PATCH v4 1/4] remoteproc: introduce rproc_get_by_phandle API Dave Gerlach
2015-05-22 20:45 ` Dave Gerlach
2015-05-22 20:45 ` Dave Gerlach
2015-06-17 18:46 ` [PATCH v5 " Dave Gerlach
2015-06-17 18:46 ` Dave Gerlach
2015-06-17 18:46 ` Dave Gerlach
2015-06-18 9:04 ` Ohad Ben-Cohen
2015-06-18 9:04 ` Ohad Ben-Cohen
2015-06-18 16:01 ` Dave Gerlach [this message]
2015-06-18 16:01 ` Dave Gerlach
2015-06-18 17:21 ` Ohad Ben-Cohen
2015-06-18 17:21 ` Ohad Ben-Cohen
2015-05-22 20:45 ` [PATCH v4 2/4] remoteproc: add a rproc ops for performing address translation Dave Gerlach
2015-05-22 20:45 ` Dave Gerlach
2015-05-22 20:45 ` Dave Gerlach
2015-05-22 20:45 ` [PATCH v4 3/4] Documentation: dt: add bindings for TI Wakeup M3 processor Dave Gerlach
2015-05-22 20:45 ` Dave Gerlach
2015-05-22 20:45 ` Dave Gerlach
2015-05-22 20:45 ` [PATCH v4 4/4] remoteproc/wkup_m3: add a remoteproc driver for TI Wakeup M3 Dave Gerlach
2015-05-22 20:45 ` Dave Gerlach
2015-05-22 20:45 ` Dave Gerlach
2015-06-17 7:12 ` [PATCH v4 0/4] remoteproc: Introduce wkup_m3_rproc driver Ohad Ben-Cohen
2015-06-17 7:12 ` 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=5582EB51.8010406@ti.com \
--to=d-gerlach@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=ohad@wizery.com \
--cc=s-anna@ti.com \
--cc=tony@atomide.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.