From: msalter@redhat.com (Mark Salter)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 04/14] c6x: use of_platform_default_populate() to populate default bus
Date: Tue, 05 Apr 2016 09:50:43 -0400 [thread overview]
Message-ID: <1459864243.10130.17.camel@redhat.com> (raw)
In-Reply-To: <1459835982-26473-5-git-send-email-wangkefeng.wang@huawei.com>
On Tue, 2016-04-05 at 13:59 +0800, Kefeng Wang wrote:
> Use helper of_platform_default_populate() in linux/of_platform
> when possible, instead of calling of_platform_populate() with
> the default match table.
>
> Acked-by: Mark Salter <msalter@redhat.com>
> Cc: Mark Salter <msalter@redhat.com>
> Cc: Aurelien Jacquiot <a-jacquiot@ti.com>
> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
> ---
Acked-by: Mark Salter <msalter@redhat.com>
> ?arch/c6x/platforms/platform.c | 2 +-
> ?1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/c6x/platforms/platform.c b/arch/c6x/platforms/platform.c
> index 26c1a35..8412334 100644
> --- a/arch/c6x/platforms/platform.c
> +++ b/arch/c6x/platforms/platform.c
> @@ -11,7 +11,7 @@
> ?
> ?static int __init c6x_device_probe(void)
> ?{
> - of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
> + of_platform_default_populate(NULL, NULL, NULL);
> ? return 0;
> ?}
> ?core_initcall(c6x_device_probe);
WARNING: multiple messages have this Message-ID (diff)
From: Mark Salter <msalter@redhat.com>
To: Kefeng Wang <wangkefeng.wang@huawei.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Cc: arnd@arndb.de, shawnguo@kernel.org, catalin.marinas@arm.com,
linux@arm.linux.org.uk, robh+dt@kernel.org,
grant.likely@linaro.org, olof@lixom.net,
yamada.masahiro@socionext.com, guohanjun@huawei.com,
Aurelien Jacquiot <a-jacquiot@ti.com>
Subject: Re: [PATCH v3 04/14] c6x: use of_platform_default_populate() to populate default bus
Date: Tue, 05 Apr 2016 09:50:43 -0400 [thread overview]
Message-ID: <1459864243.10130.17.camel@redhat.com> (raw)
In-Reply-To: <1459835982-26473-5-git-send-email-wangkefeng.wang@huawei.com>
On Tue, 2016-04-05 at 13:59 +0800, Kefeng Wang wrote:
> Use helper of_platform_default_populate() in linux/of_platform
> when possible, instead of calling of_platform_populate() with
> the default match table.
>
> Acked-by: Mark Salter <msalter@redhat.com>
> Cc: Mark Salter <msalter@redhat.com>
> Cc: Aurelien Jacquiot <a-jacquiot@ti.com>
> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
> ---
Acked-by: Mark Salter <msalter@redhat.com>
> arch/c6x/platforms/platform.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/c6x/platforms/platform.c b/arch/c6x/platforms/platform.c
> index 26c1a35..8412334 100644
> --- a/arch/c6x/platforms/platform.c
> +++ b/arch/c6x/platforms/platform.c
> @@ -11,7 +11,7 @@
>
> static int __init c6x_device_probe(void)
> {
> - of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
> + of_platform_default_populate(NULL, NULL, NULL);
> return 0;
> }
> core_initcall(c6x_device_probe);
next prev parent reply other threads:[~2016-04-05 13:50 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-05 5:59 [PATCH v3 00/14] use of_platform_default_populate() to populate default bus Kefeng Wang
2016-04-05 5:59 ` Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 01/14] arm: " Kefeng Wang
2016-04-05 5:59 ` Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 02/14] arm64: " Kefeng Wang
2016-04-05 5:59 ` Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 03/14] mips: " Kefeng Wang
2016-04-05 5:59 ` Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 04/14] c6x: " Kefeng Wang
2016-04-05 5:59 ` Kefeng Wang
2016-04-05 13:50 ` Mark Salter [this message]
2016-04-05 13:50 ` Mark Salter
2016-04-05 5:59 ` [PATCH v3 05/14] metag: " Kefeng Wang
2016-04-05 5:59 ` Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 06/14] cris: " Kefeng Wang
2016-04-05 5:59 ` Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 07/14] nios2: " Kefeng Wang
2016-04-05 5:59 ` Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 08/14] xtensa: " Kefeng Wang
2016-04-05 5:59 ` Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 09/14] sh: " Kefeng Wang
2016-04-05 5:59 ` Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 10/14] bus: imx-weim: " Kefeng Wang
2016-04-05 5:59 ` Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 11/14] bus: uniphier-system-bus: " Kefeng Wang
2016-04-05 5:59 ` Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 12/14] memory: omap-gpmc: " Kefeng Wang
2016-04-05 5:59 ` Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 13/14] of: unittest: " Kefeng Wang
2016-04-05 5:59 ` Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 14/14] Revert "of/platform: export of_default_bus_match_table" Kefeng Wang
2016-04-05 5:59 ` Kefeng Wang
2016-04-06 3:48 ` [PATCH v3 00/14] use of_platform_default_populate() to populate default bus Kefeng Wang
2016-04-06 3:48 ` Kefeng Wang
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=1459864243.10130.17.camel@redhat.com \
--to=msalter@redhat.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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.