linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add enable method support for Exynos SoCs
@ 2016-12-10 10:45 Pankaj Dubey
  2016-12-10 10:46 ` [PATCH v2 1/3] Documentation: bindings: Add binding doc for exynos enable method Pankaj Dubey
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Pankaj Dubey @ 2016-12-10 10:45 UTC (permalink / raw)
  To: linux-arm-kernel

Lets use CPU_METHOD_OF_DECLARE() for smp_ops instead of using it
via machine descriptor. To keep compatibility of older DTBs lets not 
remove smp_ops hooks from machnine_descriptor.

Changes since v1:
 - Dropped code removing smp_ops hooks from exynos.c
 - Separated patch into three patches separating change in .c, .dtsi
   and updated binding Documentation.

Pankaj Dubey (3):
  Documentation: bindings: Add binding doc for exynos enable method
  ARM: EXYNOS: dts: add enable-method property for cpus node
  ARM: EXYNOS: add CPU_METHOD_OF_DECLARE for exynos SoCs

 Documentation/devicetree/bindings/arm/cpus.txt | 1 +
 arch/arm/boot/dts/exynos3250.dtsi              | 1 +
 arch/arm/boot/dts/exynos4210.dtsi              | 1 +
 arch/arm/boot/dts/exynos4212.dtsi              | 1 +
 arch/arm/boot/dts/exynos4412.dtsi              | 1 +
 arch/arm/boot/dts/exynos5250.dtsi              | 1 +
 arch/arm/boot/dts/exynos5260.dtsi              | 1 +
 arch/arm/boot/dts/exynos5410.dtsi              | 1 +
 arch/arm/boot/dts/exynos5420-cpus.dtsi         | 1 +
 arch/arm/boot/dts/exynos5422-cpus.dtsi         | 1 +
 arch/arm/boot/dts/exynos5440.dtsi              | 1 +
 arch/arm/mach-exynos/platsmp.c                 | 2 ++
 12 files changed, 13 insertions(+)

-- 
2.7.4

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

end of thread, other threads:[~2016-12-10 11:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-10 10:45 [PATCH v2 0/3] Add enable method support for Exynos SoCs Pankaj Dubey
2016-12-10 10:46 ` [PATCH v2 1/3] Documentation: bindings: Add binding doc for exynos enable method Pankaj Dubey
2016-12-10 10:46 ` [PATCH v2 2/3] ARM: EXYNOS: dts: add enable-method property for cpus node Pankaj Dubey
2016-12-10 10:46 ` [PATCH v2 3/3] ARM: EXYNOS: add CPU_METHOD_OF_DECLARE for exynos SoCs Pankaj Dubey
2016-12-10 11:13   ` Krzysztof Kozlowski

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