linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: wangkefeng.wang@huawei.com (Kefeng Wang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 10/14] bus: imx-weim: use of_platform_default_populate() to populate default bus
Date: Tue, 5 Apr 2016 13:59:38 +0800	[thread overview]
Message-ID: <1459835982-26473-11-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.

Acked-by: Shawn Guo <shawn.guo@linaro.org>
Cc: Signed-off-by: Huang Shijie <b32955@freescale.com>
Cc: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
---
 drivers/bus/imx-weim.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/bus/imx-weim.c b/drivers/bus/imx-weim.c
index 1827fc4..4bd361d 100644
--- a/drivers/bus/imx-weim.c
+++ b/drivers/bus/imx-weim.c
@@ -163,9 +163,8 @@ static int __init weim_parse_dt(struct platform_device *pdev,
 	}
 
 	if (have_child)
-		ret = of_platform_populate(pdev->dev.of_node,
-				   of_default_bus_match_table,
-				   NULL, &pdev->dev);
+		ret = of_platform_default_populate(pdev->dev.of_node,
+						   NULL, &pdev->dev);
 	if (ret)
 		dev_err(&pdev->dev, "%s fail to create devices.\n",
 			pdev->dev.of_node->full_name);
-- 
2.6.0.GIT

  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 ` [PATCH v3 07/14] nios2: " Kefeng Wang
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 ` Kefeng Wang [this message]
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-11-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).