From: wangkefeng.wang@huawei.com (Kefeng Wang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 07/14] nios2: use of_platform_default_populate() to populate default bus
Date: Tue, 5 Apr 2016 13:59:35 +0800 [thread overview]
Message-ID: <1459835982-26473-8-git-send-email-wangkefeng.wang@huawei.com> (raw)
In-Reply-To: <1459835982-26473-1-git-send-email-wangkefeng.wang@huawei.com>
Use helper of_platform_default_populate() in linux/of_platform
when possible, instead of calling of_platform_populate() with
the default match table.
Cc: Ley Foon Tan <lftan@altera.com>
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
---
arch/nios2/platform/platform.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/nios2/platform/platform.c b/arch/nios2/platform/platform.c
index d478773..c62279c 100644
--- a/arch/nios2/platform/platform.c
+++ b/arch/nios2/platform/platform.c
@@ -39,8 +39,7 @@ static int __init nios2_soc_device_init(void)
}
}
- return of_platform_populate(NULL, of_default_bus_match_table,
- NULL, NULL);
+ return of_platform_default_populate(NULL, NULL, NULL);
}
device_initcall(nios2_soc_device_init);
--
2.6.0.GIT
next prev parent reply other threads:[~2016-04-05 5:59 UTC|newest]
Thread overview: 17+ 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 ` [PATCH v3 01/14] arm: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 02/14] arm64: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 03/14] mips: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 04/14] c6x: " Kefeng Wang
2016-04-05 13:50 ` Mark Salter
2016-04-05 5:59 ` [PATCH v3 05/14] metag: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 06/14] cris: " Kefeng Wang
2016-04-05 5:59 ` Kefeng Wang [this message]
2016-04-05 5:59 ` [PATCH v3 08/14] xtensa: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 09/14] sh: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 10/14] bus: imx-weim: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 11/14] bus: uniphier-system-bus: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 12/14] memory: omap-gpmc: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 13/14] of: unittest: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 14/14] Revert "of/platform: export of_default_bus_match_table" Kefeng Wang
2016-04-06 3:48 ` [PATCH v3 00/14] use of_platform_default_populate() to populate default bus 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=1459835982-26473-8-git-send-email-wangkefeng.wang@huawei.com \
--to=wangkefeng.wang@huawei.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 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).