[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1523656174-249811-1-git-send-email-atish.patra@wdc.com>
Date: Fri, 13 Apr 2018 14:49:32 -0700
From: Atish Patra <atish.patra@....com>
To: palmer@...ive.com, linux-riscv@...ts.infradead.org
Cc: albert@...ive.com, tglx@...utronix.de, mjc@...ive.com,
linux-kernel@...r.kernel.org
Subject: [RFC PATCH 0/2] Fix timer initialization and Add support hotplug.
The patch (1/2)fixes issues around timer initialization. This fix is
required for CPU hotplug to work. That's why they are clubbed into one
series. I can separate them if required.
Atish Patra (2):
RISCV: Register clocksource and events correctly
RISCV: Support cpu hotplug.
arch/riscv/Kconfig | 11 +++++-
arch/riscv/include/asm/csr.h | 1 +
arch/riscv/include/asm/smp.h | 9 +++--
arch/riscv/kernel/head.S | 12 +++++++
arch/riscv/kernel/process.c | 7 ++++
arch/riscv/kernel/setup.c | 17 ++++++++++
arch/riscv/kernel/smpboot.c | 70 +++++++++++++++++++++++++++++++++++++--
arch/riscv/kernel/time.c | 9 +----
arch/riscv/kernel/traps.c | 6 ++--
drivers/clocksource/riscv_timer.c | 44 +++++++++++++++---------
include/linux/cpuhotplug.h | 1 +
11 files changed, 154 insertions(+), 33 deletions(-)
--
2.7.4
Powered by blists - more mailing lists