linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM, ARM64: dts: drop "arm,amba-bus" in favor of "simple-bus" part 3
@ 2016-12-27 15:51 Masahiro Yamada
  2017-01-06 14:13 ` Krzysztof Kozlowski
  2017-01-10  3:11 ` Olof Johansson
  0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2016-12-27 15:51 UTC (permalink / raw)
  To: arm
  Cc: Arnd Bergmann, Olof Johansson, Rob Herring, Masahiro Yamada,
	devicetree, Krzysztof Kozlowski, Kukjin Kim, linux-arm-msm,
	linux-kernel, Andy Gross, Russell King, Javier Martinez Canillas,
	linux-samsung-soc, Rob Herring, David Brown, Will Deacon,
	Mark Rutland, linux-soc, Catalin Marinas, linux-arm-kernel

Tree-wide replacement was done by commit 2ef7d5f342c1 ("ARM, ARM64:
dts: drop "arm,amba-bus" in favor of "simple-bus"), then the 2nd
round by commit 15b7cc78f095 ("arm64: dts: drop "arm,amba-bus" in
favor of "simple-bus" part 2").

Here, some new users have appeared for Linux v4.10-rc1.  Eliminate
them now.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

Hi Arnd, Olof,

Can you pick this up for v4.10 fixes?

If we carry arm,amba-bus until the release, we will need to
take more time to deprecate it.


 arch/arm/boot/dts/qcom-mdm9615.dtsi        | 2 +-
 arch/arm64/boot/dts/exynos/exynos5433.dtsi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/qcom-mdm9615.dtsi b/arch/arm/boot/dts/qcom-mdm9615.dtsi
index 5ae4ec5..c852b69 100644
--- a/arch/arm/boot/dts/qcom-mdm9615.dtsi
+++ b/arch/arm/boot/dts/qcom-mdm9615.dtsi
@@ -357,7 +357,7 @@
 		};
 
 		amba {
-			compatible = "arm,amba-bus";
+			compatible = "simple-bus";
 			#address-cells = <1>;
 			#size-cells = <1>;
 			ranges;
diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
index 64226d5..135890c 100644
--- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
@@ -1367,7 +1367,7 @@
 		};
 
 		amba {
-			compatible = "arm,amba-bus";
+			compatible = "simple-bus";
 			#address-cells = <1>;
 			#size-cells = <1>;
 			ranges;
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM, ARM64: dts: drop "arm,amba-bus" in favor of "simple-bus" part 3
  2016-12-27 15:51 [PATCH] ARM, ARM64: dts: drop "arm,amba-bus" in favor of "simple-bus" part 3 Masahiro Yamada
@ 2017-01-06 14:13 ` Krzysztof Kozlowski
  2017-01-10  3:11 ` Olof Johansson
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2017-01-06 14:13 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: arm, Arnd Bergmann, Olof Johansson, Rob Herring, devicetree,
	Krzysztof Kozlowski, Kukjin Kim, linux-arm-msm, linux-kernel,
	Andy Gross, Russell King, Javier Martinez Canillas,
	linux-samsung-soc, Rob Herring, David Brown, Will Deacon,
	Mark Rutland, linux-soc, Catalin Marinas, linux-arm-kernel

On Wed, Dec 28, 2016 at 12:51:26AM +0900, Masahiro Yamada wrote:
> Tree-wide replacement was done by commit 2ef7d5f342c1 ("ARM, ARM64:
> dts: drop "arm,amba-bus" in favor of "simple-bus"), then the 2nd
> round by commit 15b7cc78f095 ("arm64: dts: drop "arm,amba-bus" in
> favor of "simple-bus" part 2").
> 
> Here, some new users have appeared for Linux v4.10-rc1.  Eliminate
> them now.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
> 
> Hi Arnd, Olof,
> 
> Can you pick this up for v4.10 fixes?
> 
> If we carry arm,amba-bus until the release, we will need to
> take more time to deprecate it.

What is the status of this?

Masahiro, if you would split this, I could take Exynos part through my
tree. Anyway I am fine with taking this directly into arm-soc. I do not
expect conflicts around these lines, so:

For Exynos:
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM, ARM64: dts: drop "arm,amba-bus" in favor of "simple-bus" part 3
  2016-12-27 15:51 [PATCH] ARM, ARM64: dts: drop "arm,amba-bus" in favor of "simple-bus" part 3 Masahiro Yamada
  2017-01-06 14:13 ` Krzysztof Kozlowski
@ 2017-01-10  3:11 ` Olof Johansson
  1 sibling, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2017-01-10  3:11 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: arm, Arnd Bergmann, Rob Herring, devicetree, Krzysztof Kozlowski,
	Kukjin Kim, linux-arm-msm, linux-kernel, Andy Gross,
	Russell King, Javier Martinez Canillas, linux-samsung-soc,
	Rob Herring, David Brown, Will Deacon, Mark Rutland, linux-soc,
	Catalin Marinas, linux-arm-kernel

On Wed, Dec 28, 2016 at 12:51:26AM +0900, Masahiro Yamada wrote:
> Tree-wide replacement was done by commit 2ef7d5f342c1 ("ARM, ARM64:
> dts: drop "arm,amba-bus" in favor of "simple-bus"), then the 2nd
> round by commit 15b7cc78f095 ("arm64: dts: drop "arm,amba-bus" in
> favor of "simple-bus" part 2").
> 
> Here, some new users have appeared for Linux v4.10-rc1.  Eliminate
> them now.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
> 
> Hi Arnd, Olof,
> 
> Can you pick this up for v4.10 fixes?
> 
> If we carry arm,amba-bus until the release, we will need to
> take more time to deprecate it.

Applied to fixes for 4.10.


Thanks,

-Olof

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-10  3:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-27 15:51 [PATCH] ARM, ARM64: dts: drop "arm,amba-bus" in favor of "simple-bus" part 3 Masahiro Yamada
2017-01-06 14:13 ` Krzysztof Kozlowski
2017-01-10  3:11 ` Olof Johansson

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).