All of lore.kernel.org
 help / color / mirror / Atom feed
From: joro@8bytes.org (Joerg Roedel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 00/18] Cleanup for populate default bus
Date: Wed, 15 Jun 2016 16:02:33 +0200	[thread overview]
Message-ID: <20160615140232.GN26566@8bytes.org> (raw)
In-Reply-To: <CAL_JsqKesg9=Gc83ULcpGwWU_C3BO3o02fUcur=RO__BgLPpug@mail.gmail.com>

On Wed, Jun 08, 2016 at 10:42:50AM -0500, Rob Herring wrote:
> +Joerg, Will
> 
> On Wed, Jun 1, 2016 at 1:52 AM, Kefeng Wang <wangkefeng.wang@huawei.com> wrote:
> > This cleanup patchset cantains two parts.
> >
> > Firstly, introduce a new way to populate the default bus, then, we can
> > drop unnecessary calls from the arch code, and do the same thing for
> > of_iommu_init() in [1].
> >
> > Secondly, use helper of_platform_default_populate() in linux/of_platform
> > when possible, instead of calling of_platform_populate() with default
> > match table, After that, it is possible for driver code build as a module,
> > and no need to export of_default_bus_match_table anymore.
> >
> > This patchset is based on Linux 4.7-rc1, and only test in arm/arm64 qemu
> > with defconfig.
> 
> This series doesn't apply for me as it appears you had "of: iommu:
> make of_iommu_init() postcore_initcall_sync" in your tree. Either we
> need to phase these out over 2 releases or someone needs to take them
> all (or we leave the minor conflicts for Linus).

Feel free to take the mentioned patch through your tree with my

Acked-by: Joerg Roedel <jroedel@suse.de>


	Joerg

WARNING: multiple messages have this Message-ID (diff)
From: Joerg Roedel <joro@8bytes.org>
To: Rob Herring <robh+dt@kernel.org>
Cc: Kefeng Wang <wangkefeng.wang@huawei.com>,
	Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	Shawn Guo <shawnguo@kernel.org>,
	Grant Likely <grant.likely@linaro.org>,
	Russell King - ARM Linux <linux@arm.linux.org.uk>,
	Masahiro Yamada <yamada.masahiro@socionext.com>,
	Hanjun Guo <guohanjun@huawei.com>
Subject: Re: [PATCH v5 00/18] Cleanup for populate default bus
Date: Wed, 15 Jun 2016 16:02:33 +0200	[thread overview]
Message-ID: <20160615140232.GN26566@8bytes.org> (raw)
In-Reply-To: <CAL_JsqKesg9=Gc83ULcpGwWU_C3BO3o02fUcur=RO__BgLPpug@mail.gmail.com>

On Wed, Jun 08, 2016 at 10:42:50AM -0500, Rob Herring wrote:
> +Joerg, Will
> 
> On Wed, Jun 1, 2016 at 1:52 AM, Kefeng Wang <wangkefeng.wang@huawei.com> wrote:
> > This cleanup patchset cantains two parts.
> >
> > Firstly, introduce a new way to populate the default bus, then, we can
> > drop unnecessary calls from the arch code, and do the same thing for
> > of_iommu_init() in [1].
> >
> > Secondly, use helper of_platform_default_populate() in linux/of_platform
> > when possible, instead of calling of_platform_populate() with default
> > match table, After that, it is possible for driver code build as a module,
> > and no need to export of_default_bus_match_table anymore.
> >
> > This patchset is based on Linux 4.7-rc1, and only test in arm/arm64 qemu
> > with defconfig.
> 
> This series doesn't apply for me as it appears you had "of: iommu:
> make of_iommu_init() postcore_initcall_sync" in your tree. Either we
> need to phase these out over 2 releases or someone needs to take them
> all (or we leave the minor conflicts for Linus).

Feel free to take the mentioned patch through your tree with my

Acked-by: Joerg Roedel <jroedel@suse.de>


	Joerg

  reply	other threads:[~2016-06-15 14:02 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-01  6:52 [PATCH v5 00/18] Cleanup for populate default bus Kefeng Wang
2016-06-01  6:52 ` Kefeng Wang
2016-06-01  6:52 ` [PATCH v5 01/18] of/platform: Add common method to " Kefeng Wang
2016-06-01  6:52   ` Kefeng Wang
2016-06-01  6:52 ` [PATCH v5 02/18] arc: Remove unnecessary of_platform_populate with default match table Kefeng Wang
2016-06-01  6:52   ` Kefeng Wang
2016-06-01  6:52 ` [PATCH v5 03/18] arm: " Kefeng Wang
2016-06-01  6:52   ` Kefeng Wang
2016-06-01  6:52 ` [PATCH v5 04/18] arm64: " Kefeng Wang
2016-06-01  6:52   ` Kefeng Wang
2016-06-01  8:16   ` Catalin Marinas
2016-06-01  8:16     ` Catalin Marinas
2016-06-01  6:52 ` [PATCH v5 05/18] c6x: " Kefeng Wang
2016-06-01  6:52   ` Kefeng Wang
2016-06-01  6:52 ` [PATCH v5 06/18] cris: " Kefeng Wang
2016-06-01  6:52   ` Kefeng Wang
2016-06-01  6:53 ` [PATCH v5 07/18] metag: " Kefeng Wang
2016-06-01  6:53   ` Kefeng Wang
2016-06-01  6:53 ` [PATCH v5 08/18] mips: " Kefeng Wang
2016-06-01  6:53   ` Kefeng Wang
2016-06-01  6:53 ` [PATCH v5 09/18] nios2: " Kefeng Wang
2016-06-01  6:53   ` Kefeng Wang
2016-06-01  6:53 ` [PATCH v5 10/18] sh: " Kefeng Wang
2016-06-01  6:53   ` Kefeng Wang
2016-06-01  6:53 ` [PATCH v5 11/18] xtensa: " Kefeng Wang
2016-06-01  6:53   ` Kefeng Wang
2016-06-01  6:53 ` [PATCH v5 12/18] arm: use of_platform_default_populate() to populate Kefeng Wang
2016-06-01  6:53   ` Kefeng Wang
2016-06-01  6:53 ` [PATCH v5 13/18] mips: use of_platform_default_populate() to populate default bus Kefeng Wang
2016-06-01  6:53   ` Kefeng Wang
2016-06-01  6:53 ` [PATCH v5 14/18] bus: imx-weim: " Kefeng Wang
2016-06-01  6:53   ` Kefeng Wang
2016-06-01  6:53 ` [PATCH v5 15/18] bus: uniphier-system-bus: " Kefeng Wang
2016-06-01  6:53   ` Kefeng Wang
2016-06-01  6:53 ` [PATCH v5 16/18] memory: omap-gpmc: " Kefeng Wang
2016-06-01  6:53   ` Kefeng Wang
2016-06-01  6:53 ` [PATCH v5 17/18] of: unittest: " Kefeng Wang
2016-06-01  6:53   ` Kefeng Wang
2016-06-01  6:53 ` [PATCH v5 18/18] Revert "of/platform: export of_default_bus_match_table" Kefeng Wang
2016-06-01  6:53   ` Kefeng Wang
2016-06-08 15:42 ` [PATCH v5 00/18] Cleanup for populate default bus Rob Herring
2016-06-08 15:42   ` Rob Herring
2016-06-15 14:02   ` Joerg Roedel [this message]
2016-06-15 14:02     ` Joerg Roedel
2016-06-24 20:36     ` Rob Herring
2016-06-24 20:36       ` Rob Herring

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=20160615140232.GN26566@8bytes.org \
    --to=joro@8bytes.org \
    --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.