Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1701224

[PATCH 0/2] Add generic Cortex-A9 timer for Armada 38x

From Marcin Wojtas <mw@semihalf.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] Add generic Cortex-A9 timer for Armada 38x
Date 2017-08-01 18:40 +0200
Message-ID <u9In8-6iz-15@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

This small patchset adds usage of generic Cortex-A9 timer driver
by Armada 38x SoCs. The system clocksource subsystem
will pick one of above two available ones (ARM generic or legacy
axp/a370 timer). Test on v4.13-rc3 showed, that the generic one
is chosen - no regression whatsoever observed on A388-GP and
A388-Clearfog. Backward compatibility with older kernels/DT
is preserved.

I'm looking forward to any comments or remarks.

Best regards,
Marcin

Marcin Wojtas (2):
  ARM: mvebu: enable ARM_GLOBAL_TIMER compilation Armada 38x platforms
  ARM: dts: armada-38x: Add arm_global_timer node

 arch/arm/boot/dts/armada-38x.dtsi | 7 +++++++
 arch/arm/mach-mvebu/Kconfig       | 2 ++
 2 files changed, 9 insertions(+)

-- 
1.8.3.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] Add generic Cortex-A9 timer for Armada 38x Marcin Wojtas <mw@semihalf.com> - 2017-08-01 18:40 +0200
  [PATCH 1/2] ARM: mvebu: enable ARM_GLOBAL_TIMER compilation Armada 38x platforms Marcin Wojtas <mw@semihalf.com> - 2017-08-01 18:40 +0200
    Re: [PATCH 1/2] ARM: mvebu: enable ARM_GLOBAL_TIMER compilation Armada 38x platforms Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-08-03 15:20 +0200
  [PATCH 2/2] ARM: dts: armada-38x: Add arm_global_timer node Marcin Wojtas <mw@semihalf.com> - 2017-08-01 18:40 +0200
    Re: [PATCH 2/2] ARM: dts: armada-38x: Add arm_global_timer node Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-08-03 15:20 +0200

csiph-web