Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1417606
| From | Rob Herring <robh+dt@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v5 00/18] Cleanup for populate default bus |
| Date | 2016-06-08 17:50 +0200 |
| Message-ID | <rHNTY-21z-27@gated-at.bofh.it> (permalink) |
| References | <rF88x-4XQ-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
+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). Rob
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v5 00/18] Cleanup for populate default bus Kefeng Wang <wangkefeng.wang@huawei.com> - 2016-06-01 08:50 +0200 [PATCH v5 08/18] mips: Remove unnecessary of_platform_populate with default match table Kefeng Wang <wangkefeng.wang@huawei.com> - 2016-06-01 08:50 +0200 [PATCH v5 12/18] arm: use of_platform_default_populate() to populate Kefeng Wang <wangkefeng.wang@huawei.com> - 2016-06-01 08:50 +0200 [PATCH v5 06/18] cris: Remove unnecessary of_platform_populate with default match table Kefeng Wang <wangkefeng.wang@huawei.com> - 2016-06-01 08:50 +0200 [PATCH v5 15/18] bus: uniphier-system-bus: use of_platform_default_populate() to populate default bus Kefeng Wang <wangkefeng.wang@huawei.com> - 2016-06-01 09:00 +0200 [PATCH v5 10/18] sh: Remove unnecessary of_platform_populate with default match table Kefeng Wang <wangkefeng.wang@huawei.com> - 2016-06-01 09:00 +0200 [PATCH v5 05/18] c6x: Remove unnecessary of_platform_populate with default match table Kefeng Wang <wangkefeng.wang@huawei.com> - 2016-06-01 09:00 +0200 [PATCH v5 03/18] arm: Remove unnecessary of_platform_populate with default match table Kefeng Wang <wangkefeng.wang@huawei.com> - 2016-06-01 09:00 +0200 [PATCH v5 11/18] xtensa: Remove unnecessary of_platform_populate with default match table Kefeng Wang <wangkefeng.wang@huawei.com> - 2016-06-01 09:00 +0200 Re: [PATCH v5 00/18] Cleanup for populate default bus Rob Herring <robh+dt@kernel.org> - 2016-06-08 17:50 +0200
csiph-web