* [PATCH] of: export of_platform_populate()
@ 2012-06-07 23:57 Stephen Warren
[not found] ` <1339113456-27089-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-06-11 14:26 ` [PATCH] of: export of_platform_populate() Rob Herring
0 siblings, 2 replies; 5+ messages in thread
From: Stephen Warren @ 2012-06-07 23:57 UTC (permalink / raw)
To: Grant Likely, Rob Herring
Cc: devicetree-discuss, linux-kernel, Stephen Warren
From: Stephen Warren <swarren@nvidia.com>
Without this, modules can't use this API, leading to build failures.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
This is useful in 3.5.
drivers/of/platform.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/of/platform.c b/drivers/of/platform.c
index 343ad29..3132ea0 100644
--- a/drivers/of/platform.c
+++ b/drivers/of/platform.c
@@ -462,4 +462,5 @@ int of_platform_populate(struct device_node *root,
of_node_put(root);
return rc;
}
+EXPORT_SYMBOL_GPL(of_platform_populate);
#endif /* CONFIG_OF_ADDRESS */
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
[parent not found: <1339113456-27089-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>]
* Re: [PATCH] of: export of_platform_populate()
2012-06-07 23:57 [PATCH] of: export of_platform_populate() Stephen Warren
[not found] ` <1339113456-27089-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
@ 2012-06-11 14:26 ` Rob Herring
2012-06-20 18:00 ` Stephen Warren
1 sibling, 1 reply; 5+ messages in thread
From: Rob Herring @ 2012-06-11 14:26 UTC (permalink / raw)
To: Stephen Warren; +Cc: Grant Likely, devicetree-discuss, linux-kernel
On 06/07/2012 06:57 PM, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
>
> Without this, modules can't use this API, leading to build failures.
>
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> ---
Applied for 3.5.
Rob
> This is useful in 3.5.
>
> drivers/of/platform.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/of/platform.c b/drivers/of/platform.c
> index 343ad29..3132ea0 100644
> --- a/drivers/of/platform.c
> +++ b/drivers/of/platform.c
> @@ -462,4 +462,5 @@ int of_platform_populate(struct device_node *root,
> of_node_put(root);
> return rc;
> }
> +EXPORT_SYMBOL_GPL(of_platform_populate);
> #endif /* CONFIG_OF_ADDRESS */
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] of: export of_platform_populate()
2012-06-11 14:26 ` [PATCH] of: export of_platform_populate() Rob Herring
@ 2012-06-20 18:00 ` Stephen Warren
2012-06-20 19:32 ` Rob Herring
0 siblings, 1 reply; 5+ messages in thread
From: Stephen Warren @ 2012-06-20 18:00 UTC (permalink / raw)
To: Rob Herring; +Cc: Grant Likely, devicetree-discuss, linux-kernel
On 06/11/2012 08:26 AM, Rob Herring wrote:
> On 06/07/2012 06:57 PM, Stephen Warren wrote:
>> From: Stephen Warren <swarren@nvidia.com>
>>
>> Without this, modules can't use this API, leading to build failures.
>>
>> Signed-off-by: Stephen Warren <swarren@nvidia.com>
>> ---
>
> Applied for 3.5.
Thanks.
Do you know when it will show up in linux-next and/or 3.5 itself? The
patch hasn't rebased out of my local tree yet.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] of: export of_platform_populate()
2012-06-20 18:00 ` Stephen Warren
@ 2012-06-20 19:32 ` Rob Herring
0 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2012-06-20 19:32 UTC (permalink / raw)
To: Stephen Warren; +Cc: Grant Likely, devicetree-discuss, linux-kernel
On 06/20/2012 01:00 PM, Stephen Warren wrote:
> On 06/11/2012 08:26 AM, Rob Herring wrote:
>> On 06/07/2012 06:57 PM, Stephen Warren wrote:
>>> From: Stephen Warren <swarren@nvidia.com>
>>>
>>> Without this, modules can't use this API, leading to build failures.
>>>
>>> Signed-off-by: Stephen Warren <swarren@nvidia.com>
>>> ---
>>
>> Applied for 3.5.
>
> Thanks.
>
> Do you know when it will show up in linux-next and/or 3.5 itself? The
> patch hasn't rebased out of my local tree yet.
Unless I missed it, Grant has not yet pulled my pull request with this.
I'm just the maillist patch monkey. :)
Rob
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-06-20 19:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-07 23:57 [PATCH] of: export of_platform_populate() Stephen Warren
[not found] ` <1339113456-27089-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-06-08 7:53 ` Booting MX28-EVK without bootloader support Subodh Nijsure
2012-06-11 14:26 ` [PATCH] of: export of_platform_populate() Rob Herring
2012-06-20 18:00 ` Stephen Warren
2012-06-20 19:32 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).