devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL v2] ARM: DTS: Fix broken GICv2 register maps
@ 2017-01-30  8:53 Marc Zyngier
  2017-01-31  5:06 ` Olof Johansson
  0 siblings, 1 reply; 4+ messages in thread
From: Marc Zyngier @ 2017-01-30  8:53 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	Thomas Gleixner, Jason Cooper, Rob Herring, Mark Rutland,
	Tsahee Zidenberg, Antoine Tenart, Russell King,
	Benoît Cousson, Tony Lindgren, Kukjin Kim,
	Krzysztof Kozlowski, Javier Martinez Canillas, Shawn Guo,
	Sascha Hauer, Fabio Estevam, Santosh Shilimkar

ARM-soc folks,

Please find below the pull request for a DT fix affecting a large
number of 32bit platforms, which has been acked by a number of
platform maintainers.

* From v1: Dropped the controvertial cortex-a15-gic->arm,gic-400
  change in the example, at Rob's request.

The following changes since commit 49def1853334396f948dcb4cedb9347abb318df5:

  Linux 4.10-rc4 (2017-01-15 16:21:59 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git irq/gic-v2-dt

for you to fetch changes up to 84fcda8e194838ddbc06843e54a9ca9371ec4b82:

  ARM: DTS: Fix register map for virt-capable GIC (2017-01-30 08:45:25 +0000)

----------------------------------------------------------------
Marc Zyngier (2):
      dt-bindings: arm,gic: Fix binding example for a virt-capable GIC
      ARM: DTS: Fix register map for virt-capable GIC

 Documentation/devicetree/bindings/interrupt-controller/arm,gic.txt | 2 +-
 arch/arm/boot/dts/alpine.dtsi                                      | 2 +-
 arch/arm/boot/dts/axm55xx.dtsi                                     | 2 +-
 arch/arm/boot/dts/dra7.dtsi                                        | 2 +-
 arch/arm/boot/dts/ecx-2000.dts                                     | 2 +-
 arch/arm/boot/dts/exynos3250.dtsi                                  | 2 +-
 arch/arm/boot/dts/exynos5.dtsi                                     | 4 ++--
 arch/arm/boot/dts/exynos5260.dtsi                                  | 2 +-
 arch/arm/boot/dts/exynos5440.dtsi                                  | 2 +-
 arch/arm/boot/dts/imx6ul.dtsi                                      | 4 ++--
 arch/arm/boot/dts/keystone-k2g.dtsi                                | 4 ++--
 arch/arm/boot/dts/keystone.dtsi                                    | 4 ++--
 arch/arm/boot/dts/ls1021a.dtsi                                     | 4 ++--
 arch/arm/boot/dts/mt2701.dtsi                                      | 2 +-
 arch/arm/boot/dts/mt6580.dtsi                                      | 2 +-
 arch/arm/boot/dts/mt6589.dtsi                                      | 2 +-
 arch/arm/boot/dts/mt7623.dtsi                                      | 2 +-
 arch/arm/boot/dts/mt8127.dtsi                                      | 2 +-
 arch/arm/boot/dts/mt8135.dtsi                                      | 2 +-
 arch/arm/boot/dts/omap5.dtsi                                       | 2 +-
 arch/arm/boot/dts/r8a73a4.dtsi                                     | 2 +-
 arch/arm/boot/dts/r8a7743.dtsi                                     | 2 +-
 arch/arm/boot/dts/r8a7745.dtsi                                     | 2 +-
 arch/arm/boot/dts/r8a7790.dtsi                                     | 2 +-
 arch/arm/boot/dts/r8a7791.dtsi                                     | 2 +-
 arch/arm/boot/dts/r8a7792.dtsi                                     | 2 +-
 arch/arm/boot/dts/r8a7793.dtsi                                     | 2 +-
 arch/arm/boot/dts/r8a7794.dtsi                                     | 2 +-
 arch/arm/boot/dts/rk1108.dtsi                                      | 2 +-
 arch/arm/boot/dts/rk3036.dtsi                                      | 2 +-
 arch/arm/boot/dts/rk322x.dtsi                                      | 2 +-
 arch/arm/boot/dts/rk3288.dtsi                                      | 2 +-
 arch/arm/boot/dts/sun6i-a31.dtsi                                   | 2 +-
 arch/arm/boot/dts/sun7i-a20.dtsi                                   | 4 ++--
 arch/arm/boot/dts/sun8i-a23-a33.dtsi                               | 2 +-
 arch/arm/boot/dts/sun8i-a83t.dtsi                                  | 2 +-
 arch/arm/boot/dts/sun8i-h3.dtsi                                    | 2 +-
 arch/arm/boot/dts/sun9i-a80.dtsi                                   | 2 +-
 38 files changed, 44 insertions(+), 44 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PULL v2] ARM: DTS: Fix broken GICv2 register maps
  2017-01-30  8:53 [PULL v2] ARM: DTS: Fix broken GICv2 register maps Marc Zyngier
@ 2017-01-31  5:06 ` Olof Johansson
  2017-01-31  9:41   ` Marc Zyngier
  0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2017-01-31  5:06 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: Mark Rutland, Heiko Stuebner, Tony Lindgren, Magnus Damm,
	Russell King, Krzysztof Kozlowski, Javier Martinez Canillas,
	Chen-Yu Tsai, arm, Tsahee Zidenberg, devicetree, Jason Cooper,
	Simon Horman, Santosh Shilimkar, Matthias Brugger,
	Thomas Gleixner, Sascha Hauer, linux-arm-kernel, Antoine Tenart,
	linux-kernel, Rob Herring, Kukjin Kim, Beno??t Cousson,
	Fabio Estevam

Hi Marc, 

On Mon, Jan 30, 2017 at 08:53:09AM +0000, Marc Zyngier wrote:
> ARM-soc folks,
> 
> Please find below the pull request for a DT fix affecting a large
> number of 32bit platforms, which has been acked by a number of
> platform maintainers.
> 
> * From v1: Dropped the controvertial cortex-a15-gic->arm,gic-400
>   change in the example, at Rob's request.
> 
> The following changes since commit 49def1853334396f948dcb4cedb9347abb318df5:
> 
>   Linux 4.10-rc4 (2017-01-15 16:21:59 -0800)

Any reason you had to base this on -rc4? We usually stick to an older -rc
for all our branches, this cycle it's -rc3.

Care to respin? Or I can just pick over the patches, as long as you don't
need them as a stable base somewhere else.


-Olof

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

* Re: [PULL v2] ARM: DTS: Fix broken GICv2 register maps
  2017-01-31  5:06 ` Olof Johansson
@ 2017-01-31  9:41   ` Marc Zyngier
  2017-02-07 14:07     ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Marc Zyngier @ 2017-01-31  9:41 UTC (permalink / raw)
  To: Olof Johansson
  Cc: Mark Rutland, Heiko Stuebner, Tony Lindgren, Magnus Damm,
	Russell King, Krzysztof Kozlowski, Javier Martinez Canillas,
	Chen-Yu Tsai, arm, Tsahee Zidenberg, devicetree, Jason Cooper,
	Simon Horman, Santosh Shilimkar, Matthias Brugger,
	Thomas Gleixner, Sascha Hauer, linux-arm-kernel, Antoine Tenart,
	linux-kernel, Rob Herring, Kukjin Kim, Beno??t Cousson,
	Fabio Estevam

On Tue, Jan 31 2017 at 05:06:48 AM, Olof Johansson <olof@lixom.net> wrote:
> Hi Marc, 
>
> On Mon, Jan 30, 2017 at 08:53:09AM +0000, Marc Zyngier wrote:
>> ARM-soc folks,
>> 
>> Please find below the pull request for a DT fix affecting a large
>> number of 32bit platforms, which has been acked by a number of
>> platform maintainers.
>> 
>> * From v1: Dropped the controvertial cortex-a15-gic->arm,gic-400
>>   change in the example, at Rob's request.
>> 
>> The following changes since commit 49def1853334396f948dcb4cedb9347abb318df5:
>> 
>>   Linux 4.10-rc4 (2017-01-15 16:21:59 -0800)
>
> Any reason you had to base this on -rc4? We usually stick to an older
> -rc for all our branches, this cycle it's -rc3.

Ah, damn... No reason, just what I had at hand at the time this was put
together.

> Care to respin? Or I can just pick over the patches, as long as you
> don't need them as a stable base somewhere else.

If that works for you, please cherry pick the patches. I don't need them
to be based on anything in particular.

Thanks,

	M.
-- 
Jazz is not dead. It just smells funny.

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

* Re: [PULL v2] ARM: DTS: Fix broken GICv2 register maps
  2017-01-31  9:41   ` Marc Zyngier
@ 2017-02-07 14:07     ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2017-02-07 14:07 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: Olof Johansson, arm-soc, Linux Kernel Mailing List, devicetree,
	Linux ARM, Thomas Gleixner, Jason Cooper, Rob Herring,
	Mark Rutland, Tsahee Zidenberg, Antoine Tenart, Russell King,
	Beno??t Cousson, Tony Lindgren, Kukjin Kim, Krzysztof Kozlowski,
	Javier Martinez Canillas, Shawn Guo, Sascha Hauer, Fabio

On Tue, Jan 31, 2017 at 10:41 AM, Marc Zyngier <marc.zyngier@arm.com> wrote:
> On Tue, Jan 31 2017 at 05:06:48 AM, Olof Johansson <olof@lixom.net> wrote:
>
>> Care to respin? Or I can just pick over the patches, as long as you
>> don't need them as a stable base somewhere else.
>
> If that works for you, please cherry pick the patches. I don't need them
> to be based on anything in particular.
>

Applied both to next/dt now, thanks for the cleanup!

     Arnd

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

end of thread, other threads:[~2017-02-07 14:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-30  8:53 [PULL v2] ARM: DTS: Fix broken GICv2 register maps Marc Zyngier
2017-01-31  5:06 ` Olof Johansson
2017-01-31  9:41   ` Marc Zyngier
2017-02-07 14:07     ` Arnd Bergmann

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