On Thu, May 24, 2018 at 12:50:16PM -0500, Rob Herring wrote: > Rob Herring (8): > driver core: make deferring probe after init optional > driver core: add a deferred probe timeout > dt-bindings: pinctrl: add a 'pinctrl-use-default' property > arm: dts: bcm283x: mark the UART pin muxing nodes with > pinctrl-use-default > pinctrl: optionally stop deferring probe at end of initcalls > iommu: Stop deferring probe at end of initcalls > iommu: Remove IOMMU_OF_DECLARE > PM / Domains: Stop deferring probe at the end of initcall > > .../admin-guide/kernel-parameters.txt | 7 +++ > .../bindings/pinctrl/pinctrl-bindings.txt | 6 +++ > arch/arm/boot/dts/bcm283x.dtsi | 2 + > drivers/base/dd.c | 43 +++++++++++++++++++ > drivers/base/power/domain.c | 2 +- > drivers/iommu/arm-smmu-v3.c | 2 - > drivers/iommu/arm-smmu.c | 7 --- > drivers/iommu/exynos-iommu.c | 2 - > drivers/iommu/ipmmu-vmsa.c | 3 -- > drivers/iommu/msm_iommu.c | 2 - > drivers/iommu/of_iommu.c | 21 +-------- > drivers/iommu/qcom_iommu.c | 2 - > drivers/iommu/rockchip-iommu.c | 2 - > drivers/pinctrl/devicetree.c | 14 ++++-- > include/linux/device.h | 2 + > include/linux/of_iommu.h | 4 -- > 16 files changed, 73 insertions(+), 48 deletions(-) For the IOMMU bits: Acked-by: Joerg Roedel <jroedel@xxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html