Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix timer initialization and Add support hotplug.
@ 2018-05-09 22:02 Atish Patra
  2018-05-09 22:02 ` [PATCH v2 1/2] RISCV: Register clocksource and events correctly Atish Patra
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Atish Patra @ 2018-05-09 22:02 UTC (permalink / raw)
  To: linux-riscv

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.

Changes from v1 to v2:
1. Removed compiler warnings about unused variables.

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       | 66 +++++++++++++++++++++++++++++++++++++--
 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, 150 insertions(+), 33 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-06-07 21:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-09 22:02 [PATCH v2 0/2] Fix timer initialization and Add support hotplug Atish Patra
2018-05-09 22:02 ` [PATCH v2 1/2] RISCV: Register clocksource and events correctly Atish Patra
2018-05-09 22:02 ` [PATCH v2 2/2] RISCV: Support cpu hotplug Atish Patra
2018-05-19  0:37 ` [PATCH v2 0/2] Fix timer initialization and Add support hotplug Palmer Dabbelt
2018-05-21 20:43   ` Atish Patra
2018-05-29  1:15     ` Atish Patra
2018-06-04 22:20       ` Palmer Dabbelt
2018-06-04 22:34         ` Atish Patra
2018-06-07 21:14           ` Palmer Dabbelt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox